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

Method SetEnumArg

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

Source from the content-addressed store, hash-verified

149}
150
151void SubstraitCall::SetEnumArg(int index, std::string enum_arg) {
152 size_ = std::max(size_, index + 1);
153 enum_args_[index] = std::move(enum_arg);
154}
155
156Result<compute::Expression> SubstraitCall::GetValueArg(int index) const {
157 if (index >= size_) {

Callers 1

DecodeArgFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected