apache/pinot

Support for SHOW TABLES and DESCRIBE <tbl_name> Commands

Open

#9200 aperta il 11 ago 2022

Vedi su GitHub
 (9 commenti) (2 reazioni) (1 assegnatario)Java (1234 fork)batch import
good first issue

Metriche repository

Star
 (4937 star)
Metriche merge PR
 (Merge medio 6g 7h) (186 PR mergiate in 30 g)

Descrizione

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.

Guida contributor