2023-10-17 23:36:14 +08:00
|
|
|
[[esql-functions-operators]]
|
2023-10-23 22:45:42 +08:00
|
|
|
=== {esql} functions and operators
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
++++
|
|
|
|
<titleabbrev>Functions and operators</titleabbrev>
|
|
|
|
++++
|
|
|
|
|
2023-10-23 22:45:42 +08:00
|
|
|
{esql} provides a comprehensive set of functions and operators for working with data.
|
|
|
|
The functions are divided into the following categories:
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
[[esql-functions]]
|
|
|
|
<<esql-agg-functions>>::
|
2023-10-23 22:45:42 +08:00
|
|
|
include::functions/aggregation-functions.asciidoc[tag=agg_list]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
<<esql-math-functions>>::
|
2023-10-23 22:45:42 +08:00
|
|
|
include::functions/math-functions.asciidoc[tag=math_list]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
<<esql-string-functions>>::
|
2023-10-23 22:45:42 +08:00
|
|
|
include::functions/string-functions.asciidoc[tag=string_list]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
<<esql-date-time-functions>>::
|
2023-10-23 22:45:42 +08:00
|
|
|
include::functions/date-time-functions.asciidoc[tag=date_list]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
2024-03-06 18:19:54 +08:00
|
|
|
<<esql-spatial-functions>>::
|
|
|
|
include::functions/spatial-functions.asciidoc[tag=spatial_list]
|
|
|
|
|
2023-10-17 23:36:14 +08:00
|
|
|
<<esql-type-conversion-functions>>::
|
2023-10-23 22:45:42 +08:00
|
|
|
include::functions/type-conversion-functions.asciidoc[tag=type_list]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
<<esql-conditional-functions-and-expressions>>::
|
2023-10-23 22:45:42 +08:00
|
|
|
include::functions/conditional-functions-and-expressions.asciidoc[tag=cond_list]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
<<esql-mv-functions>>::
|
2023-10-23 22:45:42 +08:00
|
|
|
include::functions/mv-functions.asciidoc[tag=mv_list]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
<<esql-operators>>::
|
2023-10-23 22:45:42 +08:00
|
|
|
include::functions/operators.asciidoc[tag=op_list]
|
2023-10-17 23:36:14 +08:00
|
|
|
|
|
|
|
include::functions/aggregation-functions.asciidoc[]
|
|
|
|
include::functions/math-functions.asciidoc[]
|
|
|
|
include::functions/string-functions.asciidoc[]
|
|
|
|
include::functions/date-time-functions.asciidoc[]
|
2024-03-06 18:19:54 +08:00
|
|
|
include::functions/spatial-functions.asciidoc[]
|
2023-10-17 23:36:14 +08:00
|
|
|
include::functions/type-conversion-functions.asciidoc[]
|
|
|
|
include::functions/conditional-functions-and-expressions.asciidoc[]
|
|
|
|
include::functions/mv-functions.asciidoc[]
|
|
|
|
include::functions/operators.asciidoc[]
|