[ES|QL] Improve show functions
command with some additional columns
#100621
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)
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 definedconcat(...)
withminParams: 1
,case
withminParams: 3
orcidr_match
withminParams: 2
examples
: some short example on how to use the functionaggregation
: true/false can be useful to identify where it can be used (stats
vseval/row/where
)supportsWildcard
: true/false for each argumentThe text was updated successfully, but these errors were encountered: