influxdb/flightsql/src
Chunchun Ye eca86a0f06
feat(flightsql): Support `CommandGetXdbcTypeInfo` metadata endpoint with an empty RecordBatch (#7576)
* feat: WIP support CommandGetXdbcTypeInfo metadata endpoint with tests

* chore: update test case and add jdbc test

* chore: uncomment jdbc getCoumns test

* chore: lint

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-04-25 21:06:27 +00:00
..
sql_info chore: Update DataFusion + arrow ecosystem to 37 (#7544) 2023-04-14 12:43:01 +00:00
cmd.rs feat(flightsql): Support `CommandGetXdbcTypeInfo` metadata endpoint with an empty RecordBatch (#7576) 2023-04-25 21:06:27 +00:00
error.rs refactor: use types rather than `Any` in `flightsql` interface (#6705) 2023-01-31 14:45:46 +00:00
get_catalogs.rs refactor(flightsql): Build `GetCatalogs` directly from DataFusion catalog (#7327) 2023-03-24 18:34:56 +00:00
get_db_schemas.rs refactor(flightsql): Build `GetDBSchemas` directly from DataFusion catalog (#7386) 2023-03-30 13:28:34 +00:00
get_tables.rs refactor(flightsql): Build `GetTables` directly from DataFusion catalog (#7325) 2023-03-24 19:15:24 +00:00
lib.rs refactor(flightsql): Build `GetDBSchemas` directly from DataFusion catalog (#7386) 2023-03-30 13:28:34 +00:00
planner.rs feat(flightsql): Support `CommandGetXdbcTypeInfo` metadata endpoint with an empty RecordBatch (#7576) 2023-04-25 21:06:27 +00:00