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-17258: [C++] Separate VisitTypeInline for types that can exist as a Scalar #13752

Closed
wants to merge 9 commits into from

Conversation

zagto
Copy link
Contributor

@zagto zagto commented Jul 29, 2022

No description provided.

zagto added 3 commits July 29, 2022 23:17
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.
@github-actions
Copy link

@zagto zagto marked this pull request as ready for review September 1, 2022 18:02
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 <felipekde@gmail.com>
Co-authored-by: Tobias Zagorni <tobias@zagorni.eu>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
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 <felipekde@gmail.com>
Co-authored-by: Tobias Zagorni <tobias@zagorni.eu>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
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 <felipekde@gmail.com>
Co-authored-by: Tobias Zagorni <tobias@zagorni.eu>
Signed-off-by: Matt Topol <zotthewizard@gmail.com>
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