Skip to content

Commit 82946f8

Browse files
committed
Esql bucket function for date nanos (#118474)
This adds support for running the bucket function over a date nanos field. Code wise, this just delegates to DateTrunc, which already supports date nanos, so most of the PR is just tests and the auto-generated docs. Resolves #118031
1 parent b1f6311 commit 82946f8

File tree

7 files changed

+498
-7
lines changed

7 files changed

+498
-7
lines changed

docs/changelog/118474.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pr: 118474
2+
summary: Esql bucket function for date nanos
3+
area: ES|QL
4+
type: enhancement
5+
issues:
6+
- 118031

docs/reference/esql/functions/kibana/definition/bucket.json

Lines changed: 306 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)