ClickHouse/src/Columns
2023-08-09 02:19:02 +02:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
tests Ditch tons of garbage 2023-08-09 02:19:02 +02:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
Collator.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Collator.h Analyze ActionsDAG in ExpressionStep 2022-08-04 19:30:25 +00:00
ColumnAggregateFunction.cpp do call finalize for all buffers 2023-06-16 16:38:18 +02:00
ColumnAggregateFunction.h fix issues with sparse columns 2023-02-15 21:46:26 +00:00
ColumnArray.cpp Fixes for clang-17 2023-05-13 02:57:31 +02:00
ColumnArray.h Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnCompressed.cpp Clean up GCC warning pragmas 2023-04-11 18:21:08 +00:00
ColumnCompressed.h Fixes for clang-17 2023-05-13 02:57:31 +02:00
ColumnConst.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ColumnConst.h Fix ColumnConst::forEachSubcolumn 2023-06-16 17:48:36 -07:00
ColumnDecimal.cpp Fixes for clang-17 2023-05-13 02:57:31 +02:00
ColumnDecimal.h fix function with sparse columns arguments 2023-02-09 18:07:27 +00:00
ColumnFixedString.cpp Fixes for clang-17 2023-05-13 02:57:31 +02:00
ColumnFixedString.h fix function with sparse columns arguments 2023-02-09 18:07:27 +00:00
ColumnFunction.cpp fix short curcuit function with sparse arguments 2023-05-09 23:54:13 +00:00
ColumnFunction.h fix function with sparse columns arguments 2023-02-09 18:07:27 +00:00
ColumnLowCardinality.cpp Fixes for LowCardinality Nullable in HashJoin 2023-06-07 20:16:36 +02:00
ColumnLowCardinality.h Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnMap.cpp Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnMap.h Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnNothing.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnNullable.cpp fix unexpected sort result on multi columns with nulls first direction 2023-07-29 11:20:12 +08:00
ColumnNullable.h Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnObject.cpp Ditch tons of garbage 2023-08-09 02:19:02 +02:00
ColumnObject.h Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnsCommon.cpp improve performance of ColumnArray::filter 2023-02-02 15:42:58 +08:00
ColumnsCommon.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ColumnsDateTime.h Add convenience typedefs for Date/Date32/DateTime/DateTime64 columns 2022-10-24 16:55:41 +00:00
ColumnSet.h Refactor PreparedSets [3] 2023-05-04 17:54:08 +00:00
ColumnsNumber.h replace domain IP types (IPv4, IPv6) with native 2022-11-14 14:17:17 +00:00
ColumnSparse.cpp ASD 2023-07-31 17:50:24 +00:00
ColumnSparse.h Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnString.cpp Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnString.h Merge pull request #47121 from liding1992/master 2023-03-06 16:13:24 +01:00
ColumnStringHelpers.h fixup 2021-12-21 22:00:08 +03:00
ColumnTuple.cpp Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnTuple.h Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
ColumnUnique.h fix function with sparse columns arguments 2023-02-09 18:07:27 +00:00
ColumnVector.cpp Fixes for clang-17 2023-05-13 02:57:31 +02:00
ColumnVector.h Fix (benign) data rance in transform 2023-07-04 01:03:49 +02:00
ColumnVectorHelper.h Adapt internal data structures to 512-bit era (#42564) 2022-10-25 13:56:28 +02:00
FilterDescription.cpp Vectorize filter generation of ColumnNullable in FilterDescription (#45962) 2023-02-07 16:33:01 +01:00
FilterDescription.h return back result_size_hint 2022-02-15 15:12:25 +03:00
getLeastSuperColumn.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
getLeastSuperColumn.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IColumn.cpp Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
IColumn.h Refactor IColumn::forEachSubcolumn to make it slightly harder to implement incorrectly 2023-06-16 11:08:12 -07:00
IColumnDummy.h fix function with sparse columns arguments 2023-02-09 18:07:27 +00:00
IColumnImpl.h fix tests with sparse columns 2023-02-16 21:54:43 +00:00
IColumnUnique.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
MaskOperations.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
MaskOperations.h Short circuit evaluation function throwIf support 2021-12-20 14:49:05 +03:00
ReverseIndex.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00