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

Method get_cross_reference

arrow-flight/src/sql/client.rs:342–347  ·  view source on GitHub ↗

Retrieves a description of the foreign key columns in the given foreign key table that reference the primary key or the columns representing a unique constraint of the parent table (could be the same or a different table).

(
        &mut self,
        request: CommandGetCrossReference,
    )

Source from the content-addressed store, hash-verified

340 /// table that reference the primary key or the columns representing a unique
341 /// constraint of the parent table (could be the same or a different table).
342 pub async fn get_cross_reference(
343 &mut self,
344 request: CommandGetCrossReference,
345 ) -> Result<FlightInfo> {
346 self.get_flight_info_for_command(request).await
347 }
348
349 /// Request a list of table types.
350 pub async fn get_table_types(&mut self) -> Result<FlightInfo> {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected