ClickHouse/dbms/src/Columns
2019-02-02 16:52:20 +03:00
..
tests Fix build without protobuf, gtest, cppkafka (#4152) 2019-01-25 23:02:03 +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 Fixed UB #3926 2018-12-27 03:59:52 +03:00
ColumnAggregateFunction.h Fixed memory leak in insertion methods of ColumnAggregateFunction if the object have another as a source; exception safety [#CLICKHOUSE-2] 2018-09-09 04:16:34 +03:00
ColumnArray.cpp Fixed error in #3920 2019-01-08 17:56:07 +03:00
ColumnArray.h Fixed UB #3926 2018-12-26 08:34:25 +03:00
ColumnConst.cpp Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +03:00
ColumnConst.h Little better #3624 2018-11-20 23:09:20 +03:00
ColumnDecimal.cpp UBSan fixes #3021 2018-12-14 20:50:10 +03:00
ColumnDecimal.h Moved code; added comment #3926 2018-12-27 03:34:49 +03:00
ColumnFixedString.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
ColumnFixedString.h Moved code; added comment #3926 2018-12-27 03:34:49 +03:00
ColumnFunction.cpp Fix array mapped functions with low cardinality lambda argument. 2018-11-22 18:52:53 +03:00
ColumnFunction.h Added pre and post serialization for IDataType BinaryBulkWithMultipleStreams. Supported dictionary serialization format with single global dictionary (limited wit max_dictionary_size) and additional keys which are stored per granule. Changed IDataType::enumerateStream interface. Added (de)serialization params for binary bulk with multiple stream (de)serialization. Changed IColumn::index interface. 2018-06-26 17:12:21 +03:00
ColumnLowCardinality.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
ColumnLowCardinality.h Fix distinct by single LowCardinality numeric column. 2019-01-09 17:47:51 +03:00
ColumnNothing.h Added more warnings from clang's -Weverything, that are available in clang 8 2019-01-07 13:40:58 +03:00
ColumnNullable.cpp Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
ColumnNullable.h Merged with master. 2018-06-26 17:41:29 +03:00
ColumnsCommon.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
ColumnsCommon.h Added pre and post serialization for IDataType BinaryBulkWithMultipleStreams. Supported dictionary serialization format with single global dictionary (limited wit max_dictionary_size) and additional keys which are stored per granule. Changed IDataType::enumerateStream interface. Added (de)serialization params for binary bulk with multiple stream (de)serialization. Changed IColumn::index interface. 2018-06-26 17:12:21 +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 left pad 2018-12-24 23:51:06 +08:00
ColumnString.h Fixed UB #3920 2018-12-27 23:48:21 +03:00
ColumnTuple.cpp Get rid of useless std::move to get NRVO 2018-08-27 22:15:48 +08:00
ColumnTuple.h Prioritize rvalue creator for ColumnTuple 2018-11-09 01:24:30 +08:00
ColumnUnique.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
ColumnVector.cpp Use pdqsort instead of std::sort in ORDER BY 2019-02-02 16:52:20 +03:00
ColumnVector.h Moved code; added comment #3926 2018-12-27 03:34:49 +03:00
ColumnVectorHelper.h Moved code; added comment #3926 2018-12-27 03:34:49 +03:00
FilterDescription.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +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 dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
IColumnDummy.h left pad 2018-12-24 23:51:06 +08:00
IColumnUnique.h Update ReverseIndex. Added tests. 2018-12-13 22:02:28 +03:00
ReverseIndex.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00