| 462 | } |
| 463 | |
| 464 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetExportedKeysSchema( |
| 465 | const FlightCallOptions& options) { |
| 466 | flight_sql_pb::CommandGetExportedKeys command; |
| 467 | return GetSchemaForCommand(this, options, command); |
| 468 | } |
| 469 | |
| 470 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetImportedKeys( |
| 471 | const FlightCallOptions& options, const TableRef& table_ref) { |