We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72c7b7e commit 4d3abdcCopy full SHA for 4d3abdc
docs/reference/release-notes/highlights.asciidoc
@@ -32,31 +32,6 @@ endif::[]
32
33
// tag::notable-highlights[]
34
35
-[discrete]
36
-[[esql_inlinestats]]
37
-=== ESQL: INLINESTATS
38
-This adds the `INLINESTATS` command to ESQL which performs a STATS and
39
-then enriches the results into the output stream. So, this query:
40
-
41
-[source,esql]
42
-----
43
-FROM test
44
-| INLINESTATS m=MAX(a * b) BY b
45
-| WHERE m == a * b
46
-| SORT a DESC, b DESC
47
-| LIMIT 3
48
49
50
-Produces output like:
51
52
-| a | b | m |
53
-| --- | --- | ----- |
54
-| 99 | 999 | 98901 |
55
-| 99 | 998 | 98802 |
56
-| 99 | 997 | 98703 |
57
58
-{es-pull}109583[#109583]
59
60
[discrete]
61
[[always_allow_rebalancing_by_default]]
62
=== Always allow rebalancing by default
0 commit comments