Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
TEST
Function · 0.85
RegisterScalarIfElse
Function · 0.85
RegisterVectorReplace
Function · 0.85
RegisterHashAggregatePivot
Function · 0.85
Execute
Function · 0.85
Calls
1
Arity
Function · 0.85
Tested by
1
TEST
Function · 0.68