Commit Graph

13 Commits

Author SHA1 Message Date
Nik Everett b7b9f71a49 Implement `mv_count` (ESQL-1126)
Implements the `mv_count` function which returns a count of the values
in a column.
2023-05-12 15:57:49 -04:00
Abdon Pijpelink a3ce029b60 Add metadata to each page 2023-05-11 17:14:11 +02:00
Abdon Pijpelink 35356b86a2 Move each function to its own file 2023-05-11 17:02:27 +02:00
Nik Everett 555781a8a0 Docs for remaining mv functions (ESQL-1114)
This adds docs for all of the remaining `mv_*` functions that have been
implemented at this point.
2023-05-11 07:03:58 -04:00
Nik Everett ce1d634d77 Docs for `mv_min` (ESQL-1092)
This adds docs for the `mv_min` function. It uses an as yet unsupported
syntax, `ROW a=[2,1]`, but I think we'll support it before long.
2023-05-10 17:26:59 -04:00
Nik Everett 87e6fcc948 Docs for `split` (ESQL-1084)
This adds docs for the new `split` function.
2023-05-04 06:26:48 -04:00
Abdon Pijpelink b8e824d341 Add CIDR_MATCH function 2023-05-01 16:29:39 +02:00
Abdon Pijpelink e7dce054d4 Fix function list 2023-04-28 15:16:24 +02:00
Abdon Pijpelink 7b0b2c98da Add IS_FINITE, IS_INFINITE, IS_NAN, and POW functions 2023-04-28 14:50:54 +02:00
Abdon Pijpelink 09a1324a14 Add CASE function 2023-04-24 16:37:47 +02:00
Abdon Pijpelink 1364f50cbf Edits 2023-04-17 11:18:51 +02:00
Abdon Pijpelink 518a97006a Edits 2023-04-17 11:18:50 +02:00
Abdon Pijpelink 81fd338297 Initial commit 2023-04-17 11:18:50 +02:00