[[acero::export]]
| 218 | |
| 219 | // [[acero::export]] |
| 220 | std::string ExecPlanReader__PlanStatus(const std::shared_ptr<ExecPlanReader>& reader) { |
| 221 | return reader->PlanStatus(); |
| 222 | } |
| 223 | |
| 224 | // [[acero::export]] |
| 225 | std::shared_ptr<ExecPlanReader> ExecPlan_run( |
no test coverage detected