-
Notifications
You must be signed in to change notification settings - Fork 89
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
C++ refactoring: Implementing _localindex. #1059
Conversation
for more information, see https://pre-commit.ci
…d IndexedOption Array
for more information, see https://pre-commit.ci
…hep/awkward-1.0 into stormiestsin/refactoring
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great! I just made some minor tweaks. (We talked on Slack.)
This dovetails well with #1036, which defines compact_offsets64
on RegularArray only; this PR defines it on ListArray and ListOffsetArray. This (and broadcast_tooffsets64
) will be hidden with underscores.
Unless you have any last commits, I'll merge it after the tests pass. Thanks!
Yup, you can merge it, I don't have any other additions. Thanks for the review! |
This PR implements the
_localindex
function for all the Awkward Array types exceptVirtualArray
._localindex
implementation_localindex
tests