-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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++] Add a convenient function that converts arrow::ArrayStatistics
to arrow::Array
for the Arrow C data interface
#44010
Comments
kou
changed the title
[C++] Add a convenient function that converts
[C++] Add a convenient function that converts Sep 30, 2024
arrow::ArrayStatistics
to arrow::Array
for the Arrpw C data interfacearrow::ArrayStatistics
to arrow::Array
for the Arrow C data interface
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 30, 2024
It's a convenient function that converts `arrow::ArrayStatistics` in a `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface.
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 30, 2024
It's a convenient function that converts `arrow::ArrayStatistics` in a `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface.
kou
added a commit
to kou/arrow
that referenced
this issue
Sep 30, 2024
It's a convenient function that converts `arrow::ArrayStatistics` in a `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface.
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 30, 2024
It's a convenient function that converts `arrow::ArrayStatistics` in a `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface.
kou
added a commit
to kou/arrow
that referenced
this issue
Oct 31, 2024
It's a convenient function that converts `arrow::ArrayStatistics` in a `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface.
kou
added a commit
to kou/arrow
that referenced
this issue
Nov 6, 2024
It's a convenient function that converts `arrow::ArrayStatistics` in a `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface.
kou
added a commit
to kou/arrow
that referenced
this issue
Nov 6, 2024
It's a convenient function that converts `arrow::ArrayStatistics` in a `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface.
kou
added a commit
that referenced
this issue
Nov 8, 2024
### Rationale for this change Statistics schema for Arrow C data interface (GH-43553) is complex because it uses nested types (struct, map and union). So reusable implementation to make statistics array is useful. ### What changes are included in this PR? `arrow::RecordBatch::MakeStatisticsArray()` is a convenient function that converts `arrow::ArrayStatistics` in a `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface. ### Are these changes tested? Yes. ### Are there any user-facing changes? Yes. * GitHub Issue: #44010 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>
Issue resolved by pull request 44252 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the enhancement requested
GH-38837 will introduce the schema for statistics
arrow::Array
that can be interchanged via the Arrow C data interface.If there is a convenient function for it, it's easy to use GH-38837.
Component(s)
C++
The text was updated successfully, but these errors were encountered: