Skip to content

Commit 681169a

Browse files
committed
New execution model for rates
1 parent 6350fe4 commit 681169a

File tree

40 files changed

+1403
-3124
lines changed

40 files changed

+1403
-3124
lines changed

x-pack/plugin/esql/compute/build.gradle

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -632,22 +632,17 @@ tasks.named('stringTemplates').configure {
632632
template {
633633
it.properties = intProperties
634634
it.inputFile = rateAggregatorInputFile
635-
it.outputFile = "org/elasticsearch/compute/aggregation/RateIntAggregator.java"
635+
it.outputFile = "org/elasticsearch/compute/aggregation/OldRateIntAggregator.java"
636636
}
637637
template {
638638
it.properties = longProperties
639639
it.inputFile = rateAggregatorInputFile
640-
it.outputFile = "org/elasticsearch/compute/aggregation/RateLongAggregator.java"
641-
}
642-
template {
643-
it.properties = floatProperties
644-
it.inputFile = rateAggregatorInputFile
645-
it.outputFile = "org/elasticsearch/compute/aggregation/RateFloatAggregator.java"
640+
it.outputFile = "org/elasticsearch/compute/aggregation/OldRateLongAggregator.java"
646641
}
647642
template {
648643
it.properties = doubleProperties
649644
it.inputFile = rateAggregatorInputFile
650-
it.outputFile = "org/elasticsearch/compute/aggregation/RateDoubleAggregator.java"
645+
it.outputFile = "org/elasticsearch/compute/aggregation/OldRateDoubleAggregator.java"
651646
}
652647

653648
File stdDevAggregatorInputFile = file("src/main/java/org/elasticsearch/compute/aggregation/X-StdDevAggregator.java.st")
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/compute/src/main/generated-src/org/elasticsearch/compute/aggregation/RateFloatAggregator.java

Lines changed: 0 additions & 376 deletions
This file was deleted.
Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 17 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)