Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions docs/reference/query-languages/esql/esql-functions-operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,56 +12,67 @@ mapped_pages:
## Functions overview [esql-functions]

::::{dropdown} Aggregate functions
:open:
:::{include} _snippets/lists/aggregation-functions.md
:::
::::

::::{dropdown} Grouping functions
:open:
:::{include} _snippets/lists/grouping-functions.md
:::
::::

::::{dropdown} Conditional functions and expressions
:open:
:::{include} _snippets/lists/conditional-functions-and-expressions.md
:::
::::

::::{dropdown} Date and time functions
:open:
:::{include} _snippets/lists/date-time-functions.md
:::
::::

::::{dropdown} IP functions
:open:
:::{include} _snippets/lists/ip-functions.md
:::
::::

::::{dropdown} Math functions
:open:
:::{include} _snippets/lists/math-functions.md
:::
::::

::::{dropdown} Search functions
:open:
:::{include} _snippets/lists/search-functions.md
:::
::::

::::{dropdown} Spatial functions
:open:
:::{include} _snippets/lists/spatial-functions.md
:::
::::

::::{dropdown} String functions
:open:
:::{include} _snippets/lists/string-functions.md
:::
::::

::::{dropdown} Type conversion functions
:open:
:::{include} _snippets/lists/type-conversion-functions.md
:::
::::

::::{dropdown} Multi value functions
:open:
:::{include} _snippets/lists/mv-functions.md
:::
::::
Expand All @@ -70,6 +81,7 @@ mapped_pages:
## Operators overview [esql-operators-overview]

::::{dropdown} Operators
:open:
:::{include} _snippets/lists/operators.md
:::
::::
Loading