Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ CheckArity
Method
CheckArity
cpp/src/arrow/compute/function.cc:98–100 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
Status Function::CheckArity(size_t num_args) const {
99
return CheckArityImpl(*this, static_cast<int>(num_args));
100
}
101
102
namespace {
103
Callers
nothing calls this directly
Calls
1
CheckArityImpl
Function · 0.85
Tested by
no test coverage detected