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: All of the Awkward layout types. #13

Merged
merged 22 commits into from
Aug 26, 2023
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3440f32
feat: ListArray.
jpivarski Aug 22, 2023
ad2793c
EmptyArray.
jpivarski Aug 22, 2023
bb084ab
RegularArray.
jpivarski Aug 22, 2023
fe8336c
RegularArray with (byte)string behaviors.
jpivarski Aug 22, 2023
05be2e0
Implemented most of IndexedArray and switched to using 'copy' everywh…
jpivarski Aug 22, 2023
bb34261
Removed parameter compatibility as a criterion for equality.
jpivarski Aug 22, 2023
4406f1d
Most equality function overrides aren't really needed.
jpivarski Aug 22, 2023
8087ee3
IndexedArray is done.
jpivarski Aug 22, 2023
47ef4cc
IndexedOptionArray is done.
jpivarski Aug 22, 2023
4b48f60
Most of the implementation of ByteMaskedArray.
jpivarski Aug 22, 2023
ec6d885
ByteMaskedArray is done.
jpivarski Aug 23, 2023
cb372e2
Replace 'nothing' with 'missing'.
jpivarski Aug 23, 2023
1f1658b
Note to self: lsb_order = true is a good default for BitMaskedArray.
jpivarski Aug 23, 2023
e0a76b7
Implementing BitMaskedArray; untested.
jpivarski Aug 23, 2023
7655d8d
Use zero(ITEM) instead of ITEM(0).
jpivarski Aug 23, 2023
fa8060e
Save for now; running off to another meeting.
jpivarski Aug 25, 2023
da71013
(Actually, not yet.) BitMaskedArray is done.
jpivarski Aug 25, 2023
5f9a35f
UnmaskedArray is done.
jpivarski Aug 25, 2023
8fc180d
TupleArray is done.
jpivarski Aug 25, 2023
ae447ff
Everything with an 'end_record' needs an 'end_tuple'.
jpivarski Aug 25, 2023
1c8fcb5
Implemented but have not tested UnionArray.
jpivarski Aug 25, 2023
2c68bed
UnionArray is minimally tested; I declare the PR done.
jpivarski Aug 26, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading