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

Method total_compressed_bytes_written

cpp/src/parquet/file_writer.cc:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68int64_t RowGroupWriter::total_compressed_bytes_written() const {
69 return contents_->total_compressed_bytes_written();
70}
71
72RowGroupWriter::BufferedStats RowGroupWriter::estimated_buffered_stats() const {
73 return contents_->EstimatedBufferedStats();

Callers 6

NextColumnMethod · 0.45
CloseMethod · 0.45
TEST_FFunction · 0.45
FileSerializeTestMethod · 0.45
WriteFileMethod · 0.45

Calls

no outgoing calls

Tested by 2

TEST_FFunction · 0.36
FileSerializeTestMethod · 0.36