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

[common] Expose columnar data in RowColumnVector/ArrayColumnVector/MapColumnVector #3207

Merged
merged 2 commits into from
Apr 16, 2024

Conversation

yuzelin
Copy link
Contributor

@yuzelin yuzelin commented Apr 14, 2024

Purpose

More API after #3103

Tests

API and Format

Documentation

@yuzelin yuzelin changed the title [common] Expose batch in RowColumnVector [WIP][common] Expose batch in RowColumnVector Apr 14, 2024
@yuzelin yuzelin changed the title [WIP][common] Expose batch in RowColumnVector [WIP] [common] Expose columnar data in RowColumnVector/ArrayColumnVector/MapColumnVector Apr 14, 2024
@yuzelin yuzelin changed the title [WIP] [common] Expose columnar data in RowColumnVector/ArrayColumnVector/MapColumnVector [common] Expose columnar data in RowColumnVector/ArrayColumnVector/MapColumnVector Apr 16, 2024
@@ -44,6 +44,15 @@ public ColumnarArray(ColumnVector data, int offset, int numElements) {
this.numElements = numElements;
}

public ColumnVector foo() {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clear this

@JingsongLi
Copy link
Contributor

+1

@JingsongLi JingsongLi merged commit c05cbca into apache:master Apr 16, 2024
9 checks passed
@yuzelin yuzelin deleted the expose_batch branch May 30, 2024 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants