Skip to content

[C++] parquet::arrow::FileReader::GetSchema() #22132

@asfimport

Description

@asfimport

The class has 

  /// \brief Return arrow schema by apply selection of column indices.
  /// \returns error status if passed wrong indices.
  ::arrow::Status GetSchema(const std::vector<int>& indices,
                            std::shared_ptr<::arrow::Schema>* out);

but not a GetSchema() that would return the schema for all the columns, the underlying implementation has it though.

Reporter: Romain Francois / @romainfrancois
Assignee: Romain Francois / @romainfrancois

PRs and other links:

Note: This issue was originally created as ARROW-5702. Please see the migration documentation for further details.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions