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

Function Any

cpp/src/arrow/compute/kernel.h:222–222  ·  view source on GitHub ↗

\brief Match any input (array, scalar of any type)

Source from the content-addressed store, hash-verified

220
221 // \brief Match any input (array, scalar of any type)
222 static InputType Any() { return InputType(); }
223
224 /// \brief Return true if this input type matches the same type cases as the
225 /// other.

Callers 12

SimplifyIsInMethod · 0.70
TEST_FFunction · 0.50
AddFirstOrLastAggKernelFunction · 0.50
AddMinOrMaxAggKernelFunction · 0.50
RegisterScalarValidityFunction · 0.50
MakeMinOrMaxKernelFunction · 0.50
MakeFirstOrLastKernelFunction · 0.50

Calls 1

InputTypeFunction · 0.85

Tested by 1

TEST_FFunction · 0.40