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

Method total_byte_size

cpp/src/parquet/metadata.cc:705–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703int64_t RowGroupMetaData::num_rows() const { return impl_->num_rows(); }
704
705int64_t RowGroupMetaData::total_byte_size() const { return impl_->total_byte_size(); }
706
707int64_t RowGroupMetaData::total_compressed_size() const {
708 return impl_->total_compressed_size();

Callers 7

CheckRowGroupMetadataFunction · 0.45
FileSerializeTestMethod · 0.45
TESTFunction · 0.45
DebugPrintMethod · 0.45
JSONPrintMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 3

CheckRowGroupMetadataFunction · 0.36
FileSerializeTestMethod · 0.36
TESTFunction · 0.36