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

Method AppendRowGroup

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

Source from the content-addressed store, hash-verified

690}
691
692RowGroupWriter* ParquetFileWriter::AppendRowGroup() {
693 return contents_->AppendRowGroup();
694}
695
696RowGroupWriter* ParquetFileWriter::AppendBufferedRowGroup() {
697 return contents_->AppendBufferedRowGroup();

Callers 1

AppendRowGroupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected