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

Method GetRecordBatchReader

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

Source from the content-addressed store, hash-verified

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