mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-29 01:44:36 -04:00
ESQL: Rename SHOW FUNCTIONS
to META FUNCTIONS
(#106362)
This renames the `show functions` command to `meta functions`. It also removes its documentation and usage tracking.
This commit is contained in:
parent
963a5b876d
commit
1fbb085bd0
27 changed files with 2164 additions and 2008 deletions
|
@ -12,7 +12,7 @@ SHOW item
|
|||
*Parameters*
|
||||
|
||||
`item`::
|
||||
Can be `INFO` or experimental:[] `FUNCTIONS`.
|
||||
Can only be `INFO`.
|
||||
|
||||
*Description*
|
||||
|
||||
|
@ -20,16 +20,15 @@ The `SHOW` source command returns information about the deployment and
|
|||
its capabilities:
|
||||
|
||||
* Use `SHOW INFO` to return the deployment's version, build date and hash.
|
||||
* Use experimental:[] `SHOW FUNCTIONS` to return a list of all supported functions and a
|
||||
synopsis of each function.
|
||||
|
||||
*Examples*
|
||||
|
||||
[source.merge.styled,esql]
|
||||
[source,esql]
|
||||
----
|
||||
include::{esql-specs}/show.csv-spec[tag=showFunctionsFiltered]
|
||||
SHOW INFO
|
||||
----
|
||||
[%header.monospaced.styled,format=dsv,separator=|]
|
||||
|===
|
||||
include::{esql-specs}/show.csv-spec[tag=showFunctionsFiltered-result]
|
||||
version | date | hash
|
||||
8.13.0 |2024-02-23T10:04:18.123117961Z|04ba8c8db2507501c88f215e475de7b0798cb3b3
|
||||
|===
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue