.. |
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
|
Do not access shared arenas in aggregate function columns.
|
2019-07-18 14:21:37 +03:00 |
ColumnAggregateFunction.h
|
Do not access shared arenas in aggregate function columns.
|
2019-07-18 14:21:37 +03:00 |
ColumnArray.cpp
|
Fix deserializeAndInsertFromArena. (#5973)
|
2019-07-15 19:20:21 +03:00 |
ColumnArray.h
|
COWPtr: improvements (C++ Russia 2019, suggested by Alexey Malov)
|
2019-04-19 23:22:06 +03:00 |
ColumnConst.cpp
|
add IColumn.isNullable()
|
2019-07-01 14:44:19 +03:00 |
ColumnConst.h
|
Merge pull request #5755 from 4ertus2/bugs
|
2019-07-03 02:06:07 +03:00 |
ColumnDecimal.cpp
|
Fix gcc9 warnings and ICE's
|
2019-05-31 11:55:01 +03:00 |
ColumnDecimal.h
|
Fix gcc9 warnings and ICE's
|
2019-05-31 11:55:01 +03:00 |
ColumnFixedString.cpp
|
Debugging PODArray
|
2019-03-08 06:23:02 +03:00 |
ColumnFixedString.h
|
COWPtr: improvements (C++ Russia 2019, suggested by Alexey Malov)
|
2019-04-19 23:22:06 +03:00 |
ColumnFunction.cpp
|
Revert "ColumnFunction: better code (incomplete)"
|
2019-03-29 19:42:26 +03:00 |
ColumnFunction.h
|
COWPtr: improvements (C++ Russia 2019, suggested by Alexey Malov)
|
2019-04-19 23:22:06 +03:00 |
ColumnLowCardinality.cpp
|
Fix CAST from LowCardinality(Nullable).
|
2019-07-22 19:46:42 +03:00 |
ColumnLowCardinality.h
|
Fix CAST from LowCardinality(Nullable).
|
2019-07-22 18:41:52 +03:00 |
ColumnNothing.h
|
COWPtr: improvements (C++ Russia 2019, suggested by Alexey Malov)
|
2019-04-19 23:22:06 +03:00 |
ColumnNullable.cpp
|
Fix deserializeAndInsertFromArena. (#5973)
|
2019-07-15 19:20:21 +03:00 |
ColumnNullable.h
|
add IColumn.isNullable()
|
2019-07-01 14:44:19 +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
|
COWPtr: improvements (C++ Russia 2019, suggested by Alexey Malov)
|
2019-04-19 23:22:06 +03:00 |
ColumnsNumber.h
|
|
|
ColumnString.cpp
|
Miscellanous changes in ColumnArray (#4857)
|
2019-03-30 13:46:17 +03:00 |
ColumnString.h
|
COWPtr: improvements (C++ Russia 2019, suggested by Alexey Malov)
|
2019-04-19 23:22:06 +03:00 |
ColumnTuple.cpp
|
Fix deserializeAndInsertFromArena. (#5973)
|
2019-07-15 19:20:21 +03:00 |
ColumnTuple.h
|
COWPtr: improvements (C++ Russia 2019, suggested by Alexey Malov)
|
2019-04-19 23:22:06 +03:00 |
ColumnUnique.h
|
Fix deserializeAndInsertFromArena. (#5973)
|
2019-07-15 19:20:21 +03:00 |
ColumnVector.cpp
|
Require explicit type in unalignedStore
|
2019-06-28 20:33:14 +03:00 |
ColumnVector.h
|
some changes and fixes on regression methods
|
2019-05-31 00:59:40 +03:00 |
ColumnVectorHelper.h
|
Hardening debug build (experimental) (#4632)
|
2019-03-10 06:16:51 +03:00 |
FilterDescription.cpp
|
move IColumn.isColumnConst() outside of interface
|
2019-06-27 22:28:52 +03:00 |
FilterDescription.h
|
|
|
getLeastSuperColumn.cpp
|
move IColumn.isColumnConst() outside of interface
|
2019-06-27 22:28:52 +03:00 |
getLeastSuperColumn.h
|
fix union all supertype column
|
2019-05-31 15:36:44 +03:00 |
IColumn.cpp
|
add IColumn.isNullable()
|
2019-07-01 14:44:19 +03:00 |
IColumn.h
|
add IColumn.isNullable()
|
2019-07-01 14:44:19 +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
|
Fix gcc9 warnings and ICE's
|
2019-05-31 11:55:01 +03:00 |