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

[ES|QL] Improve show functions command with some additional columns #100621

Closed
dej611 opened this issue Oct 10, 2023 · 4 comments
Closed

[ES|QL] Improve show functions command with some additional columns #100621

dej611 opened this issue Oct 10, 2023 · 4 comments
Labels
:Analytics/ES|QL AKA ESQL >enhancement ES|QL-ui Impacts ES|QL UI Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)

Comments

@dej611
Copy link
Contributor

dej611 commented Oct 10, 2023

Description

After #99507 the output of show functions became very useful.
While testing with the Kibana code I've noticed a couple more columns that would be nice to have:

  • minParams: number - this is useful to describe variadic functions who still require few parameters to be defined
    • Some examples here are concat(...) with minParams: 1, case with minParams: 3 or cidr_match with minParams: 2
  • examples: some short example on how to use the function
  • aggregation: true/false can be useful to identify where it can be used (stats vs eval/row/where)
  • supportsWildcard: true/false for each argument
@dej611 dej611 added >enhancement needs:triage Requires assignment of a team area label :Analytics/ES|QL AKA ESQL ES|QL-ui Impacts ES|QL UI labels Oct 10, 2023
@elasticsearchmachine elasticsearchmachine added the Team:QL (Deprecated) Meta label for query languages team label Oct 10, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-ql (Team:QL)

@elasticsearchmachine elasticsearchmachine removed the needs:triage Requires assignment of a team area label label Oct 10, 2023
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/elasticsearch-esql (:Query Languages/ES|QL)

@wchaparro wchaparro added the Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo) label Jan 2, 2024
@elasticsearchmachine elasticsearchmachine removed the Team:QL (Deprecated) Meta label for query languages team label Jan 2, 2024
@elasticsearchmachine
Copy link
Collaborator

Pinging @elastic/es-analytics-geo (Team:Analytics)

@bpintea
Copy link
Contributor

bpintea commented Oct 22, 2024

Functionality dropped in #113967.

@bpintea bpintea closed this as not planned Won't fix, can't repro, duplicate, stale Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Analytics/ES|QL AKA ESQL >enhancement ES|QL-ui Impacts ES|QL UI Team:Analytics Meta label for analytical engine team (ESQL/Aggs/Geo)
Projects
None yet
Development

No branches or pull requests

4 participants