-
Notifications
You must be signed in to change notification settings - Fork 847
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(flight): add helpers to handle
CommandGetCatalogs
, `CommandGet…
…Schemas`, and `CommandGetTables` requests (#4296) * feat: add get catalog helpers * fix: clippy in arrow_row example * feat: add db schemas helpers * chore: cleanup db schemas helpers * feat: add table schema hlpers * test: add tests and docs * docs: add table queries to example server * docs: improve builder docs * fix: docs links * Apply suggestions from code review Co-authored-by: Andrew Lamb <[email protected]> * Improve docs and tests for `SqlInfoList (#4293) * Improve docs and tests for SqlInfoList * Add an example/ * Update arrow-flight/src/sql/sql_info.rs Co-authored-by: Liang-Chi Hsieh <[email protected]> --------- Co-authored-by: Liang-Chi Hsieh <[email protected]> * fix: use FlightInfo builders * chore: clippy * fmt * feat: add filters to GetTablesBuilder * fix: clippy * feat: more consistent builder apis * chore: cleanup --------- Co-authored-by: Andrew Lamb <[email protected]> Co-authored-by: Liang-Chi Hsieh <[email protected]>
- Loading branch information
1 parent
a9c5c97
commit dde6539
Showing
7 changed files
with
1,001 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.