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

Function AggregateUdfConsume

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

Source from the content-addressed store, hash-verified

77};
78
79Status AggregateUdfConsume(compute::KernelContext* ctx, const compute::ExecSpan& batch) {
80 return checked_cast<ScalarUdfAggregator*>(ctx->state())->Consume(ctx, batch);
81}
82
83Status AggregateUdfMerge(compute::KernelContext* ctx, compute::KernelState&& src,
84 compute::KernelState* dst) {

Callers

nothing calls this directly

Calls 2

ConsumeMethod · 0.45
stateMethod · 0.45

Tested by

no test coverage detected