ClickHouse/src/Columns
2021-08-10 11:37:55 +03:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
tests Fix style 2021-05-03 01:11:30 +03:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
Collator.cpp another removes 2020-07-30 13:31:14 +03:00
Collator.h Add missed #include <optional> 2021-06-17 14:41:28 +03:00
ColumnAggregateFunction.cpp Minor changes 2021-06-14 07:13:35 +03:00
ColumnAggregateFunction.h Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
ColumnArray.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-03-13 01:41:26 +03:00
ColumnArray.h refactoring of serializations 2021-03-09 20:02:26 +03:00
ColumnCompressed.cpp Fix error 2021-02-18 03:52:09 +03:00
ColumnCompressed.h Fixed build 2021-03-06 14:36:37 +03:00
ColumnConst.cpp Revert "Update ColumnConst.cpp" 2020-11-18 07:42:14 +03:00
ColumnConst.h return the type check 2021-03-23 01:07:04 +03:00
ColumnDecimal.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ColumnDecimal.h Remove code that I do not like (crazy templates) 2021-05-04 20:26:09 +03:00
ColumnFixedString.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ColumnFixedString.h IColumn added skipSerializedInArena method 2021-03-06 14:36:37 +03:00
ColumnFunction.cpp Move implementation inside out 2021-01-03 01:58:10 +03:00
ColumnFunction.h IColumn added skipSerializedInArena method 2021-03-06 14:36:37 +03:00
ColumnLowCardinality.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ColumnLowCardinality.h Check const and lc nested can beome nullable in JoinCommon::convertColumnToNullable 2021-08-10 11:37:55 +03:00
ColumnMap.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ColumnMap.h IColumn added skipSerializedInArena method 2021-03-06 14:36:37 +03:00
ColumnNothing.h IColumn::getDataType() (#11438) 2020-06-05 01:02:59 +03:00
ColumnNullable.cpp Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
ColumnNullable.h Nullable primary key with correct KeyCondition 2021-06-18 23:04:24 +08:00
ColumnsCommon.cpp fix filtering by uint8 greater than 127 2021-01-29 10:39:18 +03:00
ColumnsCommon.h Fix fairly terrible bug in LowCardinality #16171 2021-04-17 02:11:21 +03:00
ColumnSet.h IColumn::getDataType() (#11438) 2020-06-05 01:02:59 +03:00
ColumnsNumber.h Untangle UUID 2021-05-04 01:59:38 +03:00
ColumnString.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ColumnString.h Replace !__clang__ with !defined(__clang) to fix gcc builds 2021-04-18 23:37:50 +03:00
ColumnTuple.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ColumnTuple.h IColumn added skipSerializedInArena method 2021-03-06 14:36:37 +03:00
ColumnUnique.h Merge branch 'update_01049_join_low_card_bug' into issue-23351 2021-06-17 15:38:40 +03:00
ColumnVector.cpp Merge ext into common 2021-06-16 23:28:41 +03:00
ColumnVector.h Remove redundant template 2021-05-10 00:26:34 +03:00
ColumnVectorHelper.h Slightly better miniselect usage (#16896) 2020-11-13 14:28:18 +03:00
FilterDescription.cpp Fix assert with non uint8 in prewhere 2021-06-21 15:32:29 +03:00
FilterDescription.h Fix assert with non uint8 in prewhere 2021-06-21 15:32:29 +03:00
getLeastSuperColumn.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getLeastSuperColumn.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IColumn.cpp Final fixes 2021-05-13 20:00:13 +03:00
IColumn.h Final fixes 2021-05-13 20:00:13 +03:00
IColumnDummy.h Update IColumnDummy.h 2021-04-04 05:04:11 +03:00
IColumnImpl.h Update IColumnImpl.h 2021-03-02 11:55:58 +08:00
IColumnUnique.h Handle correct nullability with low card in HashJoin 2021-05-15 17:09:51 +03:00
ReverseIndex.h Merge ext into common 2021-06-16 23:28:41 +03:00
ya.make Fix Arcadia 2021-02-15 00:00:18 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00