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

feat: to_buffers #28

Merged
merged 9 commits into from
Sep 1, 2023
Merged

feat: to_buffers #28

merged 9 commits into from
Sep 1, 2023

Conversation

jpivarski
Copy link
Member

@jpivarski jpivarski commented Aug 31, 2023

  • PrimitiveArray (no flexibility in inner_shape)
  • ... with parameters
  • EmptyArray
  • ListOffsetArray
  • ... with :string behavior
  • ListArray
  • RegularArray
  • RecordArray
  • TupleArray (special case of RecordArray in the Form)
  • IndexedArray
  • IndexedOptionArray
  • ByteMaskedArray
  • BitMaskedArray (no flexibility in lsb_order)
  • UnmaskedArray
  • UnionArray

@jpivarski jpivarski mentioned this pull request Aug 31, 2023
17 tasks
@jpivarski jpivarski marked this pull request as ready for review September 1, 2023 20:00
@jpivarski jpivarski enabled auto-merge (squash) September 1, 2023 20:00
@jpivarski jpivarski merged commit 50fa3f6 into main Sep 1, 2023
2 checks passed
@jpivarski jpivarski deleted the jpivarski/to_buffers branch September 1, 2023 20:07
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.

Actually implement the ak.to_buffers/ak.from_buffers equivalents on the Julia side.
1 participant