ClickHouse/src/Columns
Azat Khuzhin 4e76629aaf Fixes for -Wshorten-64-to-32
- lots of static_cast
- add safe_cast
- types adjustments
  - config
  - IStorage::read/watch
  - ...
- some TODO's (to convert types in future)

P.S. That was quite a journey...

v2: fixes after rebase
v3: fix conflicts after #42308 merged
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-10-21 13:25:19 +02:00
..
examples move to examples everywhere 2021-04-27 01:51:42 +03:00
tests Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
CMakeLists.txt move to examples everywhere 2021-04-27 01:51:42 +03:00
Collator.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
Collator.h Analyze ActionsDAG in ExpressionStep 2022-08-04 19:30:25 +00:00
ColumnAggregateFunction.cpp remove unused code 2022-10-03 21:03:41 +08:00
ColumnAggregateFunction.h optimize insertFrom of ColumnAggregateFunction to share Aggregate State in some cases 2022-09-30 18:04:51 +08:00
ColumnArray.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ColumnArray.h Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
ColumnCompressed.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02: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 Merge branch 'master' into fix-three-fourth-of-trash 2022-09-20 21:27:41 +02:00
ColumnDecimal.cpp Use std::popcount, ::countl_zero, ::countr_zero functions 2022-07-31 15:16:51 +00:00
ColumnDecimal.h Remove some methods 2022-09-10 05:04:40 +02:00
ColumnFixedString.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02: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 Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ColumnLowCardinality.h Merge branch 'master' into fix-map-combinator 2022-09-19 09:32:16 +03:00
ColumnMap.cpp Merge branch 'master' into fix-map-combinator 2022-09-19 09:32:16 +03:00
ColumnMap.h Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
ColumnNothing.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
ColumnNullable.cpp Remove strange code (#40195) 2022-09-12 16:29:23 +02:00
ColumnNullable.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
ColumnObject.cpp Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
ColumnObject.h Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00: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 Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
ColumnSparse.h Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
ColumnString.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ColumnString.h remove unused virtual keyword 2022-10-04 15:33:29 +00:00
ColumnStringHelpers.h fixup 2021-12-21 22:00:08 +03:00
ColumnTuple.cpp Merge branch 'master' into fix-map-combinator 2022-09-19 09:32:16 +03:00
ColumnTuple.h Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
ColumnUnique.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ColumnVector.cpp Revert "Merge pull request #40033 from ClickHouse/reenable-avx512-vbmi-columnvector-filter" 2022-09-25 17:03:52 +02:00
ColumnVector.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +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
getLeastSuperColumn.h
IColumn.cpp fix json type with sparse columns 2022-07-21 14:47:19 +00:00
IColumn.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
IColumnDummy.h Fix clang-tidy warnings in Backups, Client, Columns folders 2022-03-14 18:17:35 +00:00
IColumnImpl.h Fix half of trash 2022-09-10 04:08:16 +02:00
IColumnUnique.h Remove strange code (#40195) 2022-09-12 16:29:23 +02:00
MaskOperations.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02: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