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

Method do_get_primary_keys

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

Get a FlightDataStream containing the data related to the primary and foreign keys.

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

Source from the content-addressed store, hash-verified

319
320 /// Get a FlightDataStream containing the data related to the primary and foreign keys.
321 async fn do_get_primary_keys(
322 &self,
323 _query: CommandGetPrimaryKeys,
324 _request: Request<Ticket>,
325 ) -> Result<Response<<Self as FlightService>::DoGetStream>, Status> {
326 Err(Status::unimplemented(
327 "do_get_primary_keys has no default implementation",
328 ))
329 }
330
331 /// Get a FlightDataStream containing the data related to the exported keys.
332 async fn do_get_exported_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