ClickHouse/src/Columns
Nikita Taranov dc1d710b82
Merge pull request #64783 from canhld94/fix_vertical_final2
Remove bad optimization in vertical final implementation and re-enable vertical final
2024-06-14 11:17:33 +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
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 Support empty tuple. 2024-06-03 16:05:42 +08: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 Cosmetics and docs 2024-05-27 09:41:29 +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 Cosmetics and docs 2024-05-27 09:41:29 +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 Cosmetics and docs 2024-05-27 09:41:29 +00:00
ColumnNullable.h Merge pull request #60556 from HappenLee/master 2024-06-14 11:11:40 +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 Support empty tuple. 2024-06-03 16:05:42 +08:00
ColumnSparse.h Replace the offsets.size() in Iterator with offsets_size to avoid frequent call of size() 2024-05-29 22:38:10 +08:00
ColumnString.cpp Cosmetics and docs 2024-05-27 09:41:29 +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 pull request #55061 from amosbird/support-empty-tuple-2 2024-06-05 02:00:03 +02:00
ColumnTuple.h Update src/Columns/ColumnTuple.h 2024-06-03 16:05:45 +08: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 Cosmetics and docs 2024-05-27 09:41:29 +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 remove bad optimization and re-enable vertical final 2024-06-04 08:19:07 +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 Fix issues found by fuzzer 2024-05-21 14:34:59 +02: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 Fix bug in short circuit evaluation 2024-06-07 13:10:12 +02: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