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

Method do_get_sql_info

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

Get a FlightDataStream containing the list of SqlInfo results.

(
        &self,
        _query: CommandGetSqlInfo,
        _request: Request<Ticket>,
    )

Source from the content-addressed store, hash-verified

308
309 /// Get a FlightDataStream containing the list of SqlInfo results.
310 async fn do_get_sql_info(
311 &self,
312 _query: CommandGetSqlInfo,
313 _request: Request<Ticket>,
314 ) -> Result<Response<<Self as FlightService>::DoGetStream>, Status> {
315 Err(Status::unimplemented(
316 "do_get_sql_info has no default implementation",
317 ))
318 }
319
320 /// Get a FlightDataStream containing the data related to the primary and foreign keys.
321 async fn do_get_primary_keys(

Callers 1

do_getMethod · 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