show-functions.asciidoc 318 B

12345678910111213141516
  1. [role="xpack"]
  2. [testenv="basic"]
  3. [[sql-syntax-show-functions]]
  4. === SHOW FUNCTIONS
  5. .Synopsis
  6. [source, sql]
  7. ----
  8. SHOW FUNCTIONS [ LIKE? pattern<1>? ]?
  9. ----
  10. <1> SQL match pattern
  11. .Description
  12. List all the SQL functions and their type. The `LIKE` clause can be used to restrict the list of names to the given pattern.