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:546–548 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
544
}
545
546
int64_t ColumnChunkMetaData::dictionary_page_offset() const {
547
return impl_->dictionary_page_offset();
548
}
549
550
int64_t ColumnChunkMetaData::data_page_offset() const {
551
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