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