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

Method Write

cpp/src/arrow/adapters/orc/adapter.cc:843–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841}
842
843Status ORCFileWriter::Write(const Table& table) { return impl_->Write(table); }
844
845Status ORCFileWriter::Write(const RecordBatch& record_batch) {
846 auto table = Table::Make(record_batch.schema(), record_batch.columns());

Callers 5

TESTFunction · 0.45
TEST_FFunction · 0.45
writeMethod · 0.45

Calls 3

columnsMethod · 0.80
MakeFunction · 0.50
schemaMethod · 0.45

Tested by 4

TESTFunction · 0.36
TEST_FFunction · 0.36