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

Function MakeUnaryKernel

cpp/src/arrow/compute/kernels/hash_aggregate_internal.h:101–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

99}
100
101inline HashAggregateKernel MakeUnaryKernel(KernelInit init) {
102 return MakeKernel(KernelSignature::Make({InputType(Type::UINT32)},
103 OutputType(ResolveGroupOutputType)),
104 std::move(init));
105}
106
107using HashAggregateKernelFactory =
108 std::function<Result<HashAggregateKernel>(const std::shared_ptr<DataType>&)>;

Callers 1

Calls 4

MakeKernelFunction · 0.85
InputTypeFunction · 0.85
OutputTypeFunction · 0.85
MakeFunction · 0.50

Tested by

no test coverage detected