Execute a substrait plan
(
&self,
_query: CommandStatementSubstraitPlan,
_request: Request<PeekableFlightDataStream>,
)
| 445 | |
| 446 | /// Execute a substrait plan |
| 447 | async fn do_put_substrait_plan( |
| 448 | &self, |
| 449 | _query: CommandStatementSubstraitPlan, |
| 450 | _request: Request<PeekableFlightDataStream>, |
| 451 | ) -> Result<i64, Status> { |
| 452 | Err(Status::unimplemented( |
| 453 | "do_put_substrait_plan has no default implementation", |
| 454 | )) |
| 455 | } |
| 456 | |
| 457 | // do_action |
| 458 |
no outgoing calls
no test coverage detected