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

Method do_put_statement_update

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

Execute an update SQL statement.

(
        &self,
        _ticket: CommandStatementUpdate,
        _request: Request<PeekableFlightDataStream>,
    )

Source from the content-addressed store, hash-verified

397
398 /// Execute an update SQL statement.
399 async fn do_put_statement_update(
400 &self,
401 _ticket: CommandStatementUpdate,
402 _request: Request<PeekableFlightDataStream>,
403 ) -> Result<i64, Status> {
404 Err(Status::unimplemented(
405 "do_put_statement_update has no default implementation",
406 ))
407 }
408
409 /// Execute a bulk ingestion.
410 async fn do_put_statement_ingest(

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