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

Method RowGroup

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

Source from the content-addressed store, hash-verified

1309}
1310
1311std::shared_ptr<RowGroupReader> FileReaderImpl::RowGroup(int row_group_index) {
1312 return std::make_shared<RowGroupReaderImpl>(this, row_group_index);
1313}
1314
1315// ----------------------------------------------------------------------
1316// Public factory functions

Callers 15

NextChunkMethod · 0.45
row_group_metadataMethod · 0.45
ReadColumnMethod · 0.45
GetRecordBatchReaderMethod · 0.45
FetchNextMethod · 0.45
DecodeRowGroupsMethod · 0.45
GetTotalPageIndexSizeFunction · 0.45
TYPED_TESTFunction · 0.45
TESTFunction · 0.45
ReadTableManuallyFunction · 0.45
TEST_PFunction · 0.45

Calls

no outgoing calls

Tested by 13

TYPED_TESTFunction · 0.36
TESTFunction · 0.36
ReadTableManuallyFunction · 0.36
TEST_PFunction · 0.36
ReadPageIndexesMethod · 0.36
ReadBloomFiltersMethod · 0.36
TEST_PFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TEST_FFunction · 0.36
CheckFileMethod · 0.36