.. |
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
|
Fix variable scope
|
2019-12-07 11:17:01 +03:00 |
Collator.h
|
Review fixes
|
2019-12-07 01:22:12 +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
|
Removed tons of garbage from "greatCircleDistance" function. But algorithm is still unclear.
|
2019-12-03 04:55:46 +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
|
Merge commit 'e7540dcf686936a490f89d0735f74c2f5f009821' into DateTime64
|
2019-12-11 17:38:32 +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
|
insertManyDefaults() overrides
|
2019-11-08 14:15:20 +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
|
Removed tons of garbage from "greatCircleDistance" function. But algorithm is still unclear.
|
2019-12-03 04:55:46 +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
|
More GCC warnings
|
2019-12-16 23:19:50 +02: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
|
insertManyDefaults() overrides
|
2019-11-08 14:15:20 +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
|
Fix some implicit Field casts (#8209)
|
2019-12-17 13:19:21 +03:00 |
ColumnVector.cpp
|
Integrate patch from Intel
|
2020-01-14 20:17:56 +03:00 |
ColumnVector.h
|
Avoid UBSan report
|
2019-12-30 23:04:10 +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
|
Removed tons of garbage from "greatCircleDistance" function. But algorithm is still unclear.
|
2019-12-03 04:55:46 +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
|
Post-PR fixes
|
2019-11-20 11:58:55 +03:00 |