apache/pinot

Support for SHOW TABLES and DESCRIBE <tbl_name> Commands

Open

#9,200 建立於 2022年8月11日

在 GitHub 查看
 (9 留言) (2 反應) (1 負責人)Java (1,234 fork)batch import
good first issue

倉庫指標

Star
 (4,937 star)
PR 合併指標
 (平均合併 6天 7小時) (30 天內合併 186 個 PR)

描述

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.

貢獻者指南