ClickHouse/dbms/src/Interpreters
2019-04-09 19:49:52 +03:00
..
ClusterProxy Merge pull request #4705 from 4ertus2/ast 2019-03-26 19:45:27 +03:00
tests fix pushdown & build 2019-04-09 19:49:52 +03:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsVisitor.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
ActionsVisitor.h Refactoring: extract SubqueryForSet to own files 2019-01-30 15:01:00 +03:00
AddDefaultDatabaseVisitor.h rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
addMissingDefaults.cpp
addMissingDefaults.h
AggregateDescription.h
AggregationCommon.h Hardening debug build (experimental) (#4632) 2019-03-10 06:16:51 +03:00
Aggregator.cpp Optional current_thread and memory_tracker (#4664) 2019-03-14 21:03:35 +03:00
Aggregator.h A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
Aliases.h Fix includes (#4673) 2019-03-13 16:58:04 +03:00
AnalyzedJoin.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
AnalyzedJoin.h minor refactoring 2019-02-21 22:38:12 +03:00
ArrayJoinedColumnsVisitor.h Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
AsteriskSemantic.h JoinToSubqueryTransform with short names 2019-02-20 15:12:36 +03:00
AsynchronousMetrics.cpp
AsynchronousMetrics.h
BloomFilter.cpp fix build 2019-02-26 22:37:07 +03:00
BloomFilter.h fix build 2019-02-26 22:37:07 +03:00
CancellationCode.h return CancellationCode from killMutation [#CLICKHOUSE-3912] 2019-02-05 21:09:15 +03:00
castColumn.cpp
castColumn.h
CatBoostModel.cpp Fixed bad error message #2418 2019-02-13 02:49:32 +03:00
CatBoostModel.h
ClientInfo.cpp
ClientInfo.h
Cluster.cpp
Cluster.h Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
CMakeLists.txt
ColumnNamesContext.cpp undo unneeded changes 2019-02-15 18:47:39 +03:00
ColumnNamesContext.h undo unneeded changes 2019-02-15 18:47:39 +03:00
Compiler.cpp Merge branch 'master' into global-thread-pool 2019-01-25 16:33:50 +03:00
Compiler.h
config_compile.h.in
Context.cpp Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
Context.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
convertFieldToType.cpp Updated FieldVisitor. 2019-02-11 18:46:19 +03:00
convertFieldToType.h
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
CrossToInnerJoinVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
DatabaseAndTableWithAlias.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
DatabaseAndTableWithAlias.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
DDLWorker.cpp Merge remote-tracking branch 'upstream/master' into iast-as 2019-03-12 15:51:18 +03:00
DDLWorker.h change Sream into Stream 2019-02-28 15:27:30 +08:00
DNSCacheUpdater.cpp Fixed race condition in DNSCacheUpdater 2019-04-06 04:09:15 +03:00
DNSCacheUpdater.h Fixed race condition in DNSCacheUpdater 2019-04-06 04:09:15 +03:00
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h
evaluateConstantExpression.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
evaluateConstantExpression.h
evaluateMissingDefaults.cpp
evaluateMissingDefaults.h
executeQuery.cpp const insert interpreter 2019-03-29 23:47:16 +08:00
executeQuery.h Fix old clients insert query processing with embedded data 2019-02-13 15:54:22 +03:00
ExecuteScalarSubqueriesVisitor.cpp Merge branch 'master' into ast 2019-03-18 13:36:13 +03:00
ExecuteScalarSubqueriesVisitor.h minor changes 2019-02-22 18:45:47 +03:00
ExpressionActions.cpp fix line with PVS warning 2019-03-15 21:04:30 +03:00
ExpressionActions.h Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
ExpressionAnalyzer.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
ExpressionAnalyzer.h Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
ExpressionJIT.cpp Removed unused code related to MemoryTracker 2019-04-06 01:35:56 +03:00
ExpressionJIT.h Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
ExternalDictionaries.cpp Fixed potential deadlock in ExternalDictionaries 2019-03-15 03:29:53 +03:00
ExternalDictionaries.h Fixed potential deadlock in ExternalDictionaries 2019-03-15 03:29:53 +03:00
ExternalLoader.cpp ExternalDictionaries: don't lock when checking if a dictionary is modified 2019-03-05 19:06:40 +03:00
ExternalLoader.h Fixed potential deadlock in ExternalDictionaries 2019-03-15 03:29:53 +03:00
ExternalLoaderConfigRepository.cpp
ExternalLoaderConfigRepository.h
ExternalModels.cpp
ExternalModels.h
ExternalTablesVisitor.h Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
ExtractFunctionDataVisitor.cpp ISSUES-3885 better test & fix isStateful bug 2019-01-30 12:49:00 +08:00
ExtractFunctionDataVisitor.h ISSUES-3885 better test & fix isStateful bug 2019-01-30 12:49:00 +08:00
FindIdentifierBestTableVisitor.cpp Fixed build 2019-03-04 18:53:51 +03:00
FindIdentifierBestTableVisitor.h Implement push-down inside join-statement 2019-02-26 13:56:19 +03:00
getClusterName.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
getClusterName.h
GlobalSubqueriesVisitor.h Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
IdentifierSemantic.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
IdentifierSemantic.h JoinToSubqueryTransform with short names 2019-02-20 15:12:36 +03:00
IExternalLoadable.h Avoid std::terminate when invalidate_query returned wrong resultset #4580 2019-03-04 21:19:48 +03:00
IExternalLoaderConfigRepository.h
IInterpreter.h
InDepthNodeVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
InJoinSubqueriesPreprocessor.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
InJoinSubqueriesPreprocessor.h Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterAlterQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterCheckQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterCheckQuery.h
InterpreterCreateQuery.cpp Merge branch 'master' into fix-add-materialized-column-after 2019-03-17 00:46:53 +03:00
InterpreterCreateQuery.h LowCardinality data type is production ready 2019-02-10 00:55:51 +03:00
InterpreterDescribeQuery.cpp Merge branch 'master' into fix-add-materialized-column-after 2019-03-17 00:46:53 +03:00
InterpreterDescribeQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterDropQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterDropQuery.h Merge remote-tracking branch 'upstream/master' into iast-as 2019-03-14 16:05:09 +03:00
InterpreterExistsQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterExistsQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterExplainQuery.cpp SelectQueryOptions v3 (no inheritance) 2019-03-18 15:05:51 +03:00
InterpreterExplainQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterFactory.cpp Merge branch 'master' into ast 2019-03-18 13:36:13 +03:00
InterpreterFactory.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterInsertQuery.cpp const insert interpreter 2019-03-29 23:47:16 +08:00
InterpreterInsertQuery.h const insert interpreter 2019-03-29 23:47:16 +08:00
InterpreterKillQueryQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterKillQueryQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterOptimizeQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterOptimizeQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterRenameQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterRenameQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterSelectQuery.cpp fix use after move 2019-04-09 17:59:06 +03:00
InterpreterSelectQuery.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
InterpreterSelectWithUnionQuery.cpp SelectQueryOptions v3 (no inheritance) 2019-03-18 15:05:51 +03:00
InterpreterSelectWithUnionQuery.h SelectQueryOptions v3 (no inheritance) 2019-03-18 15:05:51 +03:00
InterpreterSetQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterSetQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterShowCreateQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterShowCreateQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterShowTablesQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterShowTablesQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterSystemQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterSystemQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterUseQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterUseQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
interpretSubquery.cpp fix use after move 2019-04-09 17:59:06 +03:00
interpretSubquery.h
InterserverIOHandler.h
IRuntimeComponentsFactory.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
IUsersManager.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
Join.cpp remove the list lookup and prevent the global lock 2019-04-05 18:59:48 +01:00
Join.h remove the list lookup and prevent the global lock 2019-04-05 18:59:48 +01:00
JoinToSubqueryTransformVisitor.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
JoinToSubqueryTransformVisitor.h Asterisks for multiple joins CLICKHOUSE-4372 2019-04-03 19:06:05 +03:00
loadMetadata.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
LogicalExpressionsOptimizer.h Replace all other casts to method IAST::As<Derived> 2019-03-11 15:49:39 +03:00
MutationsInterpreter.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
MutationsInterpreter.h
NullableUtils.cpp
NullableUtils.h
OptimizeIfWithConstantConditionVisitor.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
OptimizeIfWithConstantConditionVisitor.h minor change - add Aliases.h 2019-01-25 14:43:19 +03:00
PartLog.cpp Fixed TSan report on shutdown 2019-03-21 22:22:38 +03:00
PartLog.h
PredicateExpressionsOptimizer.cpp fix pushdown & build 2019-04-09 19:49:52 +03:00
PredicateExpressionsOptimizer.h fix pushdown & build 2019-04-09 19:49:52 +03:00
PreparedSets.h
ProcessList.cpp Move Interpreters/Settings* -> Core/Settings* 2019-03-22 15:08:30 +03:00
ProcessList.h Removed duplicate includes 2019-02-10 20:12:22 +03:00
ProfileEventsExt.cpp
ProfileEventsExt.h
QueryAliasesVisitor.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
QueryAliasesVisitor.h minor changes 2019-02-22 18:45:47 +03:00
QueryLog.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
QueryLog.h
QueryNormalizer.cpp fix use after move 2019-04-09 17:59:06 +03:00
QueryNormalizer.h move asterisks extraction to TranslateQualifiedNamesVisitor (before column names normalisation) 2019-02-11 17:19:09 +03:00
QueryPriorities.h Miscellaneous [#CLICKHOUSE-2] 2019-01-02 09:44:36 +03:00
QueryThreadLog.cpp
QueryThreadLog.h
Quota.cpp
Quota.h
RequiredSourceColumnsVisitor.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
RequiredSourceColumnsVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
RowRefs.cpp remove the list lookup and prevent the global lock 2019-04-05 18:59:48 +01:00
RowRefs.h move the sorted atomic bool first in the class 2019-04-05 21:22:57 +01:00
RuntimeComponentsFactory.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
SelectQueryOptions.h fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +03:00
Set.cpp Removed "assumeMutable" usage in one case 2019-03-29 17:17:29 +03:00
Set.h Removed "assumeMutable" usage in one case 2019-03-29 17:17:29 +03:00
SetVariants.cpp
SetVariants.h A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
sortBlock.cpp Cleanups #4246 2019-02-10 18:17:45 +03:00
sortBlock.h Cleanups #4246 2019-02-10 18:17:45 +03:00
SpecializedAggregator.h Refactor ColumnsHashing 2019-02-01 11:23:38 +03:00
SubqueryForSet.cpp Refactoring: extract SubqueryForSet to own files 2019-01-30 15:01:00 +03:00
SubqueryForSet.h Refactoring: extract SubqueryForSet to own files 2019-01-30 15:01:00 +03:00
SyntaxAnalyzer.cpp rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
SyntaxAnalyzer.h fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +03:00
SystemLog.cpp Fixed TSan report on shutdown 2019-03-21 22:22:38 +03:00
SystemLog.h Fixed TSan report on shutdown 2019-03-21 22:22:38 +03:00
TablesStatus.cpp
TablesStatus.h
ThreadStatusExt.cpp Optional current_thread and memory_tracker (#4664) 2019-03-14 21:03:35 +03:00
TranslateQualifiedNamesVisitor.cpp fix use after move 2019-04-09 17:59:06 +03:00
TranslateQualifiedNamesVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
Users.cpp Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
Users.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
UsersManager.cpp Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00
UsersManager.h Minimal implementation of row-level security CLICKHOUSE-4315 (#4792) 2019-03-29 23:31:06 +03:00