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

Method do_get_catalogs

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

Get a FlightDataStream containing the list of catalogs.

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

Source from the content-addressed store, hash-verified

264
265 /// Get a FlightDataStream containing the list of catalogs.
266 async fn do_get_catalogs(
267 &self,
268 _query: CommandGetCatalogs,
269 _request: Request<Ticket>,
270 ) -> Result<Response<<Self as FlightService>::DoGetStream>, Status> {
271 Err(Status::unimplemented(
272 "do_get_catalogs has no default implementation",
273 ))
274 }
275
276 /// Get a FlightDataStream containing the list of schemas.
277 async fn do_get_schemas(

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