Remove outdated comment.

This commit is contained in:
小路 2021-09-14 11:22:34 +08:00 committed by GitHub
parent 2b49f42bca
commit 9416c5e74d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -245,7 +245,7 @@ struct StringIntegerOperationImpl
}
}
/// if is_fixed_string n_or_in_offsets is n, otherwise n_or_in_offsets is in_offsets
template <OpCase op_case>
static void NO_INLINE processString(const UInt8 * __restrict in_vec, const UInt64 * __restrict in_offsets, const B * __restrict b, ColumnString::Chars & out_vec, ColumnString::Offsets & out_offsets, size_t size)
{