mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
fixed Typos and Styles issues
This commit is contained in:
parent
be28e94471
commit
3be83a26d0
@ -284,7 +284,7 @@ target_link_libraries (clickhouse_common_io
|
||||
dragonbox_to_chars
|
||||
)
|
||||
|
||||
# Use X86 AVX2/AVX512 instructions to accelerate filter opertions
|
||||
# Use X86 AVX2/AVX512 instructions to accelerate filter operations
|
||||
set_source_files_properties(
|
||||
Columns/ColumnFixedString.cpp
|
||||
Columns/ColumnsCommon.cpp
|
||||
|
@ -310,7 +310,6 @@ ColumnPtr ColumnVector<T>::filter(const IColumn::Filter & filt, ssize_t result_s
|
||||
const UInt8 * filt_pos = filt.data();
|
||||
const UInt8 * filt_end = filt_pos + size;
|
||||
const T * data_pos = data.data();
|
||||
|
||||
/** A slightly more optimized version.
|
||||
* Based on the assumption that often pieces of consecutive values
|
||||
* completely pass or do not pass the filter.
|
||||
|
Loading…
Reference in New Issue
Block a user