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

Method Process

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

Source from the content-addressed store, hash-verified

705 }
706
707 Status Process(ExecBatch batch) override {
708 auto rb = *batch.ToRecordBatch(schema_);
709 DEBUG_SYNC(node_, "received batch from input ", index_, ":", DEBUG_MANIP(std::endl),
710 rb->ToString(), DEBUG_MANIP(std::endl));
711 return Push(rb);
712 }
713 void Rehash() {
714 DEBUG_SYNC(node_, "rehashing for input ", index_, ":", DEBUG_MANIP(std::endl));
715 MemoStore new_memo(DEBUG_ADD(memo_.no_future_, node_, index_));

Callers

nothing calls this directly

Calls 2

ToRecordBatchMethod · 0.80
ToStringMethod · 0.45

Tested by

no test coverage detected