apache/pinot

Support for SHOW TABLES and DESCRIBE <tbl_name> Commands

开放

#9,200 创建于 2022年8月11日

 (9 条评论) (2 个反应) (1 位负责人)Java (1,234 个派生)batch import
good first issue

仓库指标

星标
 (4,937 个星标)
PR 合并指标
 (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.

贡献者指南