| 59 | } |
| 60 | |
| 61 | Result<std::shared_ptr<Buffer>> SerializeJsonPlan(const std::string& substrait_json) { |
| 62 | return engine::internal::SubstraitFromJSON("Plan", substrait_json); |
| 63 | } |
| 64 | |
| 65 | std::shared_ptr<ExtensionIdRegistry> MakeExtensionIdRegistry() { |
| 66 | return nested_extension_id_registry(default_extension_id_registry()); |
nothing calls this directly
no test coverage detected