ClickHouse/dbms/src/Interpreters
2019-11-01 11:32:41 +03:00
..
ClusterProxy Fixed compatibility for distributed queries between 19.14 and earlier versions #7068 2019-09-23 22:22:28 +03:00
tests Do not use iterators in find() and emplace() methods of hash tables. 2019-09-24 17:44:35 +03:00
ActionLocksManager.cpp Add system stop moves query 2019-09-03 17:50:49 +03:00
ActionLocksManager.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
ActionsVisitor.cpp minor changes 2019-08-15 17:22:33 +03:00
ActionsVisitor.h minor changes 2019-08-15 17:22:33 +03:00
AddDefaultDatabaseVisitor.h rewrite ASTSelectQuery (consistent children) 2019-04-09 17:22:35 +03:00
addMissingDefaults.cpp CLICKHOUSE-4127: Convert destination table's data when reading from 2018-11-27 03:43:58 +03:00
addMissingDefaults.h CLICKHOUSE-4127: Convert destination table's data when reading from 2018-11-27 03:43:58 +03:00
addTypeConversionToAST.cpp Merging 2019-06-16 19:47:47 +03:00
addTypeConversionToAST.h Added missing files 2019-06-14 22:39:56 +03:00
AggregateDescription.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
AggregationCommon.h Addition to prev. revision 2019-08-21 08:47:09 +03:00
Aggregator.cpp Build fixes (#7063) 2019-10-05 22:25:31 +03:00
Aggregator.h refactoring: remove copy-paste 2019-10-01 21:51:33 +03:00
Aliases.h Fix includes (#4673) 2019-03-13 16:58:04 +03:00
AnalyzedJoin.cpp simplify pmj settings 2019-09-30 17:36:45 +03:00
AnalyzedJoin.h partial_merge_join_optimisations -> partial_merge_join_optimizations 2019-09-27 15:25:02 +03:00
ArrayJoinedColumnsVisitor.h Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
AsteriskSemantic.h Rename files 2019-07-21 20:03:58 +03:00
AsynchronousMetrics.cpp impr Lazy database 2019-10-01 15:44:17 +03:00
AsynchronousMetrics.h Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
BloomFilter.cpp Blocked "nested-array-type" for the bloom_filter 2019-10-18 11:55:01 +09:00
BloomFilter.h Made bloom_filter type of index supporting LowCardinality and Nullable 2019-10-16 15:22:56 +09:00
BloomFilterHash.h Simplified code. 2019-11-01 11:32:41 +03:00
CancellationCode.h return CancellationCode from killMutation [#CLICKHOUSE-3912] 2019-02-05 21:09:15 +03:00
castColumn.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
castColumn.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 06:52:33 +03:00
CatBoostModel.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CatBoostModel.h Remove unnecessary try-catch in the constructors of classes derived from IExternalLoadable. 2019-07-17 11:39:36 +03:00
ClientInfo.cpp Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
ClientInfo.h Do not send queries to leader replica received from DDLWorker 2019-04-12 14:06:05 +03:00
Cluster.cpp Post-PR fixes 2019-09-05 13:35:36 +03:00
Cluster.h Allowed unresolvable addresses in cluster configuration #5714 2019-07-08 04:43:41 +03:00
CMakeLists.txt Remove Compiler 2019-08-24 00:10:26 +03:00
CollectJoinOnKeysVisitor.cpp support ASOF JOIN ON syntax 2019-07-29 17:58:36 +03:00
CollectJoinOnKeysVisitor.h try remove some PVS errors 2019-09-30 18:45:53 +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 Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
Context.cpp Preparation for AST configurations for external dictionaries 2019-09-30 19:12:08 +03:00
Context.h allow query parameters in Values 2019-10-02 22:54:40 +03:00
convertFieldToType.cpp Branch refactoring. 2019-09-17 11:17:46 +03:00
convertFieldToType.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
createBlockSelector.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
createBlockSelector.h Better [#CLICKHOUSE-2]. 2017-12-02 00:13:25 +03:00
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 better includes 2019-09-04 13:15:34 +03:00
DatabaseAndTableWithAlias.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
DDLWorker.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
DDLWorker.h Execute some distributed DDL queries on leader 2019-06-26 17:52:20 +03:00
DNSCacheUpdater.cpp Allow time drift in DNSCacheUpdater for natural randomization 2019-07-05 16:20:21 +03:00
DNSCacheUpdater.h Allow time drift in DNSCacheUpdater for natural randomization 2019-07-05 16:20:21 +03:00
EmbeddedDictionaries.cpp Remove redundant classes 2019-09-26 19:12:15 +03:00
EmbeddedDictionaries.h Remove redundant classes 2019-09-26 19:12:15 +03:00
evaluateConstantExpression.cpp Update evaluateConstantExpression.cpp 2019-09-29 01:12:29 +03:00
evaluateConstantExpression.h Explicitly include <optional> for clang-6.0 2018-12-19 16:57:55 +03:00
evaluateMissingDefaults.cpp refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer 2019-08-09 17:50:04 +03:00
evaluateMissingDefaults.h send defaults via serialized ColumnsDescription CLICKHOUSE-3578 2018-12-04 23:03:04 +03:00
executeQuery.cpp Merge branch 'master' into processors-2 2019-09-12 16:28:51 +03:00
executeQuery.h Add allow_processors flag to executeQuery. 2019-09-02 18:19:01 +03:00
ExecuteScalarSubqueriesVisitor.cpp Fixes for #5331 2019-06-14 20:15:30 +03:00
ExecuteScalarSubqueriesVisitor.h minor changes 2019-02-22 18:45:47 +03:00
ExpressionActions.cpp fix use after free (change Join <-> AnalyzedJoin ownership) 2019-09-16 15:37:46 +03:00
ExpressionActions.h fix use after free (change Join <-> AnalyzedJoin ownership) 2019-09-16 15:37:46 +03:00
ExpressionAnalyzer.cpp Update ExpressionAnalyzer.cpp 2019-10-05 22:34:57 +03:00
ExpressionAnalyzer.h InterpreterSelectQuery: reuse actions from getSampleBlock in readImpl. 2019-10-03 14:58:52 +03:00
ExpressionJIT.cpp Build fixes (#7063) 2019-10-05 22:25:31 +03:00
ExpressionJIT.h Split Common/config.h by libs (dbms) (#5715) 2019-06-24 14:17:15 +03:00
ExternalDictionariesLoader.cpp Preparation for AST configurations for external dictionaries 2019-09-30 19:12:08 +03:00
ExternalDictionariesLoader.h Preparation for AST configurations for external dictionaries 2019-09-30 19:12:08 +03:00
ExternalLoader.cpp Return getUpdateTime method to interface 2019-10-01 11:58:47 +03:00
ExternalLoader.h Preparation for AST configurations for external dictionaries 2019-09-30 19:12:08 +03:00
ExternalLoaderXMLConfigRepository.cpp Return getUpdateTime method to interface 2019-10-01 11:58:47 +03:00
ExternalLoaderXMLConfigRepository.h Return getUpdateTime method to interface 2019-10-01 11:58:47 +03:00
ExternalModelsLoader.cpp Preparation for AST configurations for external dictionaries 2019-09-30 19:12:08 +03:00
ExternalModelsLoader.h Preparation for AST configurations for external dictionaries 2019-09-30 19:12:08 +03:00
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
FillingRow.cpp fix build 2019-09-03 13:07:31 +03:00
FillingRow.h fix build 2019-09-03 13:07:31 +03: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
GetAggregatesVisitor.h move getAggregates() into SyntaxAnalyzer 2019-08-13 15:39:03 +03:00
getClusterName.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
getClusterName.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
GlobalSubqueriesVisitor.h Use existing alias as external table name 2019-09-13 16:25:24 +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 Remove runtime factory and remove one redundant object 2019-09-26 13:08:38 +03:00
IExternalLoadable.h Remove runtime factory and remove one redundant object 2019-09-26 13:08:38 +03:00
IExternalLoaderConfigRepository.h Return getUpdateTime method to interface 2019-10-01 11:58:47 +03:00
IInterpreter.h QueryPipeline [in progress]. 2019-04-03 13:14:36 +03:00
IJoin.h fix partial merge join with totals 2019-09-23 17:37:42 +03:00
InDepthNodeVisitor.h visitor for JOIN ON keys extraction 2019-07-23 22:49:15 +03:00
InJoinSubqueriesPreprocessor.cpp partially fix distributed_product_mode=local 2019-04-11 22:29:28 +03:00
InJoinSubqueriesPreprocessor.h adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
InternalTextLogsQueue.cpp bugfix client logs + some tests 2019-07-10 16:15:22 +03:00
InternalTextLogsQueue.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
InterpreterAlterQuery.cpp Remove two redundant arguments from alter 2019-08-26 17:50:34 +03:00
InterpreterAlterQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterCheckQuery.cpp Fix style 2019-07-16 13:50:59 +03:00
InterpreterCheckQuery.h Add settings for check query backward compatibility 2019-07-16 13:19:37 +03:00
InterpreterCreateQuery.cpp Include FieldVisitors.h in less files. 2019-10-07 20:23:05 +03:00
InterpreterCreateQuery.h Merging CONSTRAINTS support 2019-08-25 00:20:20 +03:00
InterpreterDescribeQuery.cpp Fixed possible deadlock in distributed queries 2019-08-31 15:18:14 +03:00
InterpreterDescribeQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterDropQuery.cpp impr Lazy database 2019-10-01 15:44:17 +03:00
InterpreterDropQuery.h Merge remote-tracking branch 'upstream/master' into iast-as 2019-03-14 16:05:09 +03:00
InterpreterExistsQuery.cpp Add show create dictionary 2019-10-08 15:34:04 +03:00
InterpreterExistsQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterExplainQuery.cpp Include Field.h in less files. 2019-10-08 16:23:24 +03:00
InterpreterExplainQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterFactory.cpp Add show create dictionary 2019-10-08 15:34:04 +03:00
InterpreterFactory.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterInsertQuery.cpp Use header in native format created in InterpreterSelectQuery. Fill missed columns in Native format. 2019-09-10 19:31:41 +03:00
InterpreterInsertQuery.h Don't interrupt copyData() used inside Kafka materialized views (#6597) 2019-08-29 18:36:07 +03:00
InterpreterKillQueryQuery.cpp Add allow_processors flag to executeQuery. 2019-09-02 18:19:01 +03:00
InterpreterKillQueryQuery.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
InterpreterOptimizeQuery.cpp Attempt to fix deadlock 2019-08-20 04:24:53 +03:00
InterpreterOptimizeQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterRenameQuery.cpp Avoid deadlock in multiple tables RENAME 2019-08-31 13:37:28 +03:00
InterpreterRenameQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterSelectQuery.cpp Merge branch 'master' into issue-6615 2019-10-07 22:12:25 +03:00
InterpreterSelectQuery.h Merge branch 'master' into issue-6615 2019-10-07 22:12:25 +03:00
InterpreterSelectWithUnionQuery.cpp Merged with master. 2019-06-25 20:00:54 +03:00
InterpreterSelectWithUnionQuery.h Fix tests. 2019-08-09 16:37:42 +03:00
InterpreterSetQuery.cpp Checking updatable for user settings 2019-08-07 19:13:28 +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 more refactoring: funcs to extract database_and_table from AST 2018-10-29 22:04:28 +03:00
InterpreterShowProcesslistQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterShowTablesQuery.cpp Add LIMIT clause to SHOW queries 2019-09-15 19:07:27 +03:00
InterpreterShowTablesQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterSystemQuery.cpp Rename ExternalDictionaries to ExternalDictionariesLoader 2019-09-26 13:41:33 +03:00
InterpreterSystemQuery.h Rename system sync distributed to system flush distributed 2019-05-29 10:43:52 +08: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 Added experimental setting for LIVE VIEWs 2019-08-23 02:46:40 +03: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 some more ExpressionAnalyzer refactoring 2019-09-04 19:20:02 +03:00
interpretSubquery.h extract visitor from ExpressionAnalyser [CLICKHOUSE-3996] 2018-10-12 18:41:28 +03:00
InterserverIOHandler.h Miscellaneous [#CLICKHOUSE-2] 2019-01-02 09:44:36 +03:00
join_common.cpp implement MergeJoin.joinTotals() 2019-09-19 17:53:03 +03:00
join_common.h implement MergeJoin.joinTotals() 2019-09-19 17:53:03 +03:00
Join.cpp implement MergeJoin.joinTotals() 2019-09-19 17:53:03 +03:00
Join.h fix use after free (change Join <-> AnalyzedJoin ownership) 2019-09-16 15:37:46 +03:00
joinDispatch.h Update joinDispatch.h 2019-07-03 01:55:36 +03:00
JoinToSubqueryTransformVisitor.cpp fix multiple joins aliasing for order by and group by 2019-09-20 19:01:19 +03:00
JoinToSubqueryTransformVisitor.h Asterisks for multiple joins CLICKHOUSE-4372 2019-04-03 19:06:05 +03:00
loadMetadata.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
loadMetadata.h Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
LogicalExpressionsOptimizer.cpp Make settings values atomic to avoid race conditions 2019-08-08 22:29:56 +03:00
LogicalExpressionsOptimizer.h Make settings values atomic to avoid race conditions 2019-08-08 22:29:56 +03:00
MergeJoin.cpp partial_merge_join_optimisations -> partial_merge_join_optimizations 2019-09-27 15:25:02 +03:00
MergeJoin.h pmj skip not intersected optimisation 2019-09-23 22:36:47 +03:00
MetricLog.cpp Fix osx build 2019-09-21 21:30:01 +03:00
MetricLog.h Rectification of MetricLog: simplified code 2019-08-18 03:34:23 +03:00
MutationsInterpreter.cpp Merge pull request #6205 from zhang2014/fix/some_mutation 2019-09-03 14:33:20 +03:00
MutationsInterpreter.h fix test failure 2019-08-29 11:34:00 +08:00
NullableUtils.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
NullableUtils.h join right table nulls 2019-07-03 22:06:34 +03:00
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 Add protocol version to cookies 2019-09-06 15:18:56 +03:00
PartLog.h Add moves to part log 2019-09-03 14:32:25 +03:00
PredicateExpressionsOptimizer.cpp Update PredicateExpressionsOptimizer.cpp 2019-07-25 04:04:03 +03:00
PredicateExpressionsOptimizer.h Changed repository URL 2019-09-23 19:18:19 +03:00
PreparedSets.h Update PreparedSets.h 2019-04-30 17:46:17 +03:00
ProcessList.cpp Add "os_thread_ids" column to system tables 2019-09-01 00:47:15 +03:00
ProcessList.h Add "os_thread_ids" column to system tables 2019-09-01 00:47:15 +03:00
ProfileEventsExt.cpp Addition to Amos Bird changes #3920 2019-01-08 13:07:33 +03:00
ProfileEventsExt.h Fixed comments and docs #3241 2018-09-28 06:42:08 +03:00
QueryAliasesVisitor.cpp move prefer_alias_to_column_name logic out of parser 2019-07-22 22:21:07 +03:00
QueryAliasesVisitor.h Review fixes. 2019-08-19 21:10:40 +03:00
QueryLog.cpp Add "os_thread_ids" column to system tables 2019-09-01 00:47:15 +03:00
QueryLog.h Use proper types for Field. 2019-10-02 16:48:26 +03:00
QueryNormalizer.cpp better includes 2019-09-04 13:15:34 +03:00
QueryNormalizer.h Added more comments. Fix operator== in ExpressionActions. 2019-08-15 12:51:53 +03:00
QueryPriorities.h Fixed wrong code in QueryPriorities 2019-07-02 23:21:31 +03:00
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 Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
Quota.cpp Miscellaneous [#CLICKHOUSE-2] 2019-01-02 09:44:36 +03:00
Quota.h Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
ReplaceQueryParameterVisitor.cpp Merging 2019-06-16 20:32:37 +03:00
ReplaceQueryParameterVisitor.h Fixing query parameters 2019-06-15 20:52:53 +03:00
RequiredSourceColumnsVisitor.cpp refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer 2019-08-09 17:50:04 +03:00
RequiredSourceColumnsVisitor.h refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer 2019-08-09 17:50:04 +03:00
RowRefs.cpp Namespace comments are unneeded according to the code style. 2019-06-13 13:43:37 +03:00
RowRefs.h Changed repository URL 2019-09-23 19:18:19 +03:00
SelectQueryOptions.h fix ignore_limits option 2019-06-18 01:07:16 +03:00
Set.cpp Fix types for set elements. 2019-10-31 19:14:06 +03:00
Set.h Fix types for set elements. 2019-10-31 19:14:06 +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 Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
SetVariants.h Include Field.h in less files. 2019-10-08 16:23:24 +03: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
SubqueryForSet.cpp MergeJoin in progress 2019-09-09 22:43:37 +03:00
SubqueryForSet.h MergeJoin in progress 2019-09-09 22:43:37 +03:00
SyntaxAnalyzer.cpp Merge branch 'master' into issue-6615 2019-10-07 22:12:25 +03:00
SyntaxAnalyzer.h Optimize empty IN subquery and empty INNER/RIGHT JOIN. 2019-09-27 19:06:20 +08:00
SystemLog.cpp changes after review 2019-08-14 15:54:41 +03:00
SystemLog.h Include FieldVisitors.h in less files. 2019-10-07 20:23:05 +03:00
TablesStatus.cpp PR fixes [#CLICKHOUSE-2141] 2017-04-20 17:04:38 +03:00
TablesStatus.h Failover if the needed table is missing on remote server [#CLICKHOUSE-2141] 2017-04-20 19:19:30 +03:00
TextLog.cpp Change logger_name column in text_log to LowCardinality #6037 2019-08-13 02:47:15 +03:00
TextLog.h nothing interesting 2019-07-24 11:26:23 +03:00
ThreadStatusExt.cpp Add "os_thread_ids" column to system tables 2019-09-01 00:47:15 +03:00
TraceLog.cpp Added information about revision to trace log 2019-07-24 23:12:32 +03:00
TraceLog.h Remove excessive includes. 2019-09-30 15:31:14 +03:00
TranslateQualifiedNamesVisitor.cpp Fixed unpleasant code #6401 2019-08-08 23:02:30 +03:00
TranslateQualifiedNamesVisitor.h restore cropped names in JOIN ON section for distributed queries 2019-07-26 20:43:42 +03:00
Users.cpp Fix typo 2019-09-15 01:56:37 +03:00
Users.h Fix typo 2019-09-15 01:55:22 +03:00
UsersManager.cpp Cosmetic and remove documentation 2019-09-13 10:26:04 +02:00
UsersManager.h Remove redundant classes 2019-09-26 19:12:15 +03:00