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