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

Method WriteRecordBatch

cpp/src/arrow/dataset/dataset_writer.cc:761–765  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

759DatasetWriter::~DatasetWriter() = default;
760
761void DatasetWriter::WriteRecordBatch(std::shared_ptr<RecordBatch> batch,
762 const std::string& directory,
763 const std::string& prefix) {
764 return impl_->WriteRecordBatch(std::move(batch), directory, prefix);
765}
766
767void DatasetWriter::Finish() { impl_->Finish(); }
768

Callers 7

WriteMethod · 0.45
TEST_FFunction · 0.45
WriteMethod · 0.45
WriteMethod · 0.45
WriteNextBatchMethod · 0.45
WriteNextBatchMethod · 0.45

Calls

no outgoing calls

Tested by 2

WriteMethod · 0.36
TEST_FFunction · 0.36