ClickHouse/dbms/src/Columns
alexey-milovidov 40944ca356
Merge pull request #4698 from yandex/fixed-insufficient-type-check-in-has-all-any-function
Fixed insufficient type checking in hasAll, hasAny functions
2019-03-15 04:55:26 +03:00
..
tests Build fixes (freebsd) (#4696) 2019-03-14 23:52:10 +03:00
CMakeLists.txt Update ReverseIndex. Added tests. 2018-12-13 22:02:28 +03:00
Collator.cpp Preparation for extra warnings [#CLICKHOUSE-2] 2018-08-10 07:02:56 +03:00
Collator.h CLICKHOUSE-3791: Add system table collations 2018-07-20 16:17:16 +03:00
ColumnAggregateFunction.cpp Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
ColumnAggregateFunction.h Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
ColumnArray.cpp Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
ColumnArray.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnConst.cpp IColumn::getPermutation() and IColumn::permutate() functions, "limit" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:09 +03:00
ColumnConst.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnDecimal.cpp Debugging PODArray 2019-03-08 06:23:02 +03:00
ColumnDecimal.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnFixedString.cpp Debugging PODArray 2019-03-08 06:23:02 +03:00
ColumnFixedString.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnFunction.cpp IColumn::getPermutation() and IColumn::permutate() functions, "limit" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:09 +03:00
ColumnFunction.h IColumn::getPermutation() and IColumn::permutate() functions, "limit" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:09 +03:00
ColumnLowCardinality.cpp Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
ColumnLowCardinality.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnNothing.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnNullable.cpp Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
ColumnNullable.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnsCommon.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
ColumnsCommon.h IColumn::index() function, "limit" parameter: change type UInt64 -> size_t. 2019-02-19 14:47:41 +03:00
ColumnSet.h Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-15 22:17:15 +03:00
ColumnsNumber.h ColumnConst unification (#1011) 2017-07-21 09:35:58 +03:00
ColumnString.cpp Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
ColumnString.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnTuple.cpp Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnTuple.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnUnique.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnVector.cpp Debugging PODArray 2019-03-08 06:23:02 +03:00
ColumnVector.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
ColumnVectorHelper.h Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
FilterDescription.cpp Grouped includes (40 of 182) 2019-02-10 20:40:52 +03:00
FilterDescription.h validate mutation commands [#CLICKHOUSE-3688] 2018-05-16 05:46:15 +03:00
IColumn.cpp Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 01:11:51 +03:00
IColumn.h Fixed insufficient type checking in hasAll, hasAny functions 2019-03-15 02:10:51 +03:00
IColumnDummy.h IColumn::getPermutation() and IColumn::permutate() functions, "limit" parameter: change type UInt64 -> size_t. 2019-02-19 14:56:09 +03:00
IColumnUnique.h Revert incorrect fix compilation on Mac. 2019-02-18 20:31:18 +03:00
ReverseIndex.h A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00