Skip to content

Commit 0fab629

Browse files
committed
New execution model for rates
1 parent 69d7d5b commit 0fab629

File tree

43 files changed

+2697
-4892
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+2697
-4892
lines changed

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

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -628,28 +628,6 @@ tasks.named('stringTemplates').configure {
628628
it.outputFile = "org/elasticsearch/compute/aggregation/ValuesBytesRefAggregator.java"
629629
}
630630

631-
File rateAggregatorInputFile = file("src/main/java/org/elasticsearch/compute/aggregation/X-RateAggregator.java.st")
632-
template {
633-
it.properties = intProperties
634-
it.inputFile = rateAggregatorInputFile
635-
it.outputFile = "org/elasticsearch/compute/aggregation/RateIntAggregator.java"
636-
}
637-
template {
638-
it.properties = longProperties
639-
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"
646-
}
647-
template {
648-
it.properties = doubleProperties
649-
it.inputFile = rateAggregatorInputFile
650-
it.outputFile = "org/elasticsearch/compute/aggregation/RateDoubleAggregator.java"
651-
}
652-
653631
File stdDevAggregatorInputFile = file("src/main/java/org/elasticsearch/compute/aggregation/X-StdDevAggregator.java.st")
654632
template {
655633
it.properties = intProperties

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.

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

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)