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

Method Create

cpp/src/arrow/compute/kernels/aggregate_basic.cc:821–824  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

819 }
820
821 Result<std::unique_ptr<KernelState>> Create() {
822 RETURN_NOT_OK(VisitTypeInline(type, this));
823 return std::move(state);
824 }
825
826 static Result<std::unique_ptr<KernelState>> Init(KernelContext* ctx,
827 const KernelInitArgs& args) {

Callers 12

SumInitAvx2Function · 0.45
MeanInitAvx2Function · 0.45
MinMaxInitAvx2Function · 0.45
SumInitAvx512Function · 0.45
MeanInitAvx512Function · 0.45
MinMaxInitAvx512Function · 0.45
SumInitFunction · 0.45
MeanInitFunction · 0.45
InitMethod · 0.45
FirstLastInitFunction · 0.45
MinMaxInitDefaultFunction · 0.45
InitMethod · 0.45

Calls 1

VisitTypeInlineFunction · 0.85

Tested by

no test coverage detected