You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/aggregate/AggregateFunction.java
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -170,13 +170,6 @@ public boolean hasWindow() {
170
170
returntrue;
171
171
}
172
172
173
-
/**
174
-
* Whether the aggregate function is a wildcard aggregation (e.g., COUNT(*)).
175
-
*/
176
-
publicbooleanisWildcard() {
177
-
returnfalse;
178
-
}
179
-
180
173
/**
181
174
* Returns the set of input attributes required by this aggregate function, excluding those referenced by the filter.
0 commit comments