MCPcopy 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
98Status Function::CheckArity(size_t num_args) const {
99 return CheckArityImpl(*this, static_cast<int>(num_args));
100}
101
102namespace {
103

Callers

nothing calls this directly

Calls 1

CheckArityImplFunction · 0.85

Tested by

no test coverage detected