MCPcopy Create free account
hub / github.com/apache/arrow-rs / get_catalogs

Method get_catalogs

arrow-flight/src/sql/client.rs:267–270  ·  view source on GitHub ↗

Request a list of catalogs as tabular FlightInfo results

(&mut self)

Source from the content-addressed store, hash-verified

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> {

Callers 1

mainFunction · 0.80

Calls 1

Tested by

no test coverage detected