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

Method Flush

cpp/src/arrow/compute/kernels/vector_hash.cc:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 }
221
222 Status Flush(ExecResult* out) {
223 std::shared_ptr<ArrayData> result;
224 RETURN_NOT_OK(indices_builder_.FinishInternal(&result));
225 out->value = std::move(result);
226 return Status::OK();
227 }
228
229 Status FlushFinal(ExecResult* out) { return Status::OK(); }
230

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
FinishInternalMethod · 0.45

Tested by

no test coverage detected