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

Method column

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

Source from the content-addressed store, hash-verified

56ColumnWriter* RowGroupWriter::NextColumn() { return contents_->NextColumn(); }
57
58ColumnWriter* RowGroupWriter::column(int i) { return contents_->column(i); }
59
60int64_t RowGroupWriter::total_compressed_bytes() const {
61 return contents_->total_compressed_bytes();

Calls

no outgoing calls