MCPcopy Create free account
hub / github.com/apache/arrow-rs / do_put_substrait_plan

Method do_put_substrait_plan

arrow-flight/src/sql/server.rs:447–455  ·  view source on GitHub ↗

Execute a substrait plan

(
        &self,
        _query: CommandStatementSubstraitPlan,
        _request: Request<PeekableFlightDataStream>,
    )

Source from the content-addressed store, hash-verified

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

Callers 1

do_putMethod · 0.45

Implementers 3

flight_sql_client_cli.rsarrow-flight/tests/flight_sql_client_c
flight_sql_client.rsarrow-flight/tests/flight_sql_client.r
flight_sql_server.rsarrow-flight/examples/flight_sql_serve

Calls

no outgoing calls

Tested by

no test coverage detected