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

Method num_columns

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

Source from the content-addressed store, hash-verified

355 int64_t rows_to_readahead) override;
356
357 int num_columns() const { return reader_->metadata()->num_columns(); }
358
359 ParquetFileReader* parquet_reader() const override { return reader_.get(); }
360

Callers 15

BoundsCheckColumnMethod · 0.95
ReadTableMethod · 0.45
ReadRowGroupsMethod · 0.45
ReadRowGroupMethod · 0.45
GetRecordBatchReaderMethod · 0.45
GetFieldIndicesFunction · 0.45
GetTotalPageIndexSizeFunction · 0.45
RoundTripSingleColumnMethod · 0.45
TYPED_TESTFunction · 0.45
TEST_FFunction · 0.45

Calls 1

metadataMethod · 0.45

Tested by 15

RoundTripSingleColumnMethod · 0.36
TYPED_TESTFunction · 0.36
TEST_FFunction · 0.36
TESTFunction · 0.36
TEST_PFunction · 0.36
WriteColumnMethod · 0.36
ReadPageIndexesMethod · 0.36