| 515 | } |
| 516 | |
| 517 | arrow::Result<std::unique_ptr<SchemaResult>> FlightSqlClient::GetCrossReferenceSchema( |
| 518 | const FlightCallOptions& options) { |
| 519 | flight_sql_pb::CommandGetCrossReference command; |
| 520 | return GetSchemaForCommand(this, options, command); |
| 521 | } |
| 522 | |
| 523 | arrow::Result<std::unique_ptr<FlightInfo>> FlightSqlClient::GetTableTypes( |
| 524 | const FlightCallOptions& options) { |