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

Method do_put_error_callback

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

Implementors may override to handle do_put errors

(
        &self,
        _request: Request<PeekableFlightDataStream>,
        error: DoPutError,
    )

Source from the content-addressed store, hash-verified

388
389 /// Implementors may override to handle do_put errors
390 async fn do_put_error_callback(
391 &self,
392 _request: Request<PeekableFlightDataStream>,
393 error: DoPutError,
394 ) -> Result<Response<<Self as FlightService>::DoPutStream>, Status> {
395 Err(Status::unimplemented(format!("Unhandled Error: {error}")))
396 }
397
398 /// Execute an update SQL statement.
399 async fn do_put_statement_update(

Callers 1

do_putMethod · 0.80

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