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

Method Visit

cpp/src/arrow/compute/kernels/hash_aggregate.cc:1174–1179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1172struct GroupedFirstLastFactory {
1173 template <typename T>
1174 enable_if_physical_integer<T, Status> Visit(const T&) {
1175 using PhysicalType = typename T::PhysicalType;
1176 kernel = MakeKernel(std::move(argument_type), FirstLastInit<PhysicalType>,
1177 /*ordered*/ true);
1178 return Status::OK();
1179 }
1180
1181 Status Visit(const FloatType&) {
1182 kernel =

Callers

nothing calls this directly

Calls 3

MakeKernelFunction · 0.85
OKFunction · 0.50
NotImplementedFunction · 0.50

Tested by

no test coverage detected