apache/pinot

Support for SHOW TABLES and DESCRIBE <tbl_name> Commands

Open

#9.200 aberto em 11 de ago. de 2022

Ver no GitHub
 (9 comments) (2 reactions) (1 assignee)Java (1.234 forks)batch import
good first issue

Métricas do repositório

Stars
 (4.937 stars)
Métricas de merge de PR
 (Mesclagem média 6d 7h) (186 fundiu PRs em 30d)

Description

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.

Guia do colaborador