MCPcopy 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

WriteDictionaryPageMethod · 0.45
WriteDataPageMethod · 0.45
SetDataPageHeaderMethod · 0.45
SetDataPageV2HeaderMethod · 0.45
CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected