ClickHouse/src/Interpreters
tavplubix 6e9c028bbb
Merge pull request #35956 from Algunenano/limit_dns_retries
DNS cache: Add option to drop elements after several consecutive failures
2022-04-07 13:20:36 +03:00
..
Access Revert "[WIP] New row policies" 2022-03-21 08:41:33 +03:00
ClusterProxy Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-14 16:28:35 +00:00
examples contrib/libmetrohash: add ALIAS library 2022-01-21 10:11:23 +03:00
fuzzers Fix fuzzer build (#30344) 2021-10-26 20:30:34 +03:00
JIT Remove cruft 2021-10-28 02:10:39 +03:00
MySQL Fix SIGSEGV for build under gcc-11 (due to auto deduction) 2022-03-28 22:21:45 +03:00
tests fix all the stateless test 2022-01-13 15:27:41 +08:00
ActionLocksManager.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ActionLocksManager.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ActionsDAG.cpp throw if sorting column not found 2022-04-04 14:33:58 +02:00
ActionsDAG.h stash 2022-04-04 14:33:57 +02:00
ActionsVisitor.cpp Validate some thoughts over making sets 2022-03-21 10:58:44 +08:00
ActionsVisitor.h Validate some thoughts over making sets 2022-03-21 10:58:44 +08:00
AddDefaultDatabaseVisitor.h Add ability to rewrite only JOIN tables in AddDefaultDatabaseVisitor 2022-01-14 11:18:52 +03:00
AddIndexConstraintsOptimizer.cpp minor fixes in constraints 2021-11-17 18:43:02 +03:00
AddIndexConstraintsOptimizer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
addMissingDefaults.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
addMissingDefaults.h Add check for columns sizes match 2021-04-23 19:09:09 +00:00
addTypeConversionToAST.cpp Introduce CAST for internal usage 2021-08-07 09:03:10 +00:00
addTypeConversionToAST.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateDescription.cpp Minor changes 2021-06-14 07:13:35 +03:00
AggregateDescription.h Use JSONBuilder for explain json result. 2021-04-14 17:07:56 +03:00
AggregateFunctionOfGroupByKeysVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
AggregationCommon.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
Aggregator.cpp Predict size of hash table for GROUP BY (#33439) 2022-03-30 22:47:51 +02:00
Aggregator.h Predict size of hash table for GROUP BY (#33439) 2022-03-30 22:47:51 +02:00
Aliases.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
applyTableOverride.cpp Remove the possibility of adding columns with table overrides 2021-12-22 08:20:14 +01:00
applyTableOverride.h Remove the possibility of adding columns with table overrides 2021-12-22 08:20:14 +01:00
ApplyWithAliasVisitor.cpp better cte and with global 2021-01-26 10:29:11 +08:00
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp Fixes 2021-11-10 09:33:48 +00:00
ApplyWithGlobalVisitor.h Fix 2021-11-01 16:33:19 +03:00
ApplyWithSubqueryVisitor.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
ApplyWithSubqueryVisitor.h Fix CTE in view. 2021-04-06 11:32:16 +08:00
ArithmeticOperationsInAgrFuncOptimize.cpp Disable 2021-12-09 14:15:23 +03:00
ArithmeticOperationsInAgrFuncOptimize.h rewrite avg for algebraic optimization 2021-02-07 14:41:41 +00:00
ArrayJoinAction.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ArrayJoinAction.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ArrayJoinedColumnsVisitor.h Change signature of ASTSelectQuery::arrayJoinExpressionList 2021-08-31 15:27:44 +03:00
asof.h
AsynchronousInsertQueue.cpp Update AsynchronousInsertQueue.cpp 2022-04-01 20:57:41 +02:00
AsynchronousInsertQueue.h Fix race between INSERT async_insert=1 and system.asynchronous_inserts 2022-03-02 15:28:06 +03:00
AsynchronousMetricLog.cpp More metrics 2021-07-05 01:33:32 +03:00
AsynchronousMetricLog.h Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
AsynchronousMetrics.cpp Predict size of hash table for GROUP BY (#33439) 2022-03-30 22:47:51 +02:00
AsynchronousMetrics.h Implement MemoryStatisticsOS for FreeBSD 2022-02-25 14:05:00 +03:00
BloomFilter.cpp Updated bloom filter index for map type to work with mapKeys function 2021-09-22 12:45:48 +03:00
BloomFilter.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
BloomFilterHash.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
CancellationCode.h
castColumn.cpp Merge branch 'master' into cast_to_value_or_default 2021-09-28 14:04:10 +03:00
castColumn.h Fixed compilation timeout 2020-12-17 21:32:25 +03:00
CatBoostModel.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
CatBoostModel.h ExternalModelsLoader refactoring 2022-03-23 20:05:17 +01:00
ClientInfo.cpp Remove extra newline 2022-03-31 06:57:59 +00:00
ClientInfo.h Initial implementation of is_secure 2022-03-30 06:39:40 +00:00
Cluster.cpp Added an ability to specify cluster secret in replicated database (#35333) 2022-03-25 00:14:26 +01:00
Cluster.h Added an ability to specify cluster secret in replicated database (#35333) 2022-03-25 00:14:26 +01:00
ClusterDiscovery.cpp avoid unnecessary copying of Settings 2022-02-10 12:13:51 +03:00
ClusterDiscovery.h Log exception on cluster discovery initial update 2021-12-27 18:24:25 +03:00
CMakeLists.txt Done 2021-10-04 17:57:58 +00:00
CollectJoinOnKeysVisitor.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
CollectJoinOnKeysVisitor.h get rid of DNF and related features in ORs in JOIN 2021-09-28 14:11:33 +03:00
ColumnAliasesVisitor.cpp Skip JOIN OR/USING sections in replaceAliasColumnsInQuery 2021-09-14 14:13:19 +03:00
ColumnAliasesVisitor.h Skip JOIN OR/USING sections in replaceAliasColumnsInQuery 2021-09-14 14:13:19 +03:00
ComparisonGraph.cpp Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
ComparisonGraph.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
Context_fwd.h Remove old code 2021-07-06 05:31:09 +03:00
Context.cpp Add system.processors_profile_log 2022-04-04 13:19:41 +03:00
Context.h Add system.processors_profile_log 2022-04-04 13:19:41 +03:00
convertFieldToType.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
convertFieldToType.h
ConvertStringsToEnumVisitor.cpp Simplifying exception messages 2021-09-11 00:40:18 +02:00
ConvertStringsToEnumVisitor.h Fix a bunch of warnings from PVS-Studio 2021-05-08 19:13:10 +03:00
CrashLog.cpp Remove cruft 2021-10-28 02:10:39 +03:00
CrashLog.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Better getTables in CrossToInnerJoinVisitor 2021-10-01 14:52:12 +03:00
CrossToInnerJoinVisitor.h Revert "Support old cross to inner join rewrite behaviour" 2021-02-19 15:14:24 +03:00
DatabaseAndTableWithAlias.cpp Merge branch 'master' into ast-table-identifier-2 2021-04-09 17:56:15 +03:00
DatabaseAndTableWithAlias.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
DatabaseCatalog.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
DatabaseCatalog.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
DDLTask.cpp Support non-table DDLs on cross replicated cluster 2022-02-24 14:37:35 +08:00
DDLTask.h Merge branch 'master' into improve_create_or_replace 2021-08-03 11:39:07 +00:00
DDLWorker.cpp fixes 2022-04-05 17:36:53 +02:00
DDLWorker.h fix too strict assertion 2022-03-23 11:55:28 +01:00
DictionaryReader.cpp ORs in JOINs 2021-09-28 14:11:28 +03:00
DictionaryReader.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DNSCacheUpdater.cpp DNS cache: Add option to drop elements after several consecutive failures 2022-04-05 13:00:27 +02:00
DNSCacheUpdater.h DNS cache: Add option to drop elements after several consecutive failures 2022-04-05 13:00:27 +02:00
DuplicateOrderByVisitor.cpp Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
DuplicateOrderByVisitor.h Fix bad optimization of ORDER BY in subquery if it contains WITH FILL 2021-09-12 01:24:20 +03:00
EmbeddedDictionaries.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
EmbeddedDictionaries.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
evaluateConstantExpression.cpp Fixed style check 2022-03-16 16:16:08 +00:00
evaluateConstantExpression.h Reduce dependencies on IParser.h 2021-11-26 17:04:21 +01:00
executeDDLQueryOnCluster.cpp Use compile-time check for Exception messages, fix wrong messages 2022-03-29 13:16:11 +00:00
executeDDLQueryOnCluster.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
executeQuery.cpp Add id/parent_ids into system.processors_profile_log 2022-04-04 13:19:43 +03:00
executeQuery.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
ExecuteScalarSubqueriesVisitor.cpp Merge branch 'master' into mv_cacheable_scalars 2022-02-07 10:07:26 +00:00
ExecuteScalarSubqueriesVisitor.h Comment 2022-01-26 17:36:45 +01:00
ExpressionActions.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
ExpressionActions.h Remove cruft 2021-10-28 02:10:39 +03:00
ExpressionActionsSettings.cpp Fix performance, make only one setting 2021-08-16 14:30:56 +03:00
ExpressionActionsSettings.h Fix performance, make only one setting 2021-08-16 14:30:56 +03:00
ExpressionAnalyzer.cpp Fix positional order/etc by literal 2022-03-25 20:03:12 +01:00
ExpressionAnalyzer.h Validate some thoughts over making sets 2022-03-21 10:58:44 +08:00
ExpressionJIT.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
ExternalDictionariesLoader.cpp More logs on unsuccessful part removal 2022-04-04 13:17:33 +02:00
ExternalDictionariesLoader.h Fixed tests 2021-10-14 22:12:06 +03:00
ExternalLoader.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
ExternalLoader.h Fix ExternalLoader without additional mutex. 2021-10-13 10:02:42 +03:00
ExternalLoaderDatabaseConfigRepository.h Fixed tests 2021-04-26 13:52:41 +03:00
ExternalLoaderDictionaryStorageConfigRepository.cpp Fixed tests 2021-04-26 13:52:41 +03:00
ExternalLoaderDictionaryStorageConfigRepository.h Fixed tests 2021-04-26 13:52:41 +03:00
ExternalLoaderTempConfigRepository.cpp
ExternalLoaderTempConfigRepository.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ExternalLoaderXMLConfigRepository.cpp Update ExternalLoaderXMLConfigRepository.cpp 2021-10-02 16:26:13 +03:00
ExternalLoaderXMLConfigRepository.h Merge branch 'master' into rename-common 2021-10-02 17:15:10 +03:00
ExternalModelsLoader.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExternalModelsLoader.h ExternalModelsLoader refactoring 2022-03-23 20:05:17 +01:00
ExternalUserDefinedExecutableFunctionsLoader.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
ExternalUserDefinedExecutableFunctionsLoader.h Added user defined executable functions to system.functions 2021-09-17 18:43:00 +03:00
ExtractExpressionInfoVisitor.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
ExtractExpressionInfoVisitor.h Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
FillingRow.cpp Remove unused header 2021-12-24 04:02:26 +03:00
FillingRow.h Fix yet another issue 2021-09-12 02:55:53 +03:00
FunctionNameNormalizer.cpp Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
FunctionNameNormalizer.h Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
GatherFunctionQuantileVisitor.cpp Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
GatherFunctionQuantileVisitor.h Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
GetAggregatesVisitor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
getClusterName.cpp getClusterName: Use std::string over String (since it includes only <string>) 2021-03-03 23:29:11 +03:00
getClusterName.h getClusterName: Use std::string over String (since it includes only <string>) 2021-03-03 23:29:11 +03:00
getColumnFromBlock.cpp minor fixes 2022-03-14 17:29:18 +00:00
getColumnFromBlock.h fix unit test 2022-02-16 17:18:03 +03:00
getHeaderForProcessingStage.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-03-03 22:25:28 +00:00
getHeaderForProcessingStage.h dynamic subcolumns: add snapshot for storage 2021-07-09 06:15:41 +03:00
getTableExpressions.cpp Containers iteration fix erase 2021-12-20 13:42:31 +03:00
getTableExpressions.h Minor style changes in JoinedTables 2021-07-08 13:49:13 +03:00
getTableOverride.cpp Fix 2021-12-21 01:19:51 +03:00
getTableOverride.h Move to Interpreters 2021-12-17 22:19:10 +03:00
GlobalSubqueriesVisitor.h Validate some thoughts over making sets 2022-03-21 10:58:44 +08:00
GroupByFunctionKeysVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
HashJoin.cpp Match cardinality when adding columns 2022-03-25 11:12:02 +00:00
HashJoin.h Merge branch 'master' into asof_ftw 2022-03-02 13:20:50 +00:00
IdentifierSemantic.cpp Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
IdentifierSemantic.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
IExternalLoadable.cpp
IExternalLoadable.h Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
IExternalLoaderConfigRepository.h ExternalLoaderRepository fix arcadia 2021-04-28 14:40:35 +03:00
IInterpreter.cpp Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
IInterpreter.h Remove DataStreams folder. 2021-10-15 23:18:20 +03:00
IInterpreterUnionOrSelectQuery.cpp Forward declaration of IStorage in InterpreterWatchQuery 2022-01-10 22:01:41 +03:00
IInterpreterUnionOrSelectQuery.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
IJoin.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
InDepthNodeVisitor.h Skip JOIN OR/USING sections in replaceAliasColumnsInQuery 2021-09-14 14:13:19 +03:00
InJoinSubqueriesPreprocessor.cpp Apply suggestions from code review 2021-11-10 14:44:35 +03:00
InJoinSubqueriesPreprocessor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
inplaceBlockConversions.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-02-25 13:41:30 +03:00
inplaceBlockConversions.h support dynamic subcolumns for Memory engine 2022-02-09 03:18:53 +03:00
InternalTextLogsQueue.cpp Fixed tests 2021-10-14 00:33:18 +03:00
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
InterpreterAlterQuery.h Almost done 2021-08-28 17:34:23 +03:00
InterpreterBackupQuery.cpp Use BackupEntryFromAppendOnlyFile for Log engine, 2022-03-20 20:02:15 +01:00
InterpreterBackupQuery.h Added new commands BACKUP and RESTORE. 2021-08-23 23:41:45 +03:00
InterpreterCheckQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterCheckQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateFunctionQuery.cpp Updated tests 2022-01-23 17:02:43 +00:00
InterpreterCreateFunctionQuery.h SQLUserDefinedFunctions support lambdas 2021-10-20 12:43:03 +03:00
InterpreterCreateQuery.cpp refactored to remove parsers rependency on datatypes 2022-03-30 23:47:16 -04:00
InterpreterCreateQuery.h Extract schema only once on table creation and add it to metadata (#34684) 2022-03-04 21:23:19 +03:00
InterpreterDescribeQuery.cpp support nested in json type (wip) 2021-12-01 05:59:56 +03:00
InterpreterDescribeQuery.h Small refactoring. 2021-09-15 22:35:48 +03:00
InterpreterDropFunctionQuery.cpp Updated UserDefinedSQLFunctionFactory 2021-10-27 18:49:18 +03:00
InterpreterDropFunctionQuery.h Fixed integration tests 2021-08-23 17:31:58 +03:00
InterpreterDropQuery.cpp cancel merges before acquiring lock for truncate 2022-02-03 23:44:53 +03:00
InterpreterDropQuery.h Drop support for DatabaseOrdinary in MaterializedMySQL 2021-11-18 11:46:51 +01:00
InterpreterExistsQuery.cpp Merge branch 'master' into query_parameters 2021-11-11 11:43:00 +00:00
InterpreterExistsQuery.h Small refactoring. 2021-09-15 22:35:48 +03:00
InterpreterExplainQuery.cpp remote comment 2022-03-10 18:29:52 +08:00
InterpreterExplainQuery.h Small refactoring. 2021-09-15 22:35:48 +03:00
InterpreterExternalDDLQuery.cpp Fix typo in USE_MYSQL check 2021-11-10 11:38:03 +03:00
InterpreterExternalDDLQuery.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
InterpreterFactory.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterFactory.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
InterpreterInsertQuery.cpp add quota for written bytes 2022-03-29 18:21:29 +00:00
InterpreterInsertQuery.h add more info to query log in async inserts 2021-12-28 17:53:25 +03:00
InterpreterKillQueryQuery.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
InterpreterKillQueryQuery.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
InterpreterOptimizeQuery.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-11-22 17:19:35 +03:00
InterpreterOptimizeQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterRenameQuery.cpp Merge branch 'master' into check_dependencies_on_drop 2021-11-15 13:35:45 +03:00
InterpreterRenameQuery.h Merge branch 'master' into check_dependencies_on_drop 2021-11-15 13:35:45 +03:00
InterpreterSelectIntersectExceptQuery.cpp Better scalar cache handling 2022-01-26 17:36:45 +01:00
InterpreterSelectIntersectExceptQuery.h Some final fixes 2021-08-15 11:40:30 +03:00
InterpreterSelectQuery.cpp Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
InterpreterSelectQuery.h Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
InterpreterSelectWithUnionQuery.cpp Get rid of duplicate query planing. 2022-03-08 00:02:58 +08:00
InterpreterSelectWithUnionQuery.h Fix 2021-08-16 15:32:44 +03:00
InterpreterSetQuery.cpp Remove unnecessary changes. 2021-09-07 01:37:28 +03:00
InterpreterSetQuery.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
InterpreterShowCreateQuery.cpp Merge branch 'master' into query_parameters 2021-11-11 11:43:00 +00:00
InterpreterShowCreateQuery.h Small refactoring. 2021-09-15 22:35:48 +03:00
InterpreterShowProcesslistQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowProcesslistQuery.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
InterpreterShowTablesQuery.cpp Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
InterpreterShowTablesQuery.h Make ContextPtr const by default. 2021-05-31 17:49:02 +03:00
InterpreterSystemQuery.cpp Add system.processors_profile_log 2022-04-04 13:19:41 +03:00
InterpreterSystemQuery.h Fix checking access for the SYSTEM command. 2022-01-25 18:54:59 +07:00
InterpreterUseQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterUseQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterWatchQuery.cpp Forward declaration of IStorage in InterpreterWatchQuery 2022-01-10 22:01:41 +03:00
InterpreterWatchQuery.h Forward declaration of IStorage in InterpreterWatchQuery 2022-01-10 22:01:41 +03:00
interpretSubquery.cpp Merge branch 'master' into ast-table-identifier-2 2021-04-12 20:23:28 +03:00
interpretSubquery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterserverCredentials.cpp Rename "common" to "base" 2021-10-02 10:13:14 +03:00
InterserverCredentials.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
InterserverIOHandler.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ITokenExtractor.cpp Add support for PowerPC build 2021-10-12 01:47:57 +03:00
ITokenExtractor.h Fixed build 2021-10-06 23:22:29 +03:00
join_common.cpp Match cardinality when adding columns 2022-03-25 11:12:02 +00:00
join_common.h Fix LowCardinality using key for join_use_nulls in pipeline 2022-02-15 11:11:59 +00:00
joinDispatch.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
JoinedTables.cpp Get rid of duplicate query planing. 2022-03-08 00:02:58 +08:00
JoinedTables.h Minimize changes, improve scalar subquery for MVs 2022-01-26 17:36:45 +01:00
JoinSwitcher.cpp BlockWithFlags removed from vdimir's change 2021-09-28 14:11:30 +03:00
JoinSwitcher.h Remove BlockInputStream interfaces. 2021-10-14 13:25:43 +03:00
JoinToSubqueryTransformVisitor.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
JoinToSubqueryTransformVisitor.h Revert "CC" 2021-04-22 16:55:18 +03:00
Lemmatizers.cpp Remove cruft 2021-10-28 02:10:39 +03:00
Lemmatizers.h Remove cruft 2021-10-28 02:10:39 +03:00
loadMetadata.cpp Merge branch 'master' into query_parameters 2021-11-15 19:55:54 +00:00
loadMetadata.h fixes after review 2021-09-13 22:11:16 +03:00
LogicalExpressionsOptimizer.cpp Update sort to pdqsort 2022-01-30 19:49:48 +00:00
LogicalExpressionsOptimizer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
MarkTableIdentifiersVisitor.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
MarkTableIdentifiersVisitor.h Fix crash on call dictGet() with bad arguments. 2021-07-02 14:46:12 +03:00
MergeJoin.cpp [wip] merge join duplicate rows 2022-03-15 18:51:04 +00:00
MergeJoin.h Remove nullable_left/right_side flags from Hash/MergeJoin 2022-02-15 11:15:50 +00:00
MetricLog.cpp Update using Map datatyle in system log tables before merge 2021-06-28 14:42:21 +03:00
MetricLog.h Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
misc.h
MonotonicityCheckVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
MutationsInterpreter.cpp Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
MutationsInterpreter.h More. 2021-10-06 20:59:27 +03:00
NormalizeSelectWithUnionQueryVisitor.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
NormalizeSelectWithUnionQueryVisitor.h Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
NullableUtils.cpp Minor changes related to JOIN ON ORs 2021-09-28 14:11:31 +03:00
NullableUtils.h
OpenTelemetrySpanLog.cpp Improve the opentelemetry span logs for INSERT on distributed table (#34480) 2022-03-03 12:53:29 +01:00
OpenTelemetrySpanLog.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
OptimizeIfChains.cpp Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
OptimizeIfChains.h
OptimizeIfWithConstantConditionVisitor.cpp Always apply const if optimixation. 2021-12-17 15:31:30 +03:00
OptimizeIfWithConstantConditionVisitor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
OptimizeShardingKeyRewriteInVisitor.cpp Fix optimize_skip_unused_shards_rewrite_in for signed columns 2022-03-09 08:29:28 +03:00
OptimizeShardingKeyRewriteInVisitor.h Refactor code around optimize_skip_unused_shards_rewrite_in a little 2021-07-07 00:17:39 +03:00
PartLog.cpp added disk_name to system.part_log 2022-03-10 18:44:19 +03:00
PartLog.h added disk_name to system.part_log 2022-03-10 18:44:19 +03:00
PredicateExpressionsOptimizer.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
PredicateExpressionsOptimizer.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
PredicateRewriteVisitor.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
PredicateRewriteVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
PreparedSets.h
processColumnTransformers.cpp revert unnecesarry change 2022-02-08 00:14:15 +00:00
processColumnTransformers.h OPTIMIZE DEDUPLICATE BY columns 2020-12-07 09:44:07 +03:00
ProcessList.cpp cleanup 2022-02-16 20:19:10 +00:00
ProcessList.h Merge pull request #34802 from ClickHouse/overcommit-doc 2022-03-25 20:50:44 +01:00
ProcessorsProfileLog.cpp Add id/parent_ids into system.processors_profile_log 2022-04-04 13:19:43 +03:00
ProcessorsProfileLog.h Add id/parent_ids into system.processors_profile_log 2022-04-04 13:19:43 +03:00
ProfileEventsExt.cpp fix mistake in check-style 2022-03-05 14:22:56 +08:00
ProfileEventsExt.h finish dev 2022-03-01 15:54:23 +08:00
QueryAliasesVisitor.cpp Updated tests 2021-04-20 13:31:01 +03:00
QueryAliasesVisitor.h
QueryLog.cpp Fix writting is_secure 2022-03-30 06:39:40 +00:00
QueryLog.h Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
QueryNormalizer.cpp Replace parameters in ASTFunctions with alias. 2021-08-10 23:22:33 +08:00
QueryNormalizer.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
QueryParameterVisitor.cpp
QueryParameterVisitor.h
QueryPriorities.h Less include <Common/Stopwatch.h> 2021-08-11 16:20:59 +02:00
QueryThreadLog.cpp Fix writting is_secure 2022-03-30 06:39:40 +00:00
QueryThreadLog.h Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
QueryViewsLog.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
QueryViewsLog.h Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
RedundantFunctionsInOrderByVisitor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
RemoveInjectiveFunctionsVisitor.cpp Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
RemoveInjectiveFunctionsVisitor.h Rename ContextConstPtr to ContextPtr. 2021-06-01 15:20:52 +03:00
RenameColumnVisitor.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
RenameColumnVisitor.h Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
replaceAliasColumnsInQuery.cpp Skip JOIN OR/USING sections in replaceAliasColumnsInQuery 2021-09-14 14:13:19 +03:00
replaceAliasColumnsInQuery.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
ReplaceQueryParameterVisitor.cpp Add comment 2022-01-25 10:10:04 +03:00
ReplaceQueryParameterVisitor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
RequiredSourceColumnsVisitor.cpp get rid of DNF and related features in ORs in JOIN 2021-09-28 14:11:33 +03:00
RequiredSourceColumnsVisitor.h
RewriteAnyFunctionVisitor.cpp Disable 2021-12-09 14:15:23 +03:00
RewriteAnyFunctionVisitor.h
RewriteCountVariantsVisitor.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
RewriteCountVariantsVisitor.h Fix 2021-02-10 12:48:41 +08:00
RewriteFunctionToSubcolumnVisitor.cpp fix #33798 2022-03-06 12:02:17 +08:00
RewriteFunctionToSubcolumnVisitor.h Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
RewriteSumIfFunctionVisitor.cpp Fix sumIf rewrite 2022-01-16 06:25:11 +00:00
RewriteSumIfFunctionVisitor.h Rewrite sum(if()) and sumIf to countIf in special cases (#17041) 2021-01-21 12:01:35 +03:00
RowRefs.cpp Use proper type for RadixSortTraits in RowRefs.cpp 2022-03-27 11:32:51 +03:00
RowRefs.h Improve performance of ASOF join 2022-03-23 12:19:38 +01:00
SelectIntersectExceptQueryVisitor.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
SelectIntersectExceptQueryVisitor.h Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
SelectQueryOptions.h Fix bug for select from VIEW with format and limit settings 2022-01-11 20:19:41 +08:00
Session.cpp Polish TCP is_secure flag 2022-03-30 06:39:40 +00:00
Session.h Polish TCP is_secure flag 2022-03-30 06:39:40 +00:00
SessionLog.cpp clang-tidy check performance-move-const-arg fix 2022-03-02 18:15:27 +00:00
SessionLog.h Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
Set.cpp Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
Set.h Fix partition pruner: non-monotonic function IN 2022-03-09 15:48:42 +08:00
SetVariants.cpp Normalize BigInt implementation 2021-01-27 03:54:57 +03:00
SetVariants.h Normalize BigInt implementation 2021-01-27 03:54:57 +03:00
sortBlock.cpp Make SortDescription::column_name always non-empty (#35805) 2022-04-04 14:17:15 +02:00
sortBlock.h Sort block refactoring 2022-01-29 15:50:55 +00:00
SortedBlocksWriter.cpp Fix tests naming, remove code duplication 2022-02-07 14:12:19 +03:00
SortedBlocksWriter.h Move some files. 2021-10-16 17:03:50 +03:00
SquashingTransform.cpp Move SquashingTransform to Interpreters (to fix split build) 2021-10-18 10:28:36 +03:00
SquashingTransform.h Move SquashingTransform to Interpreters (to fix split build) 2021-10-18 10:28:36 +03:00
StorageID.cpp Merge branch 'master' into query_parameters 2021-10-18 17:34:20 +03:00
StorageID.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
SubqueryForSet.cpp clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
SubqueryForSet.h clang-tidy check performance-noexcept-move-constructor fix 2022-03-02 18:15:27 +00:00
SubstituteColumnOptimizer.cpp fix tests 2021-11-19 17:14:56 +03:00
SubstituteColumnOptimizer.h minor fixes in constraints 2021-11-17 18:43:02 +03:00
SynonymsExtensions.cpp Remove cruft 2021-10-28 02:10:39 +03:00
SynonymsExtensions.h Remove cruft 2021-10-28 02:10:39 +03:00
SystemLog.cpp Merge pull request #34355 from azat/processors-profiling 2022-04-07 12:13:14 +02:00
SystemLog.h Add system.processors_profile_log 2022-04-04 13:19:41 +03:00
TableJoin.cpp Correct check asof join key nullability 2022-03-28 13:29:34 +00:00
TableJoin.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
TableOverrideUtils.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2022-01-21 20:11:18 +03:00
TableOverrideUtils.h Implement EXPLAIN TABLE OVERRIDE for pre-validating overrides. 2021-12-30 09:02:27 +01:00
TablesStatus.cpp Move protocol macros into separate header 2021-10-03 14:34:03 +03:00
TablesStatus.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
TextLog.cpp Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
TextLog.h Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00
threadPoolCallbackRunner.cpp Remove setup and cleanup 2022-03-30 09:00:06 +00:00
threadPoolCallbackRunner.h Remove setup and cleanup 2022-03-30 09:00:06 +00:00
ThreadStatusExt.cpp Move LockMemoryExceptionInThread and MemoryTrackerBlockerInThread 2022-01-10 22:39:10 +03:00
TraceCollector.cpp Split TraceCollector between Common and Interpreters 2022-01-11 22:30:55 +03:00
TraceCollector.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
TraceLog.cpp Add ability to trace peak memory usage (with new trace_type - MemoryPeak) 2021-10-07 21:13:56 +03:00
TraceLog.h Move TraceCollector into Interpreters 2022-01-10 22:35:42 +03:00
TranslateQualifiedNamesVisitor.cpp Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
TranslateQualifiedNamesVisitor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
TreeCNFConverter.cpp Merge pull request #32748 from CurtizJ/read-in-order-fixed-prefix 2022-02-03 18:17:08 +03:00
TreeCNFConverter.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
TreeOptimizer.cpp fix null pointer of TreeRewriterResult::storage_snapshot (#35439) 2022-03-20 21:07:58 +01:00
TreeOptimizer.h Merge branch 'nikvas0/simple_optimizations' of git://github.com/nikvas0/ClickHouse into merging-constraints 2021-11-10 19:35:28 +03:00
TreeRewriter.cpp Use float devision for avg after optimize_fuse_sum_count_avg 2022-03-28 11:26:42 +00:00
TreeRewriter.h Merge remote-tracking branch 'upstream/master' into HEAD 2022-02-25 13:41:30 +03:00
UserDefinedExecutableFunction.cpp Updated ShellCommandSource 2021-12-28 22:55:31 +03:00
UserDefinedExecutableFunction.h Added tests 2022-02-18 15:21:11 +00:00
UserDefinedExecutableFunctionFactory.cpp ExecutableUserDefinedFunction prevent function execution during query analysis 2022-04-04 15:56:01 +02:00
UserDefinedExecutableFunctionFactory.h Updated UserDefinedSQLFunctionFactory 2021-10-27 18:49:18 +03:00
UserDefinedSQLFunctionFactory.cpp Updated UserDefinedSQLFunctionFactory 2021-10-27 18:49:18 +03:00
UserDefinedSQLFunctionFactory.h Updated UserDefinedSQLFunctionFactory 2021-10-27 18:49:18 +03:00
UserDefinedSQLFunctionVisitor.cpp support explain create function query 2022-01-20 16:23:52 +08:00
UserDefinedSQLFunctionVisitor.h Fix recursive user defined functions crash 2021-11-25 19:03:56 +03:00
UserDefinedSQLObjectsLoader.cpp SQLUserDefinedFunctions support CREATE OR REPLACE, CREATE IF NOT EXISTS 2021-10-20 17:56:46 +03:00
UserDefinedSQLObjectsLoader.h SQLUserDefinedFunctions support CREATE OR REPLACE, CREATE IF NOT EXISTS 2021-10-20 17:56:46 +03:00
WhereConstraintsOptimizer.cpp minor fixes in constraints 2021-11-17 18:43:02 +03:00
WhereConstraintsOptimizer.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
WindowDescription.cpp Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
WindowDescription.h Initial: replacing hardcoded toString for enums with magic_enum 2021-09-06 16:24:03 +02:00
ZooKeeperLog.cpp remove some trash 2021-09-17 22:29:10 +03:00
ZooKeeperLog.h Use explicit template instantiation for SystemLog 2022-01-10 22:01:41 +03:00