Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ArrayView based Deserialization #200

Merged
merged 14 commits into from
Jul 24, 2024

Conversation

chmp
Copy link
Owner

@chmp chmp commented Jul 21, 2024

Continues #198

Misc:

  • Remove allow(unused) in arrow mod

Deserialization

  • Null
  • Int8, Int16, Int32, Int64
  • UInt8, UInt16, UInt32, UInt64
  • Float16, Float32, Float64
  • Date32
  • Date64
  • Time32
  • Time64
  • Duration
  • Timestamp
  • Decimal128
  • Utf8
  • LargeUtf8
  • LargeList
  • List
  • FixedSizedList
  • Binary
  • LargeBinary
  • FixedSizedBinary
  • Struct
  • Map
  • Dictionary
  • Union

@chmp chmp marked this pull request as ready for review July 24, 2024 19:57
@chmp chmp merged commit 658de29 into main Jul 24, 2024
4 checks passed
@chmp chmp deleted the feature/arrow-abstraction-deserialization branch July 24, 2024 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant