ClickHouse/dbms/src/Interpreters
2019-06-15 21:22:28 -04:00
..
ClusterProxy Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
tests partially fix distributed_product_mode=local 2019-04-11 22:29:28 +03:00
ActionLocksManager.cpp
ActionLocksManager.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
ActionsVisitor.cpp Add function ignoreExceptNull to meet nullable functionIn's requirement for optimization of analyse. 2019-05-07 13:20:23 +08:00
ActionsVisitor.h
AddDefaultDatabaseVisitor.h rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
addMissingDefaults.cpp
addMissingDefaults.h
AggregateDescription.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
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 Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
Aliases.h Fix includes (#4673) 2019-03-13 16:58:04 +03:00
AnalyzedJoin.cpp fix perf regression: do not add right join key to result if possible 2019-05-13 21:58:15 +03:00
AnalyzedJoin.h fix perf regression: do not add right join key to result if possible 2019-05-13 21:58:15 +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 DEVTOOLS-5170 Delete Y_IGNORE markers (#5533) 2019-06-05 14:52:39 +03:00
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
castColumn.cpp
castColumn.h
CatBoostModel.cpp Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
CatBoostModel.h Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
ClientInfo.cpp
ClientInfo.h Do not send queries to leader replica received from DDLWorker 2019-04-12 14:06:05 +03:00
Cluster.cpp Removed strange quoting style like `this'. See https://english.stackexchange.com/questions/17695/any-reference-on-the-usage-of-a-backtick-and-single-quotation-mark-like-this 2019-06-15 15:06:22 +03:00
Cluster.h Resolved some of PVS-Studio warnings 2019-04-22 19:07:09 +03:00
CMakeLists.txt Allow to use internal compiler with system includes (fix compile for freebsd) (#5447) 2019-05-30 15:58:15 +03:00
ColumnNamesContext.cpp fix perf regression: do not add right join key to result if possible 2019-05-13 21:58:15 +03:00
ColumnNamesContext.h fix perf regression: do not add right join key to result if possible 2019-05-13 21:58:15 +03:00
Compiler.cpp fix compilation in clickhouse 2019-04-14 13:37:25 +03:00
Compiler.h
config_compile.h.in Allow to use internal compiler with system includes (fix compile for freebsd) (#5447) 2019-05-30 15:58:15 +03:00
Context.cpp Merge pull request #5567 from vitlibar/really-lazy-dictionary-load 2019-06-15 22:15:53 +03:00
Context.h Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
convertFieldToType.cpp add decimal to decimal convertion in IN 2019-05-20 18:51:54 +03:00
convertFieldToType.h
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Update CrossToInnerJoinVisitor.cpp 2019-05-25 14:05:12 +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 make isSupportedAlterType better 2019-06-14 11:06:08 +08: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 CLICKHOUSE-4523 Fix "Column '0' already exists" in SELECT .. PREWHERE on column with DEFAULT (#5397) 2019-05-25 14:03:12 +03:00
evaluateMissingDefaults.h
executeQuery.cpp Progress rename for total_rows and write_[rows|bytes] 2019-05-20 18:37:41 +07:00
executeQuery.h Added forward declarations 2019-05-25 17:15:22 +03:00
ExecuteScalarSubqueriesVisitor.cpp Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +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 Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
ExpressionAnalyzer.cpp Update ExpressionAnalyzer.cpp 2019-05-25 13:51:48 +03:00
ExpressionAnalyzer.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
ExpressionJIT.cpp DEVTOOLS-5170 Delete Y_IGNORE markers (#5533) 2019-06-05 14:52:39 +03:00
ExpressionJIT.h
ExternalDictionaries.cpp Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
ExternalDictionaries.h Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
ExternalLoader.cpp Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
ExternalLoader.h Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
ExternalLoaderConfigRepository.cpp
ExternalLoaderConfigRepository.h Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
ExternalModels.cpp Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
ExternalModels.h Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
ExternalTablesVisitor.h Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
ExtractFunctionDataVisitor.cpp
ExtractFunctionDataVisitor.h
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 global join: fix wrong name qualification (save replaced table name as alias) 2019-04-10 20:41:19 +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.cpp Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
IExternalLoadable.h Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
IExternalLoaderConfigRepository.h
IInterpreter.h
InDepthNodeVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
InJoinSubqueriesPreprocessor.cpp partially fix distributed_product_mode=local 2019-04-11 22:29:28 +03:00
InJoinSubqueriesPreprocessor.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp * Moving uexpect.py so that it can be found 2019-06-10 22:22:53 -04: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 Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
InterpreterCreateQuery.cpp Merge branch 'master' of https://github.com/vzakaznikov/ClickHouse into liveview 2019-06-15 21:22:28 -04:00
InterpreterCreateQuery.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
InterpreterDescribeQuery.cpp TTL for columns and tables (#4212) 2019-04-15 12:30:45 +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 * Adding other changes to support LIVE VIEWs 2019-05-28 17:17:48 -04: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 Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +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 Namespace comments are unneeded according to the code style. 2019-06-13 13:43:37 +03:00
InterpreterSelectQuery.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
InterpreterSelectWithUnionQuery.cpp fix union all supertype column 2019-05-31 15:36:44 +03:00
InterpreterSelectWithUnionQuery.h SelectQueryOptions v3 (no inheritance) 2019-03-18 15:05:51 +03:00
InterpreterSetQuery.cpp Refactoring of Settings based on new template class SettingsCollection. 2019-04-26 19:11:05 +03:00
InterpreterSetQuery.h Refactoring of Settings based on new template class SettingsCollection. 2019-04-26 19:11:05 +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 Dictionaries can be loaded in parallel. 2019-06-14 22:18:47 +03:00
InterpreterSystemQuery.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +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
InterpreterWatchQuery.cpp * Adding support for CREATE TEMPORARY LIVE VIEW 2019-05-30 17:29:30 -04:00
InterpreterWatchQuery.h * Work in progress to redo live view implementation to be less invasive 2019-05-26 18:03:30 -04:00
interpretSubquery.cpp fix use after move 2019-04-09 17:59:06 +03:00
interpretSubquery.h
InterserverIOHandler.h Miscellaneous [#CLICKHOUSE-2] 2019-01-02 09:44:36 +03:00
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 batched version of RowRefList 2019-05-14 17:40:43 +03:00
Join.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
JoinToSubqueryTransformVisitor.cpp Merge pull request #4952 from 4ertus2/ast 2019-04-11 13:38:44 +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 Removed strange quoting style like `this'. See https://english.stackexchange.com/questions/17695/any-reference-on-the-usage-of-a-backtick-and-single-quotation-mark-like-this 2019-06-15 15:06:22 +03:00
MutationsInterpreter.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
NullableUtils.cpp
NullableUtils.h
OptimizeIfWithConstantConditionVisitor.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
OptimizeIfWithConstantConditionVisitor.h
PartLog.cpp Fixed TSan report on shutdown 2019-03-21 22:22:38 +03:00
PartLog.h
PredicateExpressionsOptimizer.cpp Namespace comments are unneeded according to the code style. 2019-06-13 13:43:37 +03:00
PredicateExpressionsOptimizer.h Enable predicate push-down optimization by default. (#4846) 2019-04-18 13:39:25 +03:00
PreparedSets.h Update PreparedSets.h 2019-04-30 17:46:17 +03:00
ProcessList.cpp coding style 2019-05-21 11:06:36 +07:00
ProcessList.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +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 Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log 2019-06-15 17:20:32 +03:00
QueryLog.h
QueryNormalizer.cpp fix use after move 2019-04-09 17:59:06 +03:00
QueryNormalizer.h
QueryPriorities.h
QueryThreadLog.cpp Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log 2019-06-15 17:20:32 +03:00
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 Namespace comments are unneeded according to the code style. 2019-06-13 13:43:37 +03:00
RowRefs.h batched version of RowRefList 2019-05-14 17:40:43 +03: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
SettingsConstraints.cpp Get rid of thread_local in SettingsConstraints.cpp 2019-04-30 17:09:10 +03:00
SettingsConstraints.h Get rid of thread_local in SettingsConstraints.cpp 2019-04-30 17:09:10 +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
sortBlock.h
SpecializedAggregator.h
SubqueryForSet.cpp
SubqueryForSet.h
SyntaxAnalyzer.cpp Namespace comments are unneeded according to the code style. 2019-06-13 13:43:37 +03:00
SyntaxAnalyzer.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +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 coding style 2019-05-21 11:06:36 +07:00
TranslateQualifiedNamesVisitor.cpp fix use after move 2019-04-09 17:59:06 +03:00
TranslateQualifiedNamesVisitor.h Enable predicate push-down optimization by default. (#4846) 2019-04-18 13:39:25 +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