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

Function AggregateUdfFinalize

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

Source from the content-addressed store, hash-verified

86}
87
88Status AggregateUdfFinalize(compute::KernelContext* ctx, arrow::Datum* out) {
89 return checked_cast<ScalarUdfAggregator*>(ctx->state())->Finalize(ctx, out);
90}
91
92Status HashAggregateUdfResize(KernelContext* ctx, int64_t size) {
93 return checked_cast<HashUdfAggregator*>(ctx->state())->Resize(ctx, size);

Callers

nothing calls this directly

Calls 2

FinalizeMethod · 0.45
stateMethod · 0.45

Tested by

no test coverage detected