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

Function HashAggregateUdfConsume

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

Source from the content-addressed store, hash-verified

94}
95
96Status HashAggregateUdfConsume(KernelContext* ctx, const ExecSpan& batch) {
97 return checked_cast<HashUdfAggregator*>(ctx->state())->Consume(ctx, batch);
98}
99
100Status HashAggregateUdfMerge(KernelContext* ctx, KernelState&& src,
101 const ArrayData& group_id_mapping) {

Callers

nothing calls this directly

Calls 2

ConsumeMethod · 0.45
stateMethod · 0.45

Tested by

no test coverage detected