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

Function AddNullExec

cpp/src/arrow/compute/kernels/util_internal.cc:62–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void AddNullExec(ScalarFunction* func) {
63 std::vector<InputType> input_types(func->arity().num_args, InputType(Type::NA));
64 DCHECK_OK(func->AddKernel(std::move(input_types), OutputType(null()), NullToNullExec));
65}
66
67} // namespace internal
68} // namespace compute

Calls 3

InputTypeFunction · 0.85
OutputTypeFunction · 0.85
AddKernelMethod · 0.45

Tested by

no test coverage detected