Skip to content

Commit

Permalink
const safety
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Oct 27, 2024
1 parent 1ea5df2 commit 4f04725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rfuns.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ void InExecute(DataChunk &args, ExpressionState &state, Vector &result) {
return false;
};

auto in_loop = [&](idx_t count, const LHS_TYPE* x_data, bool* result_data, const ValidityMask& mask) {
auto in_loop = [&](idx_t count, const LHS_TYPE *x_data, bool *result_data, const ValidityMask &mask) {
idx_t base_idx = 0;
auto entry_count = ValidityMask::EntryCount(count);
for (idx_t entry_idx = 0; entry_idx < entry_count; entry_idx++) {
Expand Down

0 comments on commit 4f04725

Please sign in to comment.