Skip to content

Commit

Permalink
Esql bucket function for date nanos (#118474) (#118670)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
not-napoleon authored Dec 16, 2024
1 parent 2d10bfb commit 9166cd8
Show file tree
Hide file tree
Showing 7 changed files with 498 additions and 7 deletions.
6 changes: 6 additions & 0 deletions docs/changelog/118474.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pr: 118474
summary: Esql bucket function for date nanos
area: ES|QL
type: enhancement
issues:
- 118031
306 changes: 306 additions & 0 deletions docs/reference/esql/functions/kibana/definition/bucket.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 11 additions & 0 deletions docs/reference/esql/functions/types/bucket.asciidoc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9166cd8

Please sign in to comment.