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