.. |
tests
|
Fixed error with unit test
|
2019-07-08 19:47:40 +03:00 |
CMakeLists.txt
|
Update ReverseIndex. Added tests.
|
2018-12-13 22:02:28 +03:00 |
Collator.cpp
|
Misc build fix
|
2019-07-17 02:27:11 +08:00 |
Collator.h
|
CLICKHOUSE-3791: Add system table collations
|
2018-07-20 16:17:16 +03:00 |
ColumnAggregateFunction.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
ColumnAggregateFunction.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnArray.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
ColumnArray.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnConst.cpp
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnConst.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
ColumnDecimal.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
ColumnDecimal.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnFixedString.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
ColumnFixedString.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnFunction.cpp
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnFunction.h
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
ColumnLowCardinality.cpp
|
Unify hash tables interface.
|
2019-11-06 00:08:04 +08:00 |
ColumnLowCardinality.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
ColumnNothing.h
|
COWPtr: improvements (C++ Russia 2019, suggested by Alexey Malov)
|
2019-04-19 23:22:06 +03:00 |
ColumnNullable.cpp
|
fix pm join bug (wrong right equal range copy)
|
2019-09-18 21:44:44 +03:00 |
ColumnNullable.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnsCommon.cpp
|
Implemented memoryIsByte, replaced memoryIsZero with it, implemented memory check in CheckConstraintsBlockOutputStream
|
2019-06-05 11:05:46 +03:00 |
ColumnsCommon.h
|
Implemented memoryIsByte, replaced memoryIsZero with it, implemented memory check in CheckConstraintsBlockOutputStream
|
2019-06-05 11:05:46 +03:00 |
ColumnSet.h
|
Early constant folding.
|
2019-10-31 23:54:32 +08:00 |
ColumnsNumber.h
|
ColumnConst unification (#1011)
|
2017-07-21 09:35:58 +03:00 |
ColumnString.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
ColumnString.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnTuple.cpp
|
Distinguish Array and Tuple field types when creating from array of Fields. (#7179)
|
2019-10-18 18:57:05 +03:00 |
ColumnTuple.h
|
fix RIGHT JOIN for Tuples
|
2019-08-28 18:44:18 +03:00 |
ColumnUnique.h
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
ColumnVector.cpp
|
ubsan fix
|
2019-11-02 17:00:03 +08:00 |
ColumnVector.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
ColumnVectorHelper.h
|
Hardening debug build (experimental) (#4632)
|
2019-03-10 06:16:51 +03:00 |
FilterDescription.cpp
|
Added "assert_cast" function as a replacement for static_cast for columns
|
2019-08-21 05:28:04 +03:00 |
FilterDescription.h
|
validate mutation commands [#CLICKHOUSE-3688]
|
2018-05-16 05:46:15 +03:00 |
getLeastSuperColumn.cpp
|
Fix InterpreterSelectWithUnionQuery::getCommonHeaderForUnion
|
2019-11-26 13:14:56 +03:00 |
getLeastSuperColumn.h
|
Fix InterpreterSelectWithUnionQuery::getCommonHeaderForUnion
|
2019-11-26 13:14:56 +03:00 |
IColumn.cpp
|
Remove excessive includes.
|
2019-09-30 15:31:14 +03:00 |
IColumn.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
IColumnDummy.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
IColumnImpl.h
|
Include PODArray.h into fewer files.
|
2019-10-11 14:28:16 +03:00 |
IColumnUnique.h
|
Include Field.h in less files.
|
2019-10-08 16:23:24 +03:00 |
ReverseIndex.h
|
Do not use iterators in find() and emplace() methods of hash tables.
|
2019-09-24 17:44:35 +03:00 |