FLightSQL: add helpers to create CommandGetCatalogs
, CommandGetSchemas
, and CommandGetTables
requests
#4295
Labels
arrow
Changes to the arrow crate
arrow-flight
Changes to the arrow-flight crate
enhancement
Any new improvement worthy of a entry in the changelog
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
FlightSQL has several APIs for a server to report available catalogs, db schemas, and tables. These APIs require filtering and sorting against the available information, which can be re-used across implementations.
Describe the solution you'd like
IOx contains implementations to simplify handling these requests that could benefit other rust implementations.
Describe alternatives you've considered
Not doing it.
Additional context
The text was updated successfully, but these errors were encountered: