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/compute/src/main/java/org/elasticsearch/compute/aggregation/blockhash/LongTopNBlockHash.java
+6-46Lines changed: 6 additions & 46 deletions
Original file line number
Diff line number
Diff line change
@@ -38,12 +38,7 @@ public final class LongTopNBlockHash extends BlockHash {
38
38
privatefinalbooleannullsFirst;
39
39
privatefinalintlimit;
40
40
privatefinalLongHashhash;
41
-
privateLongTopNUniqueSorttopValues;
42
-
privatefinalLongHashseenUniqueValues;
43
-
/**
44
-
* Helper field to keep track of the last top value, and avoid expensive accesses.
45
-
*/
46
-
privatelonglastTopValue;
41
+
privatefinalLongTopNUniqueSorttopValues;
47
42
48
43
/**
49
44
* Have we seen any {@code null} values?
@@ -63,8 +58,6 @@ public LongTopNBlockHash(int channel, boolean asc, boolean nullsFirst, int limit
0 commit comments