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