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

Method total_compressed_bytes

cpp/src/parquet/file_writer.cc:60–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58ColumnWriter* RowGroupWriter::column(int i) { return contents_->column(i); }
59
60int64_t RowGroupWriter::total_compressed_bytes() const {
61 return contents_->total_compressed_bytes();
62}
63
64int64_t RowGroupWriter::total_bytes_written() const {
65 return contents_->total_bytes_written();

Callers 5

EndRowMethod · 0.45
TEST_FFunction · 0.45
FileSerializeTestMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
FileSerializeTestMethod · 0.36