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

Method InsertBatch

cpp/src/arrow/acero/asof_join_node.cc:703–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701 return updated;
702 }
703 Status InsertBatch(ExecBatch batch) {
704 return sequencer_->InsertBatch(std::move(batch));
705 }
706
707 Status Process(ExecBatch batch) override {
708 auto rb = *batch.ToRecordBatch(schema_);

Callers 1

InputReceivedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected