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

Method dictionary_page_offset

cpp/src/parquet/metadata.cc:550–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548}
549
550int64_t ColumnChunkMetaData::dictionary_page_offset() const {
551 return impl_->dictionary_page_offset();
552}
553
554int64_t ColumnChunkMetaData::data_page_offset() const {
555 return impl_->data_page_offset();

Callers 2

ComputeColumnChunkRangeFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36