ClickHouse/dbms/src/Interpreters
Artem Zuikov eb535c4b9b
Merge pull request #3500 from 4ertus2/joins
refactoring: one place for db and table extraction from AST
2018-11-01 14:59:56 +03:00
..
ClusterProxy Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
tests unit-test for ExpressionAnalyzer [CLICKHOUSE-3996] 2018-10-19 18:33:40 +03:00
ActionLocksManager.cpp Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
ActionLocksManager.h Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
ActionsVisitor.cpp DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
ActionsVisitor.h more ExpressionAnalyzer refactoring [CLICKHOUSE-3996] 2018-10-18 18:03:14 +03:00
AddDefaultDatabaseVisitor.h one more minor fix 2018-10-24 18:41:28 +03:00
AggregateDescription.h
AggregationCommon.h Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +03:00
Aggregator.cpp fix for Decimal128 group by [issue-3378] 2018-10-15 22:14:08 +03:00
Aggregator.h fix for Decimal128 group by [issue-3378] 2018-10-15 22:14:08 +03:00
ArrayJoinedColumnsVisitor.h extract more visitors from ExpressionAnalyzer [CLICKHOUSE-3996] 2018-10-16 22:00:05 +03:00
AsynchronousMetrics.cpp CLICKHOUSE-3800: Fix naming, move compiled cache size setting to config.xml 2018-09-05 14:37:41 +03:00
AsynchronousMetrics.h
castColumn.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
castColumn.h
ClientInfo.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
ClientInfo.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
Cluster.cpp add clear error message #275 2018-10-22 15:38:04 +03:00
Cluster.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
CMakeLists.txt Internal compiler run fixes 2018-09-05 21:50:17 +03:00
Compiler.cpp Internal compiler run fixes 2018-09-05 21:50:17 +03:00
Compiler.h
config_compile.h.in Internal compiler run fixes 2018-09-05 21:50:17 +03:00
Context.cpp better code 2018-09-24 22:08:11 +03:00
Context.h better code 2018-09-24 22:08:11 +03:00
convertFieldToType.cpp Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +03:00
convertFieldToType.h
createBlockSelector.cpp
createBlockSelector.h
DatabaseAndTableWithAlias.cpp resolve review remarks 2018-11-01 14:32:44 +03:00
DatabaseAndTableWithAlias.h resolve review remarks 2018-11-01 14:32:44 +03:00
DDLWorker.cpp better fix for distributed DDL [CLICKHOUSE-4036] [CLICKHOUSE-4015] 2018-10-25 12:40:30 +03:00
DDLWorker.h better fix for distributed DDL [CLICKHOUSE-4036] [CLICKHOUSE-4015] 2018-10-25 12:40:30 +03:00
DictionaryFactory.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
DNSCacheUpdater.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
DNSCacheUpdater.h Addition to prev. revision [#CLICKHOUSE-2] 2018-05-14 22:14:37 +03:00
EmbeddedDictionaries.cpp Fixed uneven code #2032 2018-03-14 02:44:23 +03:00
EmbeddedDictionaries.h Embedded compiler fixes 2017-12-27 23:07:16 +03:00
evaluateConstantExpression.cpp Fixed bad code #2708 2018-07-28 00:33:30 +03:00
evaluateConstantExpression.h
evaluateMissingDefaults.cpp Strict order of evaluated and added columns 2018-09-20 14:16:15 +03:00
evaluateMissingDefaults.h
executeQuery.cpp move DumpASTNode to own file, style fixes [CLICKHOUSE-4001] 2018-10-09 17:32:11 +03:00
executeQuery.h
ExecuteScalarSubqueriesVisitor.cpp extract more visitors from ExpressionAnalyzer [CLICKHOUSE-3996] 2018-10-16 22:00:05 +03:00
ExecuteScalarSubqueriesVisitor.h extract more visitors from ExpressionAnalyzer [CLICKHOUSE-3996] 2018-10-16 22:00:05 +03:00
ExpressionActions.cpp Do not build compiled functions 2018-10-25 19:52:28 +03:00
ExpressionActions.h More comments. 2018-09-27 18:16:47 +03:00
ExpressionAnalyzer.cpp Merge pull request #3500 from 4ertus2/joins 2018-11-01 14:59:56 +03:00
ExpressionAnalyzer.h Merge pull request #3500 from 4ertus2/joins 2018-11-01 14:59:56 +03:00
ExpressionJIT.cpp Fix typo assignment 2018-10-12 17:52:39 +03:00
ExpressionJIT.h LLVM compiler: better exception messages [#CLICKHOUSE-2] 2018-10-11 23:31:41 +03:00
ExternalDictionaries.cpp Whitespace [#CLICKHOUSE-2] 2018-09-10 15:40:07 +03:00
ExternalDictionaries.h SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
ExternalLoader.cpp Fix join of unjoinable thread 2018-10-02 16:38:28 +03:00
ExternalLoader.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
ExternalLoaderConfigRepository.cpp CLICKHOUSE-3553 Rebuild loggers on every config change (#1973) 2018-02-28 23:34:25 +03:00
ExternalLoaderConfigRepository.h
ExternalModels.cpp
ExternalModels.h
ExternalTablesVisitor.h extract more visitors from ExpressionAnalyzer [CLICKHOUSE-3996] 2018-10-16 22:00:05 +03:00
getClusterName.cpp
getClusterName.h
GlobalSubqueriesVisitor.h remove code duplicates for creating table AST node 2018-10-31 20:31:04 +03:00
IExternalLoadable.h
IExternalLoaderConfigRepository.h Fixed style a bit [#CLICKHOUSE-2] 2018-05-07 05:01:29 +03:00
IInterpreter.h
InJoinSubqueriesPreprocessor.cpp resolve review remarks 2018-11-01 14:32:44 +03:00
InJoinSubqueriesPreprocessor.h
InternalTextLogsQueue.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
InternalTextLogsQueue.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
InterpreterAlterQuery.cpp better fix for distributed DDL [CLICKHOUSE-4036] [CLICKHOUSE-4015] 2018-10-25 12:40:30 +03:00
InterpreterAlterQuery.h save serialized commands in ReplicatedMergeTreeMutationEntry; split InterpreterAlterQuery::parseAlter() [#CLICKHOUSE-3747] 2018-06-13 17:14:08 +03:00
InterpreterCheckQuery.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
InterpreterCheckQuery.h Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-20 04:14:38 +03:00
InterpreterCreateQuery.cpp better fix for distributed DDL [CLICKHOUSE-4036] [CLICKHOUSE-4015] 2018-10-25 12:40:30 +03:00
InterpreterCreateQuery.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
InterpreterDescribeQuery.cpp encapsulate ColumnsDeclaration [#CLICKHOUSE-3241] 2018-03-13 17:41:25 +03:00
InterpreterDescribeQuery.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
InterpreterDropQuery.cpp Merge branch 'master' into CLICKHOUSE-3527 2018-09-18 21:35:54 +03:00
InterpreterDropQuery.h Fixed error with locking in InterpreterDropQuery [#CLICKHOUSE-3959] 2018-09-04 23:56:09 +03:00
InterpreterExistsQuery.cpp Merge branch 'master' into fix/ISSUES-117 2018-03-02 19:06:11 +08:00
InterpreterExistsQuery.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
InterpreterExplainQuery.cpp move DumpASTNode to own file, style fixes [CLICKHOUSE-4001] 2018-10-09 17:32:11 +03:00
InterpreterExplainQuery.h explain ast [CLICKHOUSE-4001] 2018-09-27 12:47:21 +03:00
InterpreterFactory.cpp explain ast [CLICKHOUSE-4001] 2018-09-27 12:47:21 +03:00
InterpreterFactory.h
InterpreterInsertQuery.cpp more refactoring: funcs to extract database_and_table from AST 2018-10-29 22:04:28 +03:00
InterpreterInsertQuery.h Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-19 03:45:32 +03:00
InterpreterKillQueryQuery.cpp ISSUES-2688 support on cluster for kill & optimize query 2018-07-24 22:07:13 +03:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp ISSUES-2688 support on cluster for kill & optimize query 2018-07-24 22:07:13 +03:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp better fix for distributed DDL [CLICKHOUSE-4036] [CLICKHOUSE-4015] 2018-10-25 12:40:30 +03:00
InterpreterRenameQuery.h
InterpreterSelectQuery.cpp DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
InterpreterSelectQuery.h move DumpASTNode to own file, style fixes [CLICKHOUSE-4001] 2018-10-09 17:32:11 +03:00
InterpreterSelectWithUnionQuery.cpp ISSUES-2560 fix crash when create temporary with in clause 2018-09-11 19:31:59 +08:00
InterpreterSelectWithUnionQuery.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
InterpreterSetQuery.cpp Update InterpreterSetQuery.cpp 2018-09-11 21:41:53 +03:00
InterpreterSetQuery.h
InterpreterShowCreateQuery.cpp Less dependencies [#CLICKHOUSE-2] 2018-06-05 22:46:49 +03:00
InterpreterShowCreateQuery.h Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
InterpreterShowProcesslistQuery.cpp more refactoring: funcs to extract database_and_table from AST 2018-10-29 22:04:28 +03:00
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp more refactoring: funcs to extract database_and_table from AST 2018-10-29 22:04:28 +03:00
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp CLICKHOUSE-3943: Rename FLUSH SYSTEM TABLES query to FLUSH LOGS, better tests 2018-10-09 13:05:27 +03:00
InterpreterSystemQuery.h Enabling -Wshadow [#CLICKHOUSE-2] 2018-08-27 21:05:28 +03:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h Preparations, part 2 [#CLICKHOUSE-31]. 2017-05-23 21:24:43 +03:00
interpretSubquery.cpp DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
interpretSubquery.h extract visitor from ExpressionAnalyser [CLICKHOUSE-3996] 2018-10-12 18:41:28 +03:00
InterserverIOHandler.h Let's make it fancier (function try catch block). 2018-05-25 23:38:57 +08:00
IRuntimeComponentsFactory.h
ISecurityManager.h
Join.cpp Fix joined keys from right column with left join. [#CLICKHOUSE-3994] 2018-10-02 21:16:47 +03:00
Join.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
loadMetadata.cpp Less dependencies [#CLICKHOUSE-2] 2018-06-05 22:46:49 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp minor settings changes 2018-10-19 18:42:47 +03:00
LogicalExpressionsOptimizer.h minor settings changes 2018-10-19 18:42:47 +03:00
MutationsInterpreter.cpp fix build after merge [#CLICKHOUSE-13] 2018-09-07 22:14:05 +03:00
MutationsInterpreter.h fix build after merge [#CLICKHOUSE-13] 2018-09-07 22:14:05 +03:00
NullableUtils.cpp SystemLog: execute prepareTable() on each flush 2018-03-29 16:57:16 +03:00
NullableUtils.h
PartLog.cpp Merge pull request #3128 from VadimPE/part_id_in_log 2018-09-13 21:52:52 +03:00
PartLog.h Merge pull request #3128 from VadimPE/part_id_in_log 2018-09-13 21:52:52 +03:00
PredicateExpressionsOptimizer.cpp DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
PredicateExpressionsOptimizer.h DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
ProcessList.cpp DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
ProcessList.h Fixed error #3230 2018-10-08 08:30:03 +03:00
ProfileEventsExt.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
ProfileEventsExt.h Fixed comments and docs #3241 2018-09-28 06:42:08 +03:00
ProjectionManipulation.cpp extract visitor from ExpressionAnalyser [CLICKHOUSE-3996] 2018-10-12 18:41:28 +03:00
ProjectionManipulation.h extract visitor from ExpressionAnalyser [CLICKHOUSE-3996] 2018-10-12 18:41:28 +03:00
QueryAliasesVisitor.cpp Better comment 2018-10-22 14:30:24 +03:00
QueryAliasesVisitor.h move DumpASTNode to own file, style fixes [CLICKHOUSE-4001] 2018-10-09 17:32:11 +03:00
QueryLog.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
QueryLog.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
QueryNormalizer.cpp more refactoring: funcs to extract database_and_table from AST 2018-10-29 22:04:28 +03:00
QueryNormalizer.h DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
QueryPriorities.h
QueryThreadLog.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
QueryThreadLog.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
Quota.cpp
Quota.h
RequiredSourceColumnsVisitor.h extract more visitors from ExpressionAnalyzer [CLICKHOUSE-3996] 2018-10-16 22:00:05 +03:00
RuntimeComponentsFactory.h
SecurityManager.cpp
SecurityManager.h
Set.cpp Rename WithDictionary to LowCardinality. 2018-09-28 13:44:59 +03:00
Set.h Fixed bad code #2571 2018-07-04 20:28:52 +03:00
Settings.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
Settings.h Merge branch 'master' of github.com:yandex/ClickHouse into fix_non_deterministic_compile 2018-10-25 20:01:22 +03:00
SettingsCommon.cpp CLICKHOUSE-3934 add SettingsJoinStrictness 2018-08-29 18:15:42 +03:00
SettingsCommon.h CLICKHOUSE-3934 add SettingsJoinStrictness 2018-08-29 18:15:42 +03:00
SetVariants.cpp
SetVariants.h Addition to prev. revision [#CLICKHOUSE-2] 2018-09-02 06:33:48 +03:00
sortBlock.cpp wip on finish sorting 2018-10-04 17:55:02 +03:00
sortBlock.h wip on finish sorting 2018-10-04 17:55:02 +03:00
SpecializedAggregator.h Addition to prev. revision [#CLICKHOUSE-2] 2018-09-02 07:58:55 +03:00
SystemLog.cpp [WIP] Introduced query_thread_log. [#CLICKHOUSE-2910] 2018-05-31 18:54:08 +03:00
SystemLog.h Simply Self. 2018-09-13 22:59:54 +08:00
TablesStatus.cpp
TablesStatus.h
ThreadStatusExt.cpp Fixed error #3230 2018-10-05 22:29:49 +03:00
TranslateQualifiedNamesVisitor.cpp DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
TranslateQualifiedNamesVisitor.h description for TranslateQualifiedNamesVisitor 2018-10-31 20:45:41 +03:00
Users.cpp [CLICKHOUSE-3269] rename isDigit() 2018-07-15 00:22:29 +03:00
Users.h