Request a list of catalogs as tabular FlightInfo results
(&mut self)
| 265 | |
| 266 | /// Request a list of catalogs as tabular FlightInfo results |
| 267 | pub async fn get_catalogs(&mut self) -> Result<FlightInfo> { |
| 268 | self.get_flight_info_for_command(CommandGetCatalogs {}) |
| 269 | .await |
| 270 | } |
| 271 | |
| 272 | /// Request a list of database schemas as tabular FlightInfo results |
| 273 | pub async fn get_db_schemas(&mut self, request: CommandGetDbSchemas) -> Result<FlightInfo> { |
no test coverage detected