apache/pinot

Support for SHOW TABLES and DESCRIBE <tbl_name> Commands

Open

#9 200 ouverte le 11 août 2022

Voir sur GitHub
 (9 commentaires) (2 réactions) (1 assigné)Java (1 234 forks)batch import
good first issue

Métriques du dépôt

Stars
 (4 937 stars)
Métriques de merge PR
 (Merge moyen 6j 7h) (186 PRs mergées en 30 j)

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.

Guide contributeur