Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ num_values
Method
num_values
cpp/src/parquet/column_writer.cc:532–532 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
530
bool has_compressor() override { return (compressor_ != nullptr); }
531
532
int64_t num_values() { return num_values_; }
533
534
int64_t dictionary_page_offset() { return dictionary_page_offset_; }
535
Callers
5
WriteDictionaryPage
Method · 0.45
WriteDataPage
Method · 0.45
SetDataPageHeader
Method · 0.45
SetDataPageV2Header
Method · 0.45
Close
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected