Commit 0c6607d
Implementing irate function for timeseries (#134095)
* Implementing irate function for timeseries
* Fixes to irate function. Pending: test suite
* [CI] Auto commit changes from spotless
* Adding support for irate in test framework
* fixup
* Progress on irate. Debugging one last issue
* [CI] Auto commit changes from spotless
* Finalized irate
* fixup
* comments and simplifying state impl
* comments
* test
* comments andfixup
---------
Co-authored-by: elasticsearchmachine <[email protected]>1 parent 447bce4 commit 0c6607d
File tree
21 files changed
+3256
-25
lines changed- x-pack/plugin
- esql
- compute
- src/main
- generated-src/org/elasticsearch/compute/aggregation
- generated/org/elasticsearch/compute/aggregation
- java/org/elasticsearch/compute/aggregation
- qa/testFixtures/src/main/resources
- src
- internalClusterTest/java/org/elasticsearch/xpack/esql/action
- main/java/org/elasticsearch/xpack/esql/expression/function
- aggregate
- src/yamlRestTest/resources/rest-api-spec/test/esql
21 files changed
+3256
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
483 | 489 | | |
484 | 490 | | |
485 | 491 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
494 | 516 | | |
495 | 517 | | |
496 | 518 | | |
| |||
601 | 623 | | |
602 | 624 | | |
603 | 625 | | |
| 626 | + | |
604 | 627 | | |
605 | 628 | | |
606 | 629 | | |
| |||
Lines changed: 215 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments