Commit 1a4ceb4
[8.x] Esql - Support date nanos in date extract function (elastic#120727) (elastic#120908)
* Esql - Support date nanos in date extract function (elastic#120727)
Resolves elastic#110000
Add support for running the date extract function on nanosecond dates.
* Fix switch error
* ESQL: Fix DateExtract with nanos tests
---------
Co-authored-by: Iván Cea Fontenla <[email protected]>
Co-authored-by: Iván Cea Fontenla <[email protected]>1 parent 76a4a05 commit 1a4ceb4
File tree
13 files changed
+826
-58
lines changed- docs
- changelog
- reference/esql/functions
- kibana/definition
- types
- x-pack/plugin/esql
- qa/testFixtures/src/main/resources
- src
- main
- generated/org/elasticsearch/xpack/esql/expression/function/scalar/date
- java/org/elasticsearch/xpack/esql
- action
- expression/function/scalar/date
- type
- test/java/org/elasticsearch/xpack/esql/expression/function/scalar/date
13 files changed
+826
-58
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
Lines changed: 36 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 22 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
503 | 525 | | |
504 | 526 | | |
505 | 527 | | |
| |||
Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 137 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments