ClickHouse/src/Core
2022-12-24 18:38:14 +01:00
..
examples Merge pull request #41046 from azat/build/llvm-15 2022-09-16 07:31:06 +03:00
fuzzers Prefix overridden add_executable() command with "clickhouse_" 2022-07-11 19:36:18 +02:00
MySQL Fix tab 2022-12-07 13:22:46 -05:00
PostgreSQL Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
tests Fix clang-tidy cert-dcl58-cpp in gtest_DecimalFunctions 2022-10-23 07:44:37 +02:00
AccurateComparison.h abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
BackgroundSchedulePool.cpp fix 2022-11-30 14:31:52 +01:00
BackgroundSchedulePool.h fix 2022-11-30 14:31:52 +01:00
BaseSettings.cpp Pass const std::string_view & by value, not by reference 2022-07-14 16:11:57 +00:00
BaseSettings.h Merge branch 'master' into compatibility-setting 2022-07-15 21:11:05 +02:00
Block.cpp Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +00:00
Block.h Refactor BSONEachRow format, fix bugs, support more data types, support parallel parsing and schema inference 2022-11-10 20:15:14 +00:00
BlockInfo.cpp Make better 2022-05-18 09:25:26 +00:00
BlockInfo.h Make better 2022-05-18 09:25:26 +00:00
callOnTypeIndex.h Replacing IsDecimalNumber 2021-09-11 00:40:18 +02:00
CMakeLists.txt
ColumnNumbers.h Merge remote-tracking branch 'origin/master' into grouping-function 2022-05-19 17:58:33 +00:00
ColumnsWithTypeAndName.h
ColumnWithTypeAndName.cpp
ColumnWithTypeAndName.h Fix clang-tidy warnings in Compression, Coordination, Core folders 2022-03-14 18:17:35 +00:00
DecimalComparison.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
DecimalFunctions.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
Defines.h OpenSSL code changes 2022-12-07 13:22:46 -05:00
ExternalResultDescription.cpp
ExternalResultDescription.h
ExternalTable.cpp Better. 2022-05-24 20:06:08 +00:00
ExternalTable.h
Field.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
Field.h abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
InterpolateDescription.cpp bugfix - columns order tracking 2022-03-31 11:51:13 -04:00
InterpolateDescription.h bugfix - columns order tracking 2022-03-31 11:51:13 -04:00
iostream_debug_helpers.cpp
iostream_debug_helpers.h Replace a few uses of enable_if for SFINAE by concepts 2022-03-16 19:51:38 +01:00
IResolvedFunction.h Cleanup code 2022-12-02 19:15:26 +00:00
Joins.cpp Merge branch 'master' into grace_hash_join 2022-09-07 08:00:14 +00:00
Joins.h Merge branch 'master' into grace_hash_join 2022-09-07 08:00:14 +00:00
MultiEnum.h Replace more uses of std::enable_if for SFINAE by concepts 2022-03-17 20:44:55 +01:00
Names.h Try to compute helper column lazy 2022-05-13 14:55:50 +00:00
NamesAndAliases.h
NamesAndTypes.cpp WIP on GROUPING function 2022-05-12 16:40:26 +00:00
NamesAndTypes.h Add comments and make tests more verbose 2022-05-25 21:23:35 +00:00
PostgreSQLProtocol.cpp
PostgreSQLProtocol.h Enforce checking read output 2022-11-11 10:56:18 +01:00
Protocol.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
ProtocolDefines.h Better implementation of password rules 2022-12-11 23:59:04 +00:00
QualifiedTableName.h Fix clang-tidy warnings in Compression, Coordination, Core folders 2022-03-14 18:17:35 +00:00
QueryProcessingStage.cpp
QueryProcessingStage.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ServerUUID.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
ServerUUID.h
Settings.cpp move default settings to different part of ast 2022-10-11 18:25:28 +00:00
Settings.h Add setting to disallow arguments in ReplicatedMergeTree constructor for DatabaseReplicated 2022-12-24 18:38:14 +01:00
SettingsChangesHistory.h Update src/Core/SettingsChangesHistory.h 2022-12-14 20:40:23 +03:00
SettingsEnums.cpp Merge branch 'master' into pr/BigRedEye/38191 2022-09-30 09:40:47 +00:00
SettingsEnums.h code optimization 2022-09-09 00:47:43 +08:00
SettingsFields.cpp Rename SettingAutoWrapper, add comment to readBinary 2022-08-11 12:18:44 +02:00
SettingsFields.h Trim trailing whitespaces in SettingsFields.h 2022-08-11 13:15:28 +02:00
SettingsQuirks.cpp base should not depend on Common 2022-04-29 10:26:35 +08:00
SettingsQuirks.h
SortCursor.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
SortDescription.cpp Memory bound merging for distributed aggregation in order (#40879) 2022-11-28 00:41:31 +01:00
SortDescription.h Merge branch 'master' into aggregating-in-order-from-query-plan 2022-11-28 16:53:29 +01:00
TypeId.h TypeId name fix 2022-01-20 13:51:00 +00:00
Types.h Make better, fix bugs, improve error messages 2022-12-12 22:00:45 +00:00
UUID.cpp
UUID.h