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

Function AddExtensionSetToPlan

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

Source from the content-addressed store, hash-verified

44namespace engine {
45
46Status AddExtensionSetToPlan(const ExtensionSet& ext_set, substrait::Plan* plan) {
47 return AddExtensionSetToMessage(ext_set, plan);
48}
49
50Result<ExtensionSet> GetExtensionSetFromPlan(const substrait::Plan& plan,
51 const ConversionOptions& conversion_options,

Callers 2

CreatePlanFunction · 0.85
PlanToProtoFunction · 0.85

Calls 1

AddExtensionSetToMessageFunction · 0.85

Tested by 1

CreatePlanFunction · 0.68