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

Add generic Array abstraction #197

Merged
merged 18 commits into from
Jul 21, 2024
Merged

Add generic Array abstraction #197

merged 18 commits into from
Jul 21, 2024

Conversation

chmp
Copy link
Owner

@chmp chmp commented Jul 18, 2024

See #198

Todo:

  • Remove unused marker in serde_arrow::internal::arrow

Serialization

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

@chmp chmp changed the title Add generic Array / ArrayView abstraction Add generic Array abstraction Jul 21, 2024
@chmp chmp marked this pull request as ready for review July 21, 2024 16:15
@chmp chmp merged commit fd513cc into main Jul 21, 2024
3 checks passed
@chmp chmp deleted the feature/arrow-abstraction branch July 21, 2024 16:24
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