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

[Docs][C++] Guide to to work with RLE data (in kernels?) #32340

Open
Tracked by #32104
asfimport opened this issue Jul 9, 2022 · 0 comments
Open
Tracked by #32104

[Docs][C++] Guide to to work with RLE data (in kernels?) #32340

asfimport opened this issue Jul 9, 2022 · 0 comments

Comments

@asfimport
Copy link
Collaborator

Topics I can think of right now:

  • introducing some utility functions for working with RLE data that I'm collecting currently as rle_util.h on my filter branch
  • how physical/logical indices work, especially in combination with arrow offsets
  • how common kinds of kernels can be converted to RLE. E.g scalar kernels with a single input could automatically be run on the internal data array of RLE. Scalar with multiple inputs and some kinds of vector algorithms should use VisitMergedRuns...

Reporter: Tobias Zagorni / @zagto

Note: This issue was originally created as ARROW-17029. Please see the migration documentation for further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant