apache/pinot

Support for SHOW TABLES and DESCRIBE <tbl_name> Commands

オープン

#9,200 opened on 2022/08/11

 (9 件のコメント) (2 件のリアクション) (1 人の担当者)Java (1,234 件のフォーク)batch import
good first issue

Repository metrics

Stars
 (4,937 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド