MCPcopy Create free account
hub / github.com/apache/arrow / total_compressed_size

Method total_compressed_size

cpp/src/parquet/column_writer.cc:538–538  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536 int64_t data_page_offset() { return data_page_offset_; }
537
538 int64_t total_compressed_size() { return total_compressed_size_; }
539
540 int64_t total_uncompressed_size() { return total_uncompressed_size_; }
541

Callers 1

CloseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected