| 439 | } |
| 440 | |
| 441 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetPrimaryKeysSchema( |
| 442 | const FlightCallOptions& options) { |
| 443 | flight_sql_pb::CommandGetPrimaryKeys command; |
| 444 | return GetSchemaForCommand(this, options, command); |
| 445 | } |
| 446 | |
| 447 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetExportedKeys( |
| 448 | const FlightCallOptions& options, const TableRef& table_ref) { |