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

GH-44010: [C++] Add arrow::RecordBatch::MakeStatisticsArray() #44252

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 31, 2024

  1. apacheGH-44010: [C++] Add RecordBatch::MakeStatisticsArray()

    It's a convenient function that converts `arrow::ArrayStatistics` in a
    `arrow::RecordBatch` to `arrow::Array` for the Arrow C data interface.
    kou committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    089f0a3 View commit details
    Browse the repository at this point in the history
  2. Add static_cast

    kou committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    031024d View commit details
    Browse the repository at this point in the history
  3. Add explicit cast

    kou committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    4a21c30 View commit details
    Browse the repository at this point in the history
  4. Extract as a function

    kou committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    69f00f0 View commit details
    Browse the repository at this point in the history
  5. Add comments

    kou committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    cc41a0f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9c529d1 View commit details
    Browse the repository at this point in the history