Skip to content

Commit ac35524

Browse files
committed
Migrated everything to the new add() calls
1 parent fc54ebb commit ac35524

File tree

78 files changed

+133
-6473
lines changed

Some content is hidden

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

78 files changed

+133
-6473
lines changed

x-pack/plugin/esql/compute/gen/src/main/java/org/elasticsearch/compute/gen/GroupingAggregatorImplementer.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@
5656
import static org.elasticsearch.compute.gen.Types.INTERMEDIATE_STATE_DESC;
5757
import static org.elasticsearch.compute.gen.Types.INT_ARRAY_BLOCK;
5858
import static org.elasticsearch.compute.gen.Types.INT_BIG_ARRAY_BLOCK;
59-
import static org.elasticsearch.compute.gen.Types.INT_BLOCK;
6059
import static org.elasticsearch.compute.gen.Types.INT_VECTOR;
61-
import static org.elasticsearch.compute.gen.Types.INT_VECTOR_BLOCK;
6260
import static org.elasticsearch.compute.gen.Types.LIST_AGG_FUNC_DESC;
6361
import static org.elasticsearch.compute.gen.Types.LIST_INTEGER;
6462
import static org.elasticsearch.compute.gen.Types.LONG_BLOCK;
@@ -80,7 +78,7 @@
8078
*/
8179
public class GroupingAggregatorImplementer {
8280
private static final List<ClassName> GROUP_IDS_CLASSES =
83-
List.of(INT_BLOCK, INT_ARRAY_BLOCK, INT_VECTOR_BLOCK, INT_BIG_ARRAY_BLOCK, INT_VECTOR);
81+
List.of(INT_ARRAY_BLOCK, INT_BIG_ARRAY_BLOCK, INT_VECTOR);
8482

8583
private final TypeElement declarationType;
8684
private final List<TypeMirror> warnExceptions;

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

Lines changed: 0 additions & 92 deletions
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/org/elasticsearch/compute/aggregation/CountDistinctBytesRefGroupingAggregatorFunction.java

Lines changed: 0 additions & 96 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)