ClickHouse/src/Columns
Anton Popov cc49198204
Merge pull request #40754 from CurtizJ/fix-fuzzer-with-object
Avoid logical errors in some common operations with `ColumnObject`
2022-09-01 12:57:32 +02:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
tests Revert "Revert "ColumnVector: optimize filter with AVX512VBMI2 compress store"" 2022-08-09 17:00:13 +00:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
Collator.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
Collator.h Analyze ActionsDAG in ExpressionStep 2022-08-04 19:30:25 +00:00
ColumnAggregateFunction.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
ColumnAggregateFunction.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnArray.cpp fix style check 2022-08-10 12:28:28 +00:00
ColumnArray.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
ColumnCompressed.cpp Fix error 2021-02-18 03:52:09 +03:00
ColumnCompressed.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnConst.cpp Updated IColumn interface to support getting stable permutation 2022-03-10 21:45:31 +00:00
ColumnConst.h build: fix build 2022-08-22 08:55:53 +00:00
ColumnDecimal.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
ColumnDecimal.h Reduce some usage of StringRef 2022-08-21 18:10:32 +00:00
ColumnFixedString.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
ColumnFixedString.h build: fix build 2022-08-22 08:55:53 +00:00
ColumnFunction.cpp Fix bug with nested short-circuit functions 2022-06-17 11:44:49 +00:00
ColumnFunction.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnLowCardinality.cpp remove some dead and commented code 2022-07-21 15:05:48 +02:00
ColumnLowCardinality.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnMap.cpp Merge pull request #35072 from azat/buffer-memory-tracker-leak 2022-03-14 12:31:04 +01:00
ColumnMap.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
ColumnNothing.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnNullable.cpp Merge pull request #39460 from ClickHouse/remove_some_dead_and_commented_code 2022-07-22 13:24:34 +03:00
ColumnNullable.h Merge branch 'master' into group-by-use-nulls 2022-07-07 20:54:38 +02:00
ColumnObject.cpp Merge pull request #40754 from CurtizJ/fix-fuzzer-with-object 2022-09-01 12:57:32 +02:00
ColumnObject.h Merge pull request #40754 from CurtizJ/fix-fuzzer-with-object 2022-09-01 12:57:32 +02:00
ColumnsCommon.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
ColumnsCommon.h Merge master and solve conflict 2022-08-02 10:27:01 +08:00
ColumnSet.h IColumn::getDataType() (#11438) 2020-06-05 01:02:59 +03:00
ColumnsNumber.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ColumnSparse.cpp better performace with sparse columns in aggregate functions 2022-05-28 02:22:20 +00:00
ColumnSparse.h better performace with sparse columns in aggregate functions 2022-05-28 02:22:20 +00:00
ColumnString.cpp Fixed performance tests 2022-03-12 18:04:08 +00:00
ColumnString.h Fixed performance tests 2022-03-12 18:04:08 +00:00
ColumnStringHelpers.h fixup 2021-12-21 22:00:08 +03:00
ColumnTuple.cpp fix json type with sparse columns 2022-07-21 14:47:19 +00:00
ColumnTuple.h fix json type with sparse columns 2022-07-21 14:47:19 +00:00
ColumnUnique.h remove some dead and commented code 2022-07-21 15:05:48 +02:00
ColumnVector.cpp style: rename helper method reserve() to resize() 2022-08-15 12:03:21 +00:00
ColumnVector.h Reduce some usage of StringRef 2022-08-21 18:10:32 +00:00
ColumnVectorHelper.h Slightly better miniselect usage (#16896) 2020-11-13 14:28:18 +03:00
FilterDescription.cpp support filtering by sparse columns without convertion to full 2022-02-15 14:30:54 +03:00
FilterDescription.h return back result_size_hint 2022-02-15 15:12:25 +03:00
getLeastSuperColumn.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
getLeastSuperColumn.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
IColumn.cpp fix json type with sparse columns 2022-07-21 14:47:19 +00:00
IColumn.h Reduce some usage of StringRef 2022-08-21 18:10:32 +00:00
IColumnDummy.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
IColumnImpl.h ColumnImpl compareImpl added assert for compare result 2022-05-24 20:41:48 +02:00
IColumnUnique.h Updated tests 2022-03-11 21:16:25 +00:00
MaskOperations.cpp Fix style 2022-03-23 23:15:07 +01:00
MaskOperations.h Short circuit evaluation function throwIf support 2021-12-20 14:49:05 +03:00
ReverseIndex.h Pass const StringRef by value, not by reference 2022-07-15 11:34:56 +00:00