-
Notifications
You must be signed in to change notification settings - Fork 25k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Esql - Support date nanos in date extract function (#120727)
Resolves #110000 Add support for running the date extract function on nanosecond dates.
- Loading branch information
1 parent
7245c05
commit 11938cf
Showing
13 changed files
with
825 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
pr: 120727 | ||
summary: Esql - Support date nanos in date extract function | ||
area: ES|QL | ||
type: enhancement | ||
issues: | ||
- 110000 |
36 changes: 36 additions & 0 deletions
36
docs/reference/esql/functions/kibana/definition/date_extract.json
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
137 changes: 137 additions & 0 deletions
137
...search/xpack/esql/expression/function/scalar/date/DateExtractConstantMillisEvaluator.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
137 changes: 137 additions & 0 deletions
137
...csearch/xpack/esql/expression/function/scalar/date/DateExtractConstantNanosEvaluator.java
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.