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/column_writer.cc:536–536 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
534
int64_t dictionary_page_offset() { return dictionary_page_offset_; }
535
536
int64_t data_page_offset() { return data_page_offset_; }
537
538
int64_t total_compressed_size() { return total_compressed_size_; }
539
Callers
1
Close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected