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

Function HashAggregateUdfResize

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

Source from the content-addressed store, hash-verified

90}
91
92Status HashAggregateUdfResize(KernelContext* ctx, int64_t size) {
93 return checked_cast<HashUdfAggregator*>(ctx->state())->Resize(ctx, size);
94}
95
96Status HashAggregateUdfConsume(KernelContext* ctx, const ExecSpan& batch) {
97 return checked_cast<HashUdfAggregator*>(ctx->state())->Consume(ctx, batch);

Callers

nothing calls this directly

Calls 2

ResizeMethod · 0.45
stateMethod · 0.45

Tested by

no test coverage detected