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

Method Finish

cpp/src/arrow/acero/util.cc:95–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93}
94
95Future<> TableSinkNodeConsumer::Finish() {
96 ARROW_ASSIGN_OR_RAISE(*out_, Table::FromRecordBatches(schema_, batches_));
97 return Status::OK();
98}
99
100[[nodiscard]] ::arrow::internal::tracing::Scope TracedNode::TraceStartProducing(
101 std::string extra_details) const {

Callers 12

TestUnionConversionFunction · 0.45
JoinBenchmarkMethod · 0.45
BM_RowArray_DecodeFunction · 0.45
BM_RowArray_DecodeBinaryFunction · 0.45
BuildNullArrayFunction · 0.45
BuildZeroPrimitiveArrayFunction · 0.45
BuildZeroBaseBinaryArrayFunction · 0.45
materializeColumnMethod · 0.45

Calls 2

ARROW_ASSIGN_OR_RAISEFunction · 0.70
OKFunction · 0.50

Tested by 5

TestUnionConversionFunction · 0.36
BuildNullArrayFunction · 0.36
BuildZeroPrimitiveArrayFunction · 0.36
BuildZeroBaseBinaryArrayFunction · 0.36