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

Function Arity

cpp/src/arrow/compute/function.h:65–66  ·  view source on GitHub ↗

NOTE: the 0-argument form (default constructor) is required for Cython

Source from the content-addressed store, hash-verified

63
64 // NOTE: the 0-argument form (default constructor) is required for Cython
65 explicit Arity(int num_args = 0, bool is_varargs = false)
66 : num_args(num_args), is_varargs(is_varargs) {}
67
68 /// The number of required arguments (or the minimum number for varargs
69 /// functions).

Callers 8

AdjustForHashAggregateFunction · 0.85
TEST_FFunction · 0.85
NullaryFunction · 0.85
UnaryFunction · 0.85
BinaryFunction · 0.85
TernaryFunction · 0.85
VarArgsFunction · 0.85
MakeFunctionFunction · 0.85

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.68