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

Function GetExtensionSetFromPlan

cpp/src/arrow/engine/substrait/plan_internal.cc:50–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50Result<ExtensionSet> GetExtensionSetFromPlan(const substrait::Plan& plan,
51 const ConversionOptions& conversion_options,
52 const ExtensionIdRegistry* registry) {
53 return GetExtensionSetFromMessage(plan, conversion_options, registry);
54}
55
56Result<std::unique_ptr<substrait::Plan>> PlanToProto(
57 const acero::Declaration& declr, ExtensionSet* ext_set,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected