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