georgia-tech-db/evadb

`SHOW ALL_CONFIGS` Feature Addition

hershd23 opened this issue · 1 comments

Search before asking

  • I have searched the EvaDB issues and found no similar feature requests.

Description

Once #1272 is merged we would like a way, using the SHOW command itself to display all present configs in the config table.

Something like SHOW ALL_CONFIGS or something similar would be required since the current parser implementation is like

show_statement: SHOW (FUNCTIONS | TABLES | uid)

Use case

Displaying all configurations is an important for EvaDB users

Are you willing to submit a PR?

  • Yes I'd like to help by submitting a PR!

Picking this issue myself