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

Method AppendBufferedRowGroup

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

Source from the content-addressed store, hash-verified

694}
695
696RowGroupWriter* ParquetFileWriter::AppendBufferedRowGroup() {
697 return contents_->AppendBufferedRowGroup();
698}
699
700void ParquetFileWriter::AddKeyValueMetadata(
701 const std::shared_ptr<const KeyValueMetadata>& key_value_metadata) {

Callers 10

StreamWriterMethod · 0.45
EndRowGroupMethod · 0.45
FileSerializeTestMethod · 0.45
ZeroRowsRowGroupMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
NewBufferedRowGroupMethod · 0.45
EncryptFileMethod · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by 6

FileSerializeTestMethod · 0.36
ZeroRowsRowGroupMethod · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
EncryptFileMethod · 0.36