Skip to content

Commit 38e1daa

Browse files
committed
reprhasing
1 parent 4172bdf commit 38e1daa

File tree

2 files changed

+2
-2
lines changed
  • docs/reference/esql/functions/examples
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/grouping

2 files changed

+2
-2
lines changed

docs/reference/esql/functions/examples/bucket.asciidoc

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/grouping/Bucket.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Sometimes you need to change the start value of each bucket by a given duration
171171
take into account how the language handles expressions within the `STATS` command: if these contain functions or
172172
arithmetic operators, a virtual `EVAL` is inserted before and/or after the `STATS` command. Consequently, a double
173173
compensation is needed to adjust the bucketed date value before the aggregation and then again after. For instance,
174-
inserting a negative offset of `1 day` you would like this:""",
174+
inserting a negative offset of `1 hour` to buckets of `1 year` looks like this:""",
175175
file = "bucket",
176176
tag = "bucketWithOffset"
177177
) }

0 commit comments

Comments
 (0)