Skip to content

Commit bd6bf35

Browse files
committed
const column
1 parent 963cd88 commit bd6bf35

File tree

4 files changed

+232
-167
lines changed

4 files changed

+232
-167
lines changed

src/query/expression/src/aggregate/hash_index.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,9 @@ impl<'a> TableAdapter for AdapterImpl<'a> {
260260
CompareState {
261261
address: &state.addresses,
262262
compare: &mut state.group_compare_vector,
263-
matched: &mut state.match_vector,
264263
no_matched: &mut state.no_match_vector,
265264
}
266-
.row_match_columns(
265+
.row_match_entries(
267266
self.group_columns,
268267
&self.payload.row_layout,
269268
(need_compare_count, no_match_count),

0 commit comments

Comments
 (0)