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.

贡献者指南