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

Method FlushFinal

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

Return the counts corresponding the MemoTable keys.

Source from the content-addressed store, hash-verified

124
125 // Return the counts corresponding the MemoTable keys.
126 Status FlushFinal(ExecResult* out) {
127 std::shared_ptr<ArrayData> result;
128 RETURN_NOT_OK(count_builder_.FinishInternal(&result));
129 out->value = std::move(result);
130 return Status::OK();
131 }
132
133 template <class Index>
134 void ObserveNullFound(Index index) {

Callers

nothing calls this directly

Calls 2

OKFunction · 0.50
FinishInternalMethod · 0.45

Tested by

no test coverage detected