Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPL - query to return all PPL commands #156

Open
mengweieric opened this issue Jul 7, 2021 · 1 comment
Open

PPL - query to return all PPL commands #156

mengweieric opened this issue Jul 7, 2021 · 1 comment
Labels
enhancement New feature or request PPL Piped processing language

Comments

@mengweieric
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Auto-complete needs to get all available commands.

Describe the solution you'd like
PPL query to get all commands

Preferred return format

[
...
{
name: search,
expl: 'search' // brief explanation for this command
... // any other useful information related to this command
}
...
]

@dai-chen dai-chen added enhancement New feature or request PPL Piped processing language labels Sep 29, 2022
@dai-chen
Copy link
Collaborator

There is SHOW FUNCTIONS statement in SQL world. Probably we can provide similar show function/commands.

penghuo pushed a commit that referenced this issue Dec 7, 2022
Signed-off-by: Guian Gumpac <guiang@bitquilltech.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request PPL Piped processing language
Development

No branches or pull requests

2 participants