Cleanup: Pass IndexMask by const reference

This commit is contained in:
Hans Goudey
2025-05-19 14:16:05 -04:00
parent bbe9eb647a
commit 2bcd665659

View File

@@ -29,7 +29,7 @@ static IndexMask apply_filter_operation(const VArray<T> &data,
static IndexMask apply_row_filter(const SpreadsheetRowFilter &row_filter,
const Map<StringRef, const ColumnValues *> &columns,
const IndexMask prev_mask,
const IndexMask &prev_mask,
IndexMaskMemory &memory)
{
const ColumnValues &column = *columns.lookup(row_filter.column_name);