Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
550
int64_t ColumnChunkMetaData::dictionary_page_offset() const {
551
return impl_->dictionary_page_offset();
552
}
553
554
int64_t ColumnChunkMetaData::data_page_offset() const {
555
return impl_->data_page_offset();
Callers
2
ComputeColumnChunkRange
Function · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36