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:
Bogdan Pintea 2024-03-19 13:02:34 +01:00 committed by GitHub
parent 963a5b876d
commit 1fbb085bd0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 2164 additions and 2008 deletions

View file

@ -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
|===