elasticsearch/docs/reference/esql/functions
Nik Everett 44e61341f2
ESQL: COALESCE function (#98542)
This adds a `COALESCE` function that returns the first non-null value.
2023-08-17 13:51:44 -04:00
..
abs.asciidoc Rename PROJECT command to KEEP (ESQL-1282) 2023-06-19 13:06:44 +02:00
acos.asciidoc Add remaining trigonometric functions (ESQL-1518) 2023-08-03 01:12:10 +10:00
asin.asciidoc Add remaining trigonometric functions (ESQL-1518) 2023-08-03 01:12:10 +10:00
atan.asciidoc Add remaining trigonometric functions (ESQL-1518) 2023-08-03 01:12:10 +10:00
atan2.asciidoc Add remaining trigonometric functions (ESQL-1518) 2023-08-03 01:12:10 +10:00
auto_bucket.asciidoc Support auto_bucket for numeric fields (ESQL-1494) 2023-07-31 16:45:59 -04:00
case.asciidoc Rename PROJECT command to KEEP (ESQL-1282) 2023-06-19 13:06:44 +02:00
cidr_match.asciidoc Move each function to its own file 2023-05-11 17:02:27 +02:00
coalesce.asciidoc ESQL: COALESCE function (#98542) 2023-08-17 13:51:44 -04:00
concat.asciidoc Rename PROJECT command to KEEP (ESQL-1282) 2023-06-19 13:06:44 +02:00
cos.asciidoc Add trigonometric functions (ESQL-1513) 2023-08-01 14:36:55 -04:00
cosh.asciidoc Add trigonometric functions (ESQL-1513) 2023-08-01 14:36:55 -04:00
date_extract.asciidoc Add date_extract function (ESQL-1346) 2023-07-19 14:08:06 +02:00
date_format.asciidoc Rename PROJECT command to KEEP (ESQL-1282) 2023-06-19 13:06:44 +02:00
date_parse.asciidoc Add date_extract function (ESQL-1346) 2023-07-19 14:08:06 +02:00
date_trunc.asciidoc Move each function to its own file 2023-05-11 17:02:27 +02:00
e.asciidoc Create e() function (ESQL-1304) 2023-06-22 10:02:23 -04:00
floor.asciidoc Support auto_bucket for numeric fields (ESQL-1494) 2023-07-31 16:45:59 -04:00
is_finite.asciidoc Move each function to its own file 2023-05-11 17:02:27 +02:00
is_infinite.asciidoc Move each function to its own file 2023-05-11 17:02:27 +02:00
is_nan.asciidoc Move each function to its own file 2023-05-11 17:02:27 +02:00
length.asciidoc Rename PROJECT command to KEEP (ESQL-1282) 2023-06-19 13:06:44 +02:00
log10.asciidoc Log base 10 for ESQL (ESQL-1358) 2023-07-06 15:37:35 -04:00
ltrim.asciidoc ESQL: LTRIM, RTRIM and fix unicode whitespace (#98590) 2023-08-17 11:30:12 -04:00
mv_avg.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
mv_concat.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
mv_count.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
mv_dedupe.asciidoc Implement MV_DEDUPE (ESQL-1287) 2023-06-27 08:13:19 -05:00
mv_max.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
mv_median.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
mv_min.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
mv_sum.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
now.asciidoc Implement now() function (ESQL-1172) 2023-06-27 12:01:09 +02:00
pi.asciidoc Add PI and TAU functions (ESQL-1357) 2023-07-05 16:06:06 -05:00
pow.asciidoc Simple ESQL pow() docs fixes after re-reviewing (#98601) 2023-08-17 17:29:06 +02:00
round.asciidoc Move IS_NULL, POW, ROUND, STARTS_WITH, SUBSTRING code snippets to CSV files 2023-07-07 15:45:06 +02:00
rtrim.asciidoc ESQL: LTRIM, RTRIM and fix unicode whitespace (#98590) 2023-08-17 11:30:12 -04:00
sin.asciidoc Add trigonometric functions (ESQL-1513) 2023-08-01 14:36:55 -04:00
sinh.asciidoc Add trigonometric functions (ESQL-1513) 2023-08-01 14:36:55 -04:00
split.asciidoc Docs: convert the results into a table (ESQL-1143) 2023-05-17 16:00:15 -04:00
sqrt.asciidoc Sqrt function for ESQL (#98449) 2023-08-16 16:33:30 +03:00
starts_with.asciidoc Move IS_NULL, POW, ROUND, STARTS_WITH, SUBSTRING code snippets to CSV files 2023-07-07 15:45:06 +02:00
substring.asciidoc Move IS_NULL, POW, ROUND, STARTS_WITH, SUBSTRING code snippets to CSV files 2023-07-07 15:45:06 +02:00
tan.asciidoc Add trigonometric functions (ESQL-1513) 2023-08-01 14:36:55 -04:00
tanh.asciidoc Add trigonometric functions (ESQL-1513) 2023-08-01 14:36:55 -04:00
tau.asciidoc Add PI and TAU functions (ESQL-1357) 2023-07-05 16:06:06 -05:00
to_boolean.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
to_datetime.asciidoc Add date_extract function (ESQL-1346) 2023-07-19 14:08:06 +02:00
to_degrees.asciidoc Add to_degrees and to_radians functions (ESQL-1496) 2023-08-03 04:23:15 +10:00
to_double.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
to_integer.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
to_ip.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
to_long.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
to_radians.asciidoc Add to_degrees and to_radians functions (ESQL-1496) 2023-08-03 04:23:15 +10:00
to_string.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
to_unsigned_long.asciidoc Add unsigned_long type support (ESQL-1289) 2023-07-04 15:45:10 +02:00
to_version.asciidoc Docs: compress results into query (ESQL-1259) 2023-06-12 09:37:45 -05:00
trim.asciidoc Reused example from spec file 2023-07-10 10:17:12 +02:00