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

Function Ternary

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

\brief A function taking 3 arguments

Source from the content-addressed store, hash-verified

54
55 /// \brief A function taking 3 arguments
56 static Arity Ternary() { return Arity(3, false); }
57
58 /// \brief A function taking a variable number of arguments
59 ///

Callers 5

TESTFunction · 0.85
RegisterScalarIfElseFunction · 0.85
RegisterVectorReplaceFunction · 0.85
ExecuteFunction · 0.85

Calls 1

ArityFunction · 0.85

Tested by 1

TESTFunction · 0.68