.. |
CMakeLists.txt
|
Cmake: fix warnings (#1437)
|
2017-11-02 17:14:16 +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
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ColumnAggregateFunction.h
|
Merged with master.
|
2018-06-26 17:41:29 +03:00 |
ColumnArray.cpp
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ColumnArray.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 |
ColumnConst.cpp
|
Better const resolution for LowCardinality type. [#CLICKHOUSE-3621]
|
2018-08-14 20:19:40 +03:00 |
ColumnConst.h
|
Better const resolution for LowCardinality type. [#CLICKHOUSE-3621]
|
2018-08-14 20:19:40 +03:00 |
ColumnDecimal.cpp
|
add special ColumnDecimal instead of ColumnVector<DecimalNN> CLICKHOUSE-3765
|
2018-08-27 19:16:16 +03:00 |
ColumnDecimal.h
|
add special ColumnDecimal instead of ColumnVector<DecimalNN> CLICKHOUSE-3765
|
2018-08-27 19:16:16 +03:00 |
ColumnFixedString.cpp
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ColumnFixedString.h
|
Merged with master.
|
2018-06-26 17:41:29 +03:00 |
ColumnFunction.cpp
|
Merged with master.
|
2018-06-26 17:41:29 +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 |
ColumnNothing.h
|
Non significant changes according to clang's -Weverything, part 3 [#CLICKHOUSE-2]
|
2018-06-03 23:39:06 +03:00 |
ColumnNullable.cpp
|
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 |
ColumnNullable.h
|
Merged with master.
|
2018-06-26 17:41:29 +03:00 |
ColumnsCommon.cpp
|
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 |
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
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ColumnString.h
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ColumnTuple.cpp
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ColumnTuple.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 |
ColumnUnique.h
|
Fix includes
|
2018-08-28 22:36:27 +03:00 |
ColumnVector.cpp
|
Merge pull request #2970 from 4ertus2/decimal
|
2018-08-27 19:59:26 +03:00 |
ColumnVector.h
|
Merge pull request #2970 from 4ertus2/decimal
|
2018-08-27 19:59:26 +03:00 |
ColumnWithDictionary.cpp
|
Get rid of useless std::move to get NRVO
|
2018-08-27 22:15:48 +08:00 |
ColumnWithDictionary.h
|
Fix style [#CLICKHOUSE-2]
|
2018-08-24 03:07:25 +03:00 |
FilterDescription.cpp
|
Added IColumn::convertToFullColumnIfWithDictionary; supported FilterDescription for ColumnWithDictionary
|
2018-06-26 17:12:15 +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
|
better comments for IColumn [CLICKHOUSE-2]
|
2018-08-29 15:10:18 +03:00 |
IColumnDummy.h
|
Merged with master.
|
2018-06-26 17:41:29 +03:00 |
IColumnUnique.h
|
Make DatsTypeWithDictionary independent from index type.
|
2018-07-20 13:16:27 +03:00 |
ReverseIndex.h
|
Fix includes
|
2018-08-28 22:36:27 +03:00 |