[[substrait::export]]
| 535 | |
| 536 | // [[substrait::export]] |
| 537 | std::shared_ptr<arrow::Buffer> substrait__internal__SubstraitFromJSON( |
| 538 | std::string substrait_json) { |
| 539 | return ValueOrStop(arrow::engine::internal::SubstraitFromJSON("Plan", substrait_json)); |
| 540 | } |
| 541 | |
| 542 | // [[substrait::export]] |
| 543 | std::shared_ptr<arrow::Table> ExecPlan_run_substrait( |
no test coverage detected