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

Method get_flight_info_tables

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

Get a FlightInfo for listing tables.

(
        &self,
        _query: CommandGetTables,
        _request: Request<FlightDescriptor>,
    )

Source from the content-addressed store, hash-verified

140
141 /// Get a FlightInfo for listing tables.
142 async fn get_flight_info_tables(
143 &self,
144 _query: CommandGetTables,
145 _request: Request<FlightDescriptor>,
146 ) -> Result<Response<FlightInfo>, Status> {
147 Err(Status::unimplemented(
148 "get_flight_info_tables has no default implementation",
149 ))
150 }
151
152 /// Get a FlightInfo to extract information about the table types.
153 async fn get_flight_info_table_types(

Callers 1

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