ClickHouse/src/Columns
Alexey Milovidov 7adc87a37d
Merge pull request #38413 from nickitat/cache_values_inside_hash_table_grower
Precalculate values inside `HashTableGrower`
2022-07-02 23:30:24 +03:00
..
examples
tests fix build 2022-06-23 11:26:06 +00:00
CMakeLists.txt
Collator.cpp Activate clang-tidy warning "readability-container-contains" 2022-04-18 23:53:11 +02:00
Collator.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +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 Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-14 16:28:35 +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
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 Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnDecimal.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-14 16:28:35 +00:00
ColumnDecimal.h Updated IColumn interface to support getting stable permutation 2022-03-10 21:45:31 +00:00
ColumnFixedString.cpp Add ability to pass range of rows to Aggregator 2022-04-29 06:57:55 +03:00
ColumnFixedString.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +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 Fix various clang-tidy warnings 2022-04-20 10:29:05 +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 Fixed tests 2022-05-11 21:59:51 +02:00
ColumnNullable.h Added JIT compilation of SortDescription 2022-05-11 21:59:51 +02:00
ColumnObject.cpp improve performace of insertion to columns of type JSON 2022-06-22 17:45:51 +00:00
ColumnObject.h improve performace of insertion to columns of type JSON 2022-06-22 17:45:51 +00:00
ColumnsCommon.cpp Add ability to pass range of rows to Aggregator 2022-04-29 06:57:55 +03:00
ColumnsCommon.h Optimize most important parts with NEON SIMD 2022-06-15 13:19:29 +00:00
ColumnSet.h
ColumnsNumber.h
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
ColumnTuple.cpp Merge pull request #35072 from azat/buffer-memory-tracker-leak 2022-03-14 12:31:04 +01:00
ColumnTuple.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
ColumnUnique.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnVector.cpp Fixed tests 2022-06-30 14:49:11 +02:00
ColumnVector.h ColumnVector refactor replicate SSE42 optimization 2022-06-29 17:50:25 +02:00
ColumnVectorHelper.h
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
getLeastSuperColumn.h
IColumn.cpp
IColumn.h Support types with non-standard defaults in ROLLUP, CUBE, GROUPING SETS 2022-05-31 00:11:10 +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
ReverseIndex.h use old HashTableGrower with *WithStackMemory data structures 2022-06-27 20:34:18 +02:00