| 485 | } |
| 486 | |
| 487 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetImportedKeysSchema( |
| 488 | const FlightCallOptions& options) { |
| 489 | flight_sql_pb::CommandGetImportedKeys command; |
| 490 | return GetSchemaForCommand(this, options, command); |
| 491 | } |
| 492 | |
| 493 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetCrossReference( |
| 494 | const FlightCallOptions& options, const TableRef& pk_table_ref, |