apache/pinot

Support for SHOW TABLES and DESCRIBE <tbl_name> Commands

Open

#9.200 geöffnet am 11. Aug. 2022

Auf GitHub ansehen
 (9 Kommentare) (2 Reaktionen) (1 zugewiesene Person)Java (1.234 Forks)batch import
good first issue

Repository-Metriken

Stars
 (4.937 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 6T 7h) (186 gemergte PRs in 30 T)

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.

Contributor Guide