ClickHouse/src/Interpreters
2022-01-18 15:30:24 +03:00
..
Access
ClusterProxy Unambiguous formatting of distributed queries 2021-12-10 00:55:14 +03:00
examples
fuzzers
JIT
MySQL Merge pull request #33577 from DevTeamBK/Issue167 2022-01-13 14:28:48 +03:00
tests Remove the possibility of adding columns with table overrides 2021-12-22 08:20:14 +01:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp
ActionsDAG.h Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
ActionsVisitor.cpp Fix potential exponential growth of untuple function 2022-01-07 09:15:10 +03:00
ActionsVisitor.h
AddDefaultDatabaseVisitor.h Add ability to rewrite only JOIN tables in AddDefaultDatabaseVisitor 2022-01-14 11:18:52 +03:00
AddIndexConstraintsOptimizer.cpp
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp
addMissingDefaults.h
addTypeConversionToAST.cpp
addTypeConversionToAST.h
AggregateDescription.cpp
AggregateDescription.h
AggregateFunctionOfGroupByKeysVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
AggregationCommon.h
Aggregator.cpp Add LRUResourceCache 2021-12-29 15:25:33 +08:00
Aggregator.h Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
Aliases.h
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
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp
ApplyWithGlobalVisitor.h
ApplyWithSubqueryVisitor.cpp Reduce dependencies on ASTSelectWithUnionQuery.h 2021-11-26 19:27:16 +01:00
ApplyWithSubqueryVisitor.h
ArithmeticOperationsInAgrFuncOptimize.cpp Disable 2021-12-09 14:15:23 +03:00
ArithmeticOperationsInAgrFuncOptimize.h
ArrayJoinAction.cpp
ArrayJoinAction.h
ArrayJoinedColumnsVisitor.h
asof.h
AsynchronousInsertQueue.cpp
AsynchronousInsertQueue.h
AsynchronousMetricLog.cpp
AsynchronousMetricLog.h
AsynchronousMetrics.cpp Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
AsynchronousMetrics.h Start/stop servers when listen_host/*_port changes 2021-12-24 08:26:02 +01:00
BloomFilter.cpp
BloomFilter.h
BloomFilterHash.h
CancellationCode.h
castColumn.cpp Merge branch 'master' into cast_to_value_or_default 2021-09-28 14:04:10 +03:00
castColumn.h
CatBoostModel.cpp
CatBoostModel.h Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
ClientInfo.cpp Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
ClientInfo.h Parallel reading from replicas (#29279) 2021-12-09 13:39:28 +03:00
Cluster.cpp support <secure/> for cluster 2021-12-30 23:51:05 +08:00
Cluster.h preserve auto clusters on config update 2021-12-27 15:26:10 +03:00
ClusterDiscovery.cpp Log exception on cluster discovery initial update 2021-12-27 18:24:25 +03:00
ClusterDiscovery.h Log exception on cluster discovery initial update 2021-12-27 18:24:25 +03:00
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
CollectJoinOnKeysVisitor.h
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h
ComparisonGraph.cpp
ComparisonGraph.h Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
Context_fwd.h
Context.cpp Merge branch 'master' into memory-overcommit 2021-12-29 10:35:32 +00:00
Context.h Merge branch 'master' into memory-overcommit 2021-12-29 10:35:32 +00:00
convertFieldToType.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
convertFieldToType.h
ConvertStringsToEnumVisitor.cpp
ConvertStringsToEnumVisitor.h
CrashLog.cpp
CrashLog.h
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp
CrossToInnerJoinVisitor.h Revert "Support old cross to inner join rewrite behaviour" 2021-02-19 15:14:24 +03:00
DatabaseAndTableWithAlias.cpp
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp
DatabaseCatalog.h
DDLTask.cpp Fix 'there are no such cluster here' (#31723) 2021-11-25 17:28:06 +03:00
DDLTask.h
DDLWorker.cpp Fix indecent error message 2021-12-12 05:24:47 +03:00
DDLWorker.h fix race between replicas 2021-11-22 19:46:34 +03:00
DictionaryReader.cpp
DictionaryReader.h
DNSCacheUpdater.cpp
DNSCacheUpdater.h
DuplicateOrderByVisitor.cpp Reduce dependencies on ASTLiteral.h 2021-11-26 17:54:57 +01:00
DuplicateOrderByVisitor.h
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h
evaluateConstantExpression.cpp
evaluateConstantExpression.h Reduce dependencies on IParser.h 2021-11-26 17:04:21 +01:00
executeDDLQueryOnCluster.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
executeDDLQueryOnCluster.h
executeQuery.cpp Get rid of IAST::getQueryKindString 2021-12-30 12:55:50 +03:00
executeQuery.h
ExecuteScalarSubqueriesVisitor.cpp
ExecuteScalarSubqueriesVisitor.h
ExpressionActions.cpp
ExpressionActions.h
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
ExpressionAnalyzer.h Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
ExpressionJIT.cpp Add LRUResourceCache 2021-12-29 15:25:33 +08:00
ExternalDictionariesLoader.cpp ExternalDictionariesLoader fix getCurrentDatabase multiple times 2021-12-06 14:01:56 +03:00
ExternalDictionariesLoader.h
ExternalLoader.cpp
ExternalLoader.h
ExternalLoaderDatabaseConfigRepository.h
ExternalLoaderDictionaryStorageConfigRepository.cpp
ExternalLoaderDictionaryStorageConfigRepository.h
ExternalLoaderTempConfigRepository.cpp
ExternalLoaderTempConfigRepository.h
ExternalLoaderXMLConfigRepository.cpp
ExternalLoaderXMLConfigRepository.h
ExternalModelsLoader.cpp
ExternalModelsLoader.h
ExternalUserDefinedExecutableFunctionsLoader.cpp Updated ShellCommandSource 2021-12-28 22:55:31 +03:00
ExternalUserDefinedExecutableFunctionsLoader.h
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
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
getClusterName.cpp
getClusterName.h
getHeaderForProcessingStage.cpp Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
getHeaderForProcessingStage.h
getTableExpressions.cpp Containers iteration fix erase 2021-12-20 13:42:31 +03:00
getTableExpressions.h
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 Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
GroupByFunctionKeysVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
HashJoin.cpp
HashJoin.h
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
IInterpreter.cpp
IInterpreter.h
IInterpreterUnionOrSelectQuery.cpp
IInterpreterUnionOrSelectQuery.h
IJoin.h
InDepthNodeVisitor.h
InJoinSubqueriesPreprocessor.cpp
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp
inplaceBlockConversions.h
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp Dictionaries fix comment 2021-12-28 23:50:48 +03:00
InterpreterAlterQuery.h
InterpreterBackupQuery.cpp
InterpreterBackupQuery.h
InterpreterCheckQuery.cpp
InterpreterCheckQuery.h
InterpreterCreateFunctionQuery.cpp SQLUserDefinedFunctions support subqueries 2021-12-14 18:46:21 +03:00
InterpreterCreateFunctionQuery.h
InterpreterCreateQuery.cpp Fix #8340 2022-01-16 08:12:55 +03:00
InterpreterCreateQuery.h
InterpreterDescribeQuery.cpp Fix 2021-11-30 14:42:37 +00:00
InterpreterDescribeQuery.h
InterpreterDropFunctionQuery.cpp
InterpreterDropFunctionQuery.h
InterpreterDropQuery.cpp
InterpreterDropQuery.h
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp Implement EXPLAIN TABLE OVERRIDE for pre-validating overrides. 2021-12-30 09:02:27 +01:00
InterpreterExplainQuery.h
InterpreterExternalDDLQuery.cpp
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp
InterpreterFactory.h
InterpreterInsertQuery.cpp Fix possible use-after-free for INSERT into MV with concurrent DROP 2022-01-04 13:34:01 +03:00
InterpreterInsertQuery.h add more info to query log in async inserts 2021-12-28 17:53:25 +03:00
InterpreterKillQueryQuery.cpp
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp
InterpreterRenameQuery.h
InterpreterSelectIntersectExceptQuery.cpp
InterpreterSelectIntersectExceptQuery.h
InterpreterSelectQuery.cpp Merge pull request #33518 from hexiaoting/dev-limit-offset 2022-01-12 23:39:31 +03:00
InterpreterSelectQuery.h Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
InterpreterSelectWithUnionQuery.cpp Fix bug for select from VIEW with format and limit settings 2022-01-11 20:19:41 +08:00
InterpreterSelectWithUnionQuery.h
InterpreterSetQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSetQuery.h
InterpreterShowCreateQuery.cpp
InterpreterShowCreateQuery.h
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp Add missing access control to some system commands 2021-12-30 21:37:21 +03:00
InterpreterSystemQuery.h
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterpreterWatchQuery.cpp Some fixes 2021-11-22 11:04:04 +03:00
InterpreterWatchQuery.h
interpretSubquery.cpp
interpretSubquery.h
InterserverCredentials.cpp
InterserverCredentials.h
InterserverIOHandler.h
ITokenExtractor.cpp
ITokenExtractor.h
join_common.cpp Merge remote-tracking branch 'upstream/master' into HEAD 2021-12-14 18:58:17 +03:00
join_common.h Merge remote-tracking branch 'upstream/master' into HEAD 2021-11-08 21:29:16 +03:00
joinDispatch.h
JoinedTables.cpp
JoinedTables.h
JoinSwitcher.cpp
JoinSwitcher.h
JoinToSubqueryTransformVisitor.cpp
JoinToSubqueryTransformVisitor.h
Lemmatizers.cpp
Lemmatizers.h
loadMetadata.cpp
loadMetadata.h
LogicalExpressionsOptimizer.cpp
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp Reduce dependencies on ASTIdentifier.h 2021-11-26 16:49:40 +01:00
MarkTableIdentifiersVisitor.h
MergeJoin.cpp Add LRUResourceCache 2021-12-29 15:25:33 +08:00
MergeJoin.h
MetricLog.cpp
MetricLog.h
misc.h
MonotonicityCheckVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
MutationsInterpreter.cpp fix MATERIALIZE TTL with WHERE and GROUP BY 2021-12-13 17:21:05 +03:00
MutationsInterpreter.h
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
NullableUtils.h fix transform_null_in with sets of tuples 2020-11-05 21:07:44 +03:00
OpenTelemetrySpanLog.cpp Revert "Ignore parse failure of opentelemetry header (#32116)" (#33594) 2022-01-13 16:29:18 +04:00
OpenTelemetrySpanLog.h
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
OptimizeShardingKeyRewriteInVisitor.cpp
OptimizeShardingKeyRewriteInVisitor.h
PartLog.cpp
PartLog.h Whitespace 2021-12-23 11:50:40 +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
processColumnTransformers.h
ProcessList.cpp Merge branch 'master' into memory-overcommit 2022-01-18 15:30:24 +03:00
ProcessList.h Merge branch 'master' into memory-overcommit 2022-01-18 15:30:24 +03:00
ProfileEventsExt.cpp
ProfileEventsExt.h
QueryAliasesVisitor.cpp
QueryAliasesVisitor.h
QueryLog.cpp
QueryLog.h
QueryNormalizer.cpp
QueryNormalizer.h
QueryParameterVisitor.cpp
QueryParameterVisitor.h
QueryPriorities.h
QueryThreadLog.cpp
QueryThreadLog.h
QueryViewsLog.cpp Move code around to avoid dlsym on Musl 2021-12-24 12:25:27 +03:00
QueryViewsLog.h
RedundantFunctionsInOrderByVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
RemoveInjectiveFunctionsVisitor.cpp
RemoveInjectiveFunctionsVisitor.h
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
replaceAliasColumnsInQuery.h
ReplaceQueryParameterVisitor.cpp
ReplaceQueryParameterVisitor.h
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp
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
RewriteFunctionToSubcolumnVisitor.cpp Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
RewriteFunctionToSubcolumnVisitor.h Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
RewriteSumIfFunctionVisitor.cpp Disable 2021-12-09 14:15:23 +03:00
RewriteSumIfFunctionVisitor.h
RowRefs.cpp
RowRefs.h remove redundant judge to make heavy map iter operation faster 2021-12-29 17:48:39 +08: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 Rename function IAccessStorage::login() -> IAccessStorage::authenticate(). 2021-12-20 21:26:27 +03:00
Session.h Fix #8340 2022-01-16 08:12:55 +03:00
SessionLog.cpp
SessionLog.h
Set.cpp
Set.h
SetVariants.cpp
SetVariants.h
sortBlock.cpp
sortBlock.h
SortedBlocksWriter.cpp
SortedBlocksWriter.h
SquashingTransform.cpp
SquashingTransform.h
StorageID.cpp
StorageID.h
SubqueryForSet.cpp
SubqueryForSet.h
SubstituteColumnOptimizer.cpp
SubstituteColumnOptimizer.h
SynonymsExtensions.cpp
SynonymsExtensions.h
SystemLog.cpp Recreate system.*_log tables in case of different engine/partition_by. 2021-11-26 10:05:20 +03:00
SystemLog.h fix hang up with command 'drop table system.query_log sync' 2022-01-12 20:23:22 +08:00
TableJoin.cpp
TableJoin.h
TableOverrideUtils.cpp Implement EXPLAIN TABLE OVERRIDE for pre-validating overrides. 2021-12-30 09:02:27 +01:00
TableOverrideUtils.h Implement EXPLAIN TABLE OVERRIDE for pre-validating overrides. 2021-12-30 09:02:27 +01:00
TablesStatus.cpp
TablesStatus.h
TextLog.cpp
TextLog.h
ThreadStatusExt.cpp Style 2021-12-09 18:24:28 +01:00
TraceLog.cpp
TraceLog.h
TranslateQualifiedNamesVisitor.cpp Remove RestoreQualifiedNamesMatcher::Data::rename (always true) 2022-01-14 11:18:52 +03:00
TranslateQualifiedNamesVisitor.h Remove RestoreQualifiedNamesMatcher::Data::rename (always true) 2022-01-14 11:18:52 +03:00
TreeCNFConverter.cpp fix typos 2021-11-26 17:47:40 +03:00
TreeCNFConverter.h Merge pull request #31896 from Algunenano/parser_deps 2021-11-27 00:18:31 +03:00
TreeOptimizer.cpp Revert "Grouping sets dev" 2021-12-25 20:30:31 +03:00
TreeOptimizer.h
TreeRewriter.cpp Merge pull request #32972 from kitaisreal/containers-iteration-fix-erase 2021-12-20 16:47:19 +03:00
TreeRewriter.h
UserDefinedExecutableFunction.cpp Updated ShellCommandSource 2021-12-28 22:55:31 +03:00
UserDefinedExecutableFunction.h Update IExternalLoadable interface 2022-01-16 00:06:10 +00:00
UserDefinedExecutableFunctionFactory.cpp UserDefinedExecutableFunction fix exception 2022-01-02 16:21:52 +03:00
UserDefinedExecutableFunctionFactory.h
UserDefinedSQLFunctionFactory.cpp
UserDefinedSQLFunctionFactory.h
UserDefinedSQLFunctionVisitor.cpp SQLUserDefinedFunctionVisitor updated exception message 2021-12-01 11:41:44 +03:00
UserDefinedSQLFunctionVisitor.h Fix recursive user defined functions crash 2021-11-25 19:03:56 +03:00
UserDefinedSQLObjectsLoader.cpp
UserDefinedSQLObjectsLoader.h
WhereConstraintsOptimizer.cpp
WhereConstraintsOptimizer.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
WindowDescription.cpp
WindowDescription.h
ZooKeeperLog.cpp
ZooKeeperLog.h