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/CategorizePackedValuesBlockHash.java
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35,6 +35,11 @@
35
35
/**
36
36
* BlockHash implementation for {@code Categorize} grouping function as first
37
37
* grouping expression, followed by one or mode other grouping expressions.
38
+
* <p>
39
+
* For the first grouping (the {@code Categorize} grouping function), a
40
+
* {@code CategorizeBlockHash} is used, which outputs integers (category IDs).
41
+
* Next, a {@code PackedValuesBlockHash} is used on the category IDs and the
42
+
* other groupings (which are not {@code Categorize}s).
0 commit comments