show.asciidoc 662 B

1234567891011121314151617181920212223242526272829303132333435
  1. [discrete]
  2. [[esql-show]]
  3. === `SHOW`
  4. **Syntax**
  5. [source,esql]
  6. ----
  7. SHOW item
  8. ----
  9. *Parameters*
  10. `item`::
  11. Can be `INFO` or `FUNCTIONS`.
  12. *Description*
  13. The `SHOW` source command returns information about the deployment and
  14. its capabilities:
  15. * Use `SHOW INFO` to return the deployment's version, build date and hash.
  16. * Use `SHOW FUNCTIONS` to return a list of all supported functions and a
  17. synopsis of each function.
  18. *Examples*
  19. [source.merge.styled,esql]
  20. ----
  21. include::{esql-specs}/show.csv-spec[tag=showFunctionsFiltered]
  22. ----
  23. [%header.monospaced.styled,format=dsv,separator=|]
  24. |===
  25. include::{esql-specs}/show.csv-spec[tag=showFunctionsFiltered-result]
  26. |===