MCPcopy Create free account
hub / github.com/apache/arrow / GetColumn

Method GetColumn

cpp/src/parquet/arrow/reader.cc:261–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

259 std::unique_ptr<ColumnReader>* out);
260
261 Status GetColumn(int i, std::unique_ptr<ColumnReader>* out) override {
262 return GetColumn(i, AllRowGroupsFactory(), out);
263 }
264
265 Status GetSchema(std::shared_ptr<::arrow::Schema>* out) override {
266 return FromParquetSchema(reader_->metadata()->schema(), reader_properties_,

Callers

nothing calls this directly

Calls 1

GetColumnFunction · 0.50

Tested by

no test coverage detected