ClickHouse/src/Columns
2024-03-18 08:00:09 +00:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
tests Merge pull request #60710 from ClickHouse/speed-up-unit-tests 2024-03-03 23:56:17 +03:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
Collator.cpp Remove old code 2024-03-04 00:11:55 +01:00
Collator.h Analyze ActionsDAG in ExpressionStep 2022-08-04 19:30:25 +00:00
ColumnAggregateFunction.cpp Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
ColumnAggregateFunction.h Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
ColumnArray.cpp Address review comments 2024-02-29 21:48:16 +08:00
ColumnArray.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnCompressed.cpp Move Allocator code into module part 2023-12-27 15:42:08 +01:00
ColumnCompressed.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnConst.cpp Merge pull request #58047 from Avogar/variant-data-type 2024-01-29 11:36:08 +01:00
ColumnConst.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnDecimal.cpp Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
ColumnDecimal.h Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
ColumnFixedSizeHelper.h Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
ColumnFixedString.cpp Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
ColumnFixedString.h Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
ColumnFunction.cpp Add sanity checks for function return types 2024-01-30 14:10:20 +01:00
ColumnFunction.h Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
ColumnLowCardinality.cpp Address review comments 2024-02-29 21:48:16 +08:00
ColumnLowCardinality.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnMap.cpp Address review comments 2024-02-29 21:48:16 +08:00
ColumnMap.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnNothing.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnNullable.cpp Address review comments 2024-02-29 21:48:16 +08:00
ColumnNullable.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnObject.cpp Avoid some logical errors in experimantal Object type 2024-03-11 16:42:45 +00:00
ColumnObject.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnsCommon.cpp Alternative way 2024-02-16 01:18:19 +01: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 Address review comments 2024-02-29 21:48:16 +08:00
ColumnSparse.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnString.cpp Address review comments 2024-02-29 21:48:16 +08:00
ColumnString.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnStringHelpers.h Alternative way 2024-02-16 01:18:19 +01:00
ColumnTuple.cpp Address review comments 2024-02-29 21:48:16 +08:00
ColumnTuple.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnUnique.cpp More explicit template instantiations (#60730) 2024-03-07 17:16:13 +01:00
ColumnUnique.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
ColumnVariant.cpp Fix 2024-02-29 21:48:16 +08:00
ColumnVariant.h Fix build after rebase master 2024-02-29 22:26:02 +08:00
ColumnVector.cpp Merge pull request #55809 from amosbird/alt-51399 2024-03-01 22:44:56 +01:00
ColumnVector.h Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
FilterDescription.cpp avoid casting columns 2023-10-12 07:40:41 +00:00
FilterDescription.h minor fix and comments 2023-11-22 09:23:52 +00:00
getLeastSuperColumn.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
getLeastSuperColumn.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IColumn.cpp Fix build after rebase master 2024-02-29 22:26:02 +08:00
IColumn.h Address review comments 2024-02-29 21:48:16 +08:00
IColumnDummy.cpp Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
IColumnDummy.h Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
IColumnImpl.h Improve the performance of serialized aggregation method when involving multiple [nullable] columns. 2024-02-29 21:48:15 +08:00
IColumnUnique.h Fixes and improvements for Variant type 2024-02-20 18:58:06 +00:00
MaskOperations.cpp Merge remote-tracking branch 'origin/master' into DictShortCircuit 2024-02-01 15:29:27 +00:00
MaskOperations.h correctly use maskedExecute 2024-02-14 17:20:13 +00:00
RadixSortHelper.h Revert "Merge pull request #55682 from ClickHouse/revert-35961-decimal-column-improve-get-permutation" 2023-10-25 21:48:13 +03:00
ReverseIndex.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00