ClickHouse/src/Columns
2024-04-17 21:56:21 +00:00
..
benchmarks add benchmarks for column::insertmanyfrom 2024-03-14 18:26:13 +08: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 add benchmarks for column::insertmanyfrom 2024-03-14 18:26:13 +08: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 More nested includes 2024-04-03 19:30:55 +02:00
ColumnAggregateFunction.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
ColumnArray.cpp revert opts in column array 2024-03-15 19:43:44 +08:00
ColumnArray.h revert opts in column array 2024-03-15 19:43:44 +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 dev columnstring 2024-03-05 22:08:36 +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 optimize insertmanyfrom of nullable(number) or nullable(string) 2024-03-05 16:06:25 +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 dev columnstring 2024-03-05 22:08:36 +08:00
ColumnFixedString.h dev columnstring 2024-03-05 22:08:36 +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 finish column map and tuple 2024-03-06 12:32:23 +08:00
ColumnMap.h finish column map and tuple 2024-03-06 12:32:23 +08:00
ColumnNothing.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnNullable.cpp optimize insertmanyfrom of nullable(number) or nullable(string) 2024-03-05 16:06:25 +08:00
ColumnNullable.h optimize insertmanyfrom of nullable(number) or nullable(string) 2024-03-05 16:06:25 +08:00
ColumnObject.cpp Don't access static members through instance, pt. II 2024-04-07 11:09:35 +00:00
ColumnObject.h More nested includes 2024-04-03 19:30:55 +02: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 Don't access static members through instance 2024-04-03 18:50:33 +00:00
ColumnSparse.h Address review comments 2024-02-29 21:48:16 +08:00
ColumnString.cpp Merge pull request #61075 from bigo-sg/opt_memcpy_small 2024-03-21 19:59:35 +03:00
ColumnString.h optimize insertmanyfrom of nullable(number) or nullable(string) 2024-03-05 16:06:25 +08:00
ColumnStringHelpers.h Alternative way 2024-02-16 01:18:19 +01:00
ColumnTuple.cpp finish column map and tuple 2024-03-06 12:32:23 +08:00
ColumnTuple.h finish column map and tuple 2024-03-06 12:32:23 +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 Fix tryInsert for ColumnUInt8 and Bool 2024-03-19 11:44:39 +00:00
ColumnVector.h Fix tryInsert for ColumnUInt8 and Bool 2024-03-19 11:44:39 +00: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 Fix typo in exception explanation 2024-04-17 21:56:21 +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