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

Method SetValueArg

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

Source from the content-addressed store, hash-verified

171}
172
173void SubstraitCall::SetValueArg(int index, compute::Expression value_arg) {
174 size_ = std::max(size_, index + 1);
175 value_args_[index] = std::move(value_arg);
176}
177
178std::optional<const std::vector<std::string>*> SubstraitCall::GetOption(
179 std::string_view option_name) const {

Callers 6

TESTFunction · 0.80
DecodeArgFunction · 0.80
ToProtoFunction · 0.80
EncodeBasicFunction · 0.80
EncodeIsNullFunction · 0.80

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.64