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

Method HasValueArg

cpp/src/arrow/engine/substrait/extension_set.cc:169–171  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169bool SubstraitCall::HasValueArg(int index) const {
170 return value_args_.find(index) != value_args_.end();
171}
172
173void SubstraitCall::SetValueArg(int index, compute::Expression value_arg) {
174 size_ = std::max(size_, index + 1);

Callers 2

EncodeSubstraitCallFunction · 0.80
extension_set.ccFile · 0.80

Calls 2

findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected