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

ARROW-17263 [C++]: Utility functions for working with RLE #13842

Closed
wants to merge 130 commits into from

Conversation

zagto
Copy link
Contributor

@zagto zagto commented Aug 10, 2022

No description provided.

zagto added 30 commits July 29, 2022 23:07
the scalar version visits all types that can exist as a Scalar.
Currently this true for all types we have. This will change once we add
run-length encoding, which is an array encoding.
- use int32
- calculate physical offset based on buffer size, instead of incorrectly
  using the physical size
zeroshade pushed a commit that referenced this pull request Feb 17, 2023
This PR gathers work from multiple PRs that can be closed after this one is merged:

 - Closes #13752
 - Closes #13754
 - Closes #13842
 - Closes #13882
 - Closes #13916
 - Closes #14063
 - Closes #13970

And the issues associated with those PRs can also be closed:

 - Fixes #20350
 - Add RunEndEncodedScalarType
 - Fixes #32543
 - Fixes #32544
 - Fixes #32688
 - Fixes #32731
 - Fixes #32772
 - Fixes #32774

* Closes: #32104

Lead-authored-by: Felipe Oliveira Carvalho <[email protected]>
Co-authored-by: Tobias Zagorni <[email protected]>
Signed-off-by: Matt Topol <[email protected]>
gringasalpastor pushed a commit to gringasalpastor/arrow that referenced this pull request Feb 17, 2023
…pache#33641)

This PR gathers work from multiple PRs that can be closed after this one is merged:

 - Closes apache#13752
 - Closes apache#13754
 - Closes apache#13842
 - Closes apache#13882
 - Closes apache#13916
 - Closes apache#14063
 - Closes apache#13970

And the issues associated with those PRs can also be closed:

 - Fixes apache#20350
 - Add RunEndEncodedScalarType
 - Fixes apache#32543
 - Fixes apache#32544
 - Fixes apache#32688
 - Fixes apache#32731
 - Fixes apache#32772
 - Fixes apache#32774

* Closes: apache#32104

Lead-authored-by: Felipe Oliveira Carvalho <[email protected]>
Co-authored-by: Tobias Zagorni <[email protected]>
Signed-off-by: Matt Topol <[email protected]>
fatemehp pushed a commit to fatemehp/arrow that referenced this pull request Feb 24, 2023
…pache#33641)

This PR gathers work from multiple PRs that can be closed after this one is merged:

 - Closes apache#13752
 - Closes apache#13754
 - Closes apache#13842
 - Closes apache#13882
 - Closes apache#13916
 - Closes apache#14063
 - Closes apache#13970

And the issues associated with those PRs can also be closed:

 - Fixes apache#20350
 - Add RunEndEncodedScalarType
 - Fixes apache#32543
 - Fixes apache#32544
 - Fixes apache#32688
 - Fixes apache#32731
 - Fixes apache#32772
 - Fixes apache#32774

* Closes: apache#32104

Lead-authored-by: Felipe Oliveira Carvalho <[email protected]>
Co-authored-by: Tobias Zagorni <[email protected]>
Signed-off-by: Matt Topol <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant