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

Function HashAggregateUdfFinalize

python/pyarrow/src/arrow/python/udf.cc:106–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106Status HashAggregateUdfFinalize(KernelContext* ctx, Datum* out) {
107 return checked_cast<HashUdfAggregator*>(ctx->state())->Finalize(ctx, out);
108}
109
110struct PythonTableUdfKernelInit {
111 PythonTableUdfKernelInit(std::shared_ptr<OwnedRefNoGIL> function_maker,

Callers

nothing calls this directly

Calls 2

FinalizeMethod · 0.45
stateMethod · 0.45

Tested by

no test coverage detected