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

Method GetRecordBatchReader

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

Source from the content-addressed store, hash-verified

337 const std::vector<int>& column_indices) override;
338
339 Result<std::unique_ptr<RecordBatchReader>> GetRecordBatchReader(
340 const std::vector<int>& row_group_indices) override {
341 return GetRecordBatchReader(row_group_indices,
342 Iota(reader_->metadata()->num_columns()));
343 }
344
345 Result<std::unique_ptr<RecordBatchReader>> GetRecordBatchReader() override {
346 return GetRecordBatchReader(Iota(num_row_groups()),

Callers

nothing calls this directly

Calls 3

IotaFunction · 0.85
num_columnsMethod · 0.45
metadataMethod · 0.45

Tested by

no test coverage detected