Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ Binary
Function
Binary
cpp/src/arrow/compute/function.h:53–53 ·
view source on GitHub ↗
\brief A function taking 2 arguments
Source
from the content-addressed store, hash-verified
51
52
/// \brief A function taking 2 arguments
53
static Arity Binary() { return Arity(2, false); }
54
55
/// \brief A function taking 3 arguments
56
static Arity Ternary() { return Arity(3, false); }
Callers
15
TEST
Function · 0.70
AddScalarFunction
Method · 0.70
TEST_P
Function · 0.70
RegisterScalarNested
Function · 0.50
MakeCompareFunction
Function · 0.50
MakeFlippedCompare
Function · 0.50
FilterMetaFunction
Method · 0.50
TakeMetaFunction
Method · 0.50
RegisterScalarAggregatePivot
Function · 0.50
IsInMetaBinary
Method · 0.50
IndexInMetaBinary
Method · 0.50
ScatterMetaFunction
Method · 0.50
Calls
1
Arity
Function · 0.85
Tested by
3
TEST
Function · 0.56
AddScalarFunction
Method · 0.56
TEST_P
Function · 0.56