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

Function DecodeConcatMapping

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

Source from the content-addressed store, hash-verified

953}
954
955ExtensionIdRegistry::SubstraitCallToArrow DecodeConcatMapping() {
956 return [](const SubstraitCall& call) -> Result<compute::Expression> {
957 ARROW_ASSIGN_OR_RAISE(std::vector<compute::Expression> value_args,
958 GetValueArgs(call, 0));
959 value_args.push_back(compute::literal(""));
960 return compute::call("binary_join_element_wise", std::move(value_args));
961 };
962}
963
964ExtensionIdRegistry::SubstraitAggregateToArrow DecodeBasicAggregate(
965 const std::string& arrow_function_name) {

Callers 1

Calls 5

GetValueArgsFunction · 0.85
push_backMethod · 0.80
ARROW_ASSIGN_OR_RAISEFunction · 0.70
literalFunction · 0.50
callFunction · 0.50

Tested by

no test coverage detected