ClickHouse/src/Columns
2024-05-26 19:40:17 +00:00
..
benchmarks add benchmarks for column::insertmanyfrom 2024-03-14 18:26:13 +08:00
examples
tests Apply suggestions from the code review 2024-05-10 11:32:27 +00: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 Merge branch 'master' into dynamic-data-type 2024-05-10 13:42:38 +02:00
ColumnArray.h Implement Dynamic data type 2024-04-26 11:02:33 +00:00
ColumnCompressed.cpp Move Allocator code into module part 2023-12-27 15:42:08 +01:00
ColumnCompressed.h Implement Dynamic data type 2024-04-26 11:02:33 +00:00
ColumnConst.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
ColumnConst.h Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
ColumnDecimal.cpp Polish and document stuff 2024-05-26 15:10:26 +00:00
ColumnDecimal.h Merge branch 'add-compression-sorts-optimization' of github.com:ElderlyPassionFruit/ClickHouse into add-compression-sorts-optimization 2024-05-26 15:36:36 +00:00
ColumnDynamic.cpp Fix tests 2024-05-22 15:53:32 +00:00
ColumnDynamic.h Fix tests 2024-05-22 15:53:32 +00: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 Add estimateCardinalityInPermutedRange for ColumnFixedString 2024-05-26 17:05:56 +00:00
ColumnFixedString.h Add estimateCardinalityInPermutedRange for ColumnFixedString 2024-05-26 17:05:56 +00: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 Add estimateCardinalityInPermutedRange for ColumnLowCardinality 2024-05-26 19:40:17 +00:00
ColumnLowCardinality.h Add estimateCardinalityInPermutedRange for ColumnLowCardinality 2024-05-26 19:40:17 +00:00
ColumnMap.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
ColumnMap.h Implement Dynamic data type 2024-04-26 11:02:33 +00:00
ColumnNothing.h
ColumnNullable.cpp Add estimateCardinalityInPermutedRange for ColumnNullable 2024-05-26 19:26:55 +00:00
ColumnNullable.h Add estimateCardinalityInPermutedRange for ColumnNullable 2024-05-26 19:26:55 +00: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 Merge branch 'master' into dynamic-data-type 2024-05-15 13:43:04 +02:00
ColumnSparse.h Implement Dynamic data type 2024-04-26 11:02:33 +00:00
ColumnString.cpp Change to .size() usage 2024-05-26 16:38:58 +00:00
ColumnString.h Polish and document stuff 2024-05-26 15:10:26 +00:00
ColumnStringHelpers.h Alternative way 2024-02-16 01:18:19 +01:00
ColumnTuple.cpp Merge branch 'master' into add-compression-sorts-optimization 2024-05-26 14:45:54 +00:00
ColumnTuple.h Implement Dynamic data type 2024-04-26 11:02:33 +00:00
ColumnUnique.cpp Add missing explicit instantiations of ColumnUnique 2024-05-13 18:22:59 +02:00
ColumnUnique.h Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
ColumnVariant.cpp Fix tests, improve dynamic/variantElement functions, add more comments 2024-04-30 18:45:19 +00:00
ColumnVariant.h Apply suggestions from code review 2024-05-10 11:55:24 +02:00
ColumnVector.cpp Add estimateCardinalityInPermutedRange for ColumnVector 2024-05-26 19:23:17 +00:00
ColumnVector.h Add estimateCardinalityInPermutedRange for ColumnVector 2024-05-26 19:23:17 +00:00
FilterDescription.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +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
IColumn.cpp Merge branch 'add-compression-sorts-optimization' of github.com:ElderlyPassionFruit/ClickHouse into add-compression-sorts-optimization 2024-05-26 15:36:36 +00:00
IColumn.h Merge branch 'add-compression-sorts-optimization' of github.com:ElderlyPassionFruit/ClickHouse into add-compression-sorts-optimization 2024-05-26 15:36:36 +00: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 Refactor EqualRange 2024-05-22 15:38:50 +00:00
IColumnUnique.h Fix typo in exception explanation 2024-04-17 21:56:21 +00:00
MaskOperations.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +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