Skip to content

Commit 5bf6f95

Browse files
committed
Port from asciidocalypse
1 parent 36660f2 commit 5bf6f95

File tree

871 files changed

+11243
-799
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

871 files changed

+11243
-799
lines changed

docs/reference/query-languages/esql/_snippets/aggregation-functions.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,48 +6,48 @@ The [`STATS`](/reference/query-languages/esql/esql-commands.md#esql-stats-by) co
66
:::{include} lists/aggregation-functions.md
77
:::
88

9-
:::{include} functions/avg.md
9+
:::{include} functions/layout/avg.md
1010
:::
1111

12-
:::{include} functions/count.md
12+
:::{include} functions/layout/count.md
1313
:::
1414

15-
:::{include} functions/count_distinct.md
15+
:::{include} functions/layout/count_distinct.md
1616
:::
1717

18-
:::{include} functions/max.md
18+
:::{include} functions/layout/max.md
1919
:::
2020

21-
:::{include} functions/median.md
21+
:::{include} functions/layout/median.md
2222
:::
2323

24-
:::{include} functions/median_absolute_deviation.md
24+
:::{include} functions/layout/median_absolute_deviation.md
2525
:::
2626

27-
:::{include} functions/min.md
27+
:::{include} functions/layout/min.md
2828
:::
2929

30-
:::{include} functions/percentile.md
30+
:::{include} functions/layout/percentile.md
3131
:::
3232

33-
:::{include} functions/st_centroid_agg.md
33+
:::{include} functions/layout/st_centroid_agg.md
3434
:::
3535

36-
:::{include} functions/st_extent_agg.md
36+
:::{include} functions/layout/st_extent_agg.md
3737
:::
3838

39-
:::{include} functions/std_dev.md
39+
:::{include} functions/layout/std_dev.md
4040
:::
4141

42-
:::{include} functions/sum.md
42+
:::{include} functions/layout/sum.md
4343
:::
4444

45-
:::{include} functions/top.md
45+
:::{include} functions/layout/top.md
4646
:::
4747

48-
:::{include} functions/values.md
48+
:::{include} functions/layout/values.md
4949
:::
5050

51-
:::{include} functions/weighted_avg.md
51+
:::{include} functions/layout/weighted_avg.md
5252
:::
5353

docs/reference/query-languages/esql/_snippets/conditional-functions-and-expressions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Conditional functions return one of their arguments by evaluating in an if-else
77
:::
88

99

10-
:::{include} functions/case.md
10+
:::{include} functions/layout/case.md
1111
:::
1212

13-
:::{include} functions/coalesce.md
13+
:::{include} functions/layout/coalesce.md
1414
:::
1515

16-
:::{include} functions/greatest.md
16+
:::{include} functions/layout/greatest.md
1717
:::
1818

19-
:::{include} functions/least.md
19+
:::{include} functions/layout/least.md
2020
:::
2121

docs/reference/query-languages/esql/_snippets/date-time-functions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77
:::
88

99

10-
:::{include} functions/date_diff.md
10+
:::{include} functions/layout/date_diff.md
1111
:::
1212

13-
:::{include} functions/date_extract.md
13+
:::{include} functions/layout/date_extract.md
1414
:::
1515

16-
:::{include} functions/date_format.md
16+
:::{include} functions/layout/date_format.md
1717
:::
1818

19-
:::{include} functions/date_parse.md
19+
:::{include} functions/layout/date_parse.md
2020
:::
2121

22-
:::{include} functions/date_trunc.md
22+
:::{include} functions/layout/date_trunc.md
2323
:::
2424

25-
:::{include} functions/now.md
25+
:::{include} functions/layout/now.md
2626
:::
2727

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
2+
3+
**Description**
4+
5+
Returns the absolute value.
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
2+
3+
**Description**
4+
5+
Returns the [arccosine](https://en.wikipedia.org/wiki/Inverse_trigonometric_functions) of `n` as an angle, expressed in radians.
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
2+
3+
**Description**
4+
5+
Returns the [arcsine](https://en.wikipedia.org/wiki/Inverse_trigonometric_functions) of the input numeric expression as an angle, expressed in radians.
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
2+
3+
**Description**
4+
5+
Returns the [arctangent](https://en.wikipedia.org/wiki/Inverse_trigonometric_functions) of the input numeric expression as an angle, expressed in radians.
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
2+
3+
**Description**
4+
5+
The [angle](https://en.wikipedia.org/wiki/Atan2) between the positive x-axis and the ray from the origin to the point (x , y) in the Cartesian plane, expressed in radians.
6+
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
2+
3+
**Description**
4+
5+
The average of a numeric field.
6+
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
% This is generated by ESQL's AbstractFunctionTestCase. Do no edit it. See ../README.md for how to regenerate it.
2+
3+
**Description**
4+
5+
Returns the bit length of a string.
6+
7+
::::{note}
8+
All strings are in UTF-8, so a single character can use multiple bytes.
9+
::::
10+
11+

0 commit comments

Comments
 (0)