apache/pinot
Support for SHOW TABLES and DESCRIBE <tbl_name> Commands
Offen
#9.200 geöffnet am 11.08.2022
good first issue
Repository-Metriken
- Stars
- (4.937 Sterne)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
As a user, I would like to be able to issue an equivalent of MySQL's SHOW TABLES and DESCRIBE <tbl_name> commands, to get a list of tables in my cluster and to get metadata about a particular table (such as its columns and their types) respectively.