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

Method data_page_offset

cpp/src/parquet/metadata.cc:554–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554int64_t ColumnChunkMetaData::data_page_offset() const {
555 return impl_->data_page_offset();
556}
557
558bool ColumnChunkMetaData::has_index_page() const { return impl_->has_index_page(); }
559

Callers 2

ComputeColumnChunkRangeFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36