ClickHouse/dbms/src/Interpreters
2019-02-06 21:33:29 +03:00
..
ClusterProxy Fix bug with wrong user restrictions in remote table func 2019-01-09 15:21:04 +03:00
tests Merge pull request #4231 from fandyushin/queryid 2019-02-02 17:38:13 +03:00
ActionLocksManager.cpp Miscellaneous [#CLICKHOUSE-2] 2019-01-02 09:44:36 +03:00
ActionLocksManager.h Add query ALTER TABLE t1 [REPLACE|ATTACH] PARTITION FROM t2 2018-05-21 16:49:54 +03:00
ActionsVisitor.cpp produce hints for typo functions and types 2019-02-02 17:54:50 +03:00
ActionsVisitor.h Refactoring: extract SubqueryForSet to own files 2019-01-30 15:01:00 +03:00
AddDefaultDatabaseVisitor.h add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +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
AggregateDescription.h
AggregationCommon.h Fixed UB #3926 2018-12-26 07:32:58 +03:00
Aggregator.cpp Merged with master. 2019-02-01 11:36:57 +03:00
Aggregator.h Merged with master 2019-01-29 15:25:19 +03:00
Aliases.h minor change - add Aliases.h 2019-01-25 14:43:19 +03:00
AnalyzedJoin.cpp move required right keys calculation to Join.cpp 2019-01-30 18:51:39 +03:00
AnalyzedJoin.h move required right keys calculation to Join.cpp 2019-01-30 18:51:39 +03:00
ArrayJoinedColumnsVisitor.h add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
AsynchronousMetrics.cpp Trying to remove redundant objects from CompiledExpressionsCache (LLVMFunction), also remove CompiledExpressionsCacheBytes metric because it's not connected with real size 2019-01-12 00:16:49 +03:00
AsynchronousMetrics.h Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
castColumn.cpp
castColumn.h
CatBoostModel.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
CatBoostModel.h Support multiclass models for CatBoost. 2018-12-28 21:08:32 +03:00
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 Miscellaneous #3726 2019-01-21 22:45:26 +03:00
Cluster.h Miscellaneous #3726 2019-01-21 22:45:26 +03:00
CMakeLists.txt Internal compiler run fixes 2018-09-05 21:50:17 +03:00
ColumnNamesContext.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
ColumnNamesContext.h helpers for ASTIdentifier (hide semantic and casts) 2019-01-14 21:15:04 +03:00
Compiler.cpp Merge branch 'master' into global-thread-pool 2019-01-25 16:33:50 +03:00
Compiler.h Attempt to implemnt global thread pool #4018 2019-01-11 22:12:36 +03:00
config_compile.h.in Internal compiler run fixes 2018-09-05 21:50:17 +03:00
Context.cpp System logs: simplification 2019-02-06 21:33:29 +03:00
Context.h System logs: simplification 2019-02-06 21:33:29 +03:00
convertFieldToType.cpp IPv4 and IPv6 Domain implementation. 2019-02-04 12:37:46 +03:00
convertFieldToType.h
createBlockSelector.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
createBlockSelector.h
CrossToInnerJoinVisitor.cpp CROSS to INNER JOIN (analyze expressions) 2019-02-04 21:45:31 +03:00
CrossToInnerJoinVisitor.h CROSS JOIN to INNER JOIN converter 2019-02-01 19:36:40 +03:00
DatabaseAndTableWithAlias.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
DatabaseAndTableWithAlias.h CROSS JOIN to INNER JOIN converter 2019-02-01 19:36:40 +03:00
DDLWorker.cpp Merge pull request #4231 from fandyushin/queryid 2019-02-02 17:38:13 +03:00
DDLWorker.h Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
DNSCacheUpdater.cpp Move processing pool to ternary logic 2018-12-26 20:03:29 +03:00
DNSCacheUpdater.h Move processing pool to ternary logic 2018-12-26 20:03:29 +03:00
EmbeddedDictionaries.cpp Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
EmbeddedDictionaries.h Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
evaluateConstantExpression.cpp minor SyntaxAnalyzer refactoring 2019-01-09 19:16:59 +03:00
evaluateConstantExpression.h Explicitly include <optional> for clang-6.0 2018-12-19 16:57:55 +03:00
evaluateMissingDefaults.cpp minor SyntaxAnalyzer refactoring 2019-01-09 19:16:59 +03:00
evaluateMissingDefaults.h send defaults via serialized ColumnsDescription CLICKHOUSE-3578 2018-12-04 23:03:04 +03:00
executeQuery.cpp CROSS to INNER JOIN (analyze expressions) 2019-02-04 21:45:31 +03:00
executeQuery.h Added Query-Id to http response header 2019-02-02 15:24:26 +03:00
ExecuteScalarSubqueriesVisitor.cpp minor improvements and fix 2019-01-16 21:38:19 +03:00
ExecuteScalarSubqueriesVisitor.h ExecuteScalarSubqueriesVisitor (move code from h to cpp) 2018-12-10 16:19:09 +03:00
ExpressionActions.cpp fix right & full join with dups (complex join on still affected) 2019-01-31 21:10:16 +03:00
ExpressionActions.h move required right keys calculation to Join.cpp 2019-01-30 18:51:39 +03:00
ExpressionAnalyzer.cpp Merge pull request #4193 from 4ertus2/ast 2019-02-02 15:28:31 +03:00
ExpressionAnalyzer.h move required right keys calculation to Join.cpp 2019-01-30 18:51:39 +03:00
ExpressionJIT.cpp Update ExpressionJIT.cpp 2019-01-12 10:19:18 +03:00
ExpressionJIT.h Remove accident changes 2019-01-12 00:18:57 +03:00
ExternalDictionaries.cpp Whitespace [#CLICKHOUSE-2] 2018-09-10 15:40:07 +03:00
ExternalDictionaries.h
ExternalLoader.cpp Fix rethrowing exception #4188 2019-01-30 17:06:42 +03:00
ExternalLoader.h Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
ExternalLoaderConfigRepository.cpp Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
ExternalLoaderConfigRepository.h Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
ExternalModels.cpp
ExternalModels.h CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653) 2018-11-28 14:37:12 +03:00
ExternalTablesVisitor.h add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +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 ISSUES-3885 mark stateful function & do not optimize their predicate 2019-01-30 12:04:28 +08:00
FindIdentifierBestTableVisitor.h ISSUES-3885 mark stateful function & do not optimize their predicate 2019-01-30 12:04:28 +08:00
getClusterName.cpp try to get rid of IAST::range #4058 2019-01-23 14:19:22 +03:00
getClusterName.h
GlobalSubqueriesVisitor.h add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
IdentifierSemantic.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
IdentifierSemantic.h add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
IExternalLoadable.h Miscellaneous changes for PVS-Studio 2019-01-20 02:27:52 +03:00
IExternalLoaderConfigRepository.h Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
IInterpreter.h
InDepthNodeVisitor.h CROSS to INNER JOIN (analyze expressions) 2019-02-04 21:45:31 +03:00
InJoinSubqueriesPreprocessor.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +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 Less dependencies [#CLICKHOUSE-2] 2018-12-26 02:11:36 +03:00
InterpreterAlterQuery.h Less dependencies [#CLICKHOUSE-2] 2018-12-26 02:11:36 +03:00
InterpreterCheckQuery.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
InterpreterCheckQuery.h
InterpreterCreateQuery.cpp Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
InterpreterCreateQuery.h Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
InterpreterDescribeQuery.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
InterpreterDescribeQuery.h
InterpreterDropQuery.cpp CLICKHOUSE-4229: Fix user forwarding for replicated queries which actually send queries to master node 2018-12-28 19:21:32 +03:00
InterpreterDropQuery.h Fixed error with locking in InterpreterDropQuery [#CLICKHOUSE-3959] 2018-09-04 23:56:09 +03:00
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp move DumpASTNode to own file, style fixes [CLICKHOUSE-4001] 2018-10-09 17:32:11 +03:00
InterpreterExplainQuery.h More style checks [#CLICKHOUSE-3] 2018-11-24 04:48:06 +03:00
InterpreterFactory.cpp explain ast [CLICKHOUSE-4001] 2018-09-27 12:47:21 +03:00
InterpreterFactory.h
InterpreterInsertQuery.cpp Fixed bugs found by PVS-Studio 2019-01-09 18:44:20 +03:00
InterpreterInsertQuery.h do not override current_database in context [CLICKHOUSE-3578] 2018-11-15 18:03:13 +03:00
InterpreterKillQueryQuery.cpp Cancel http read only queries if client socket goes away 2019-02-02 12:14:52 +00:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp Remove redundant information from RWLock. 2018-11-28 18:50:52 +03:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp dbms: Fixed misspells in comments 2019-01-23 04:56:53 +09:00
InterpreterRenameQuery.h
InterpreterSelectQuery.cpp Merge pull request #4193 from 4ertus2/ast 2019-02-02 15:28:31 +03:00
InterpreterSelectQuery.h Refactoring: extract SubqueryForSet to own files 2019-01-30 15:01:00 +03:00
InterpreterSelectWithUnionQuery.cpp Removed useless code [#CLICKHOUSE-2] 2018-11-28 17:33:40 +03: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
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 Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
InterpreterSystemQuery.h Enabling -Wshadow [#CLICKHOUSE-2] 2018-08-27 21:05:28 +03:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h
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 Miscellaneous [#CLICKHOUSE-2] 2019-01-02 09:44:36 +03:00
IRuntimeComponentsFactory.h
ISecurityManager.h Avoid locking while reading config to check part_log #2281 2018-07-08 07:54:37 +03:00
Join.cpp Merge pull request #4128 from yandex/unified-sets 2019-02-06 20:40:11 +03:00
Join.h Removed old key getters from Join. 2019-02-05 13:55:08 +03:00
JoinToSubqueryTransformVisitor.cpp hotfix for allow_experimental_multiple_joins_emulation 2019-02-01 17:26:36 +03:00
JoinToSubqueryTransformVisitor.h SemanticSelectQuery CLICKHOUSE-3996 2018-12-17 22:30:08 +03:00
loadMetadata.cpp Merge remote-tracking branch 'origin/master' into global-thread-pool 2019-01-17 21:57:01 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp try to get rid of IAST::range #4058 2019-01-23 14:19:22 +03:00
LogicalExpressionsOptimizer.h minor settings changes 2018-10-19 18:42:47 +03:00
MutationsInterpreter.cpp add clone() calls when copying ASTs from stored mutation commands (just in case) #4058 2019-01-23 16:27:01 +03:00
MutationsInterpreter.h fix build after merge [#CLICKHOUSE-13] 2018-09-07 22:14:05 +03:00
NullableUtils.cpp
NullableUtils.h
OptimizeIfWithConstantConditionVisitor.cpp extract OptimizeIfWithConstantConditionVisitor from SyntaxAnalyzer 2019-01-09 20:06:40 +03:00
OptimizeIfWithConstantConditionVisitor.h minor change - add Aliases.h 2019-01-25 14:43:19 +03:00
PartLog.cpp Added more warnings from clang's -Weverything, that are available in clang 8 2019-01-07 13:40:58 +03:00
PartLog.h Merge pull request #3128 from VadimPE/part_id_in_log 2018-09-13 21:52:52 +03:00
PredicateExpressionsOptimizer.cpp ISSUES-3885 remove useless methods 2019-01-31 07:23:22 +08:00
PredicateExpressionsOptimizer.h ISSUES-3885 remove useless methods 2019-01-31 07:23:22 +08:00
PreparedSets.h add data types to the prepared_sets key for literals #4058 2019-01-23 14:20:01 +03:00
ProcessList.cpp Cancel http read only queries if client socket goes away 2019-02-02 12:14:52 +00:00
ProcessList.h Cancel http read only queries if client socket goes away 2019-02-02 12:14:52 +00: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 fix lost AST chenges in InDepthNodeVisitor 2018-12-07 17:24:47 +03:00
QueryAliasesVisitor.h minor change - add Aliases.h 2019-01-25 14:43:19 +03:00
QueryLog.cpp Flexible fields assignment 2018-10-24 08:47:33 +08:00
QueryLog.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
QueryNormalizer.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
QueryNormalizer.h minor change - add Aliases.h 2019-01-25 14:43:19 +03:00
QueryPriorities.h Miscellaneous [#CLICKHOUSE-2] 2019-01-02 09:44:36 +03:00
QueryThreadLog.cpp Flexible fields assignment 2018-10-24 08:47:33 +08: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
RequiredSourceColumnsVisitor.cpp add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
RequiredSourceColumnsVisitor.h Update RequiredSourceColumnsVisitor.h 2018-12-26 23:35:06 +03:00
RuntimeComponentsFactory.h
SecurityManager.cpp Avoid locking while reading config to check part_log #2281 2018-07-08 07:54:37 +03:00
SecurityManager.h Avoid locking while reading config to check part_log #2281 2018-07-08 07:54:37 +03:00
Set.cpp Delete commented code. 2019-02-05 13:55:08 +03:00
Set.h Fixed bad code #2571 2018-07-04 20:28:52 +03:00
Settings.cpp Addition to Amos Bird changes #3920 2019-01-08 13:07:33 +03:00
Settings.h Cancel http read only queries if client socket goes away 2019-02-02 12:14:52 +00:00
SettingsCommon.cpp Added some warnings from clang's -Weverything 2019-01-05 06:33:22 +03:00
SettingsCommon.h Move header with compression info to another place 2018-12-21 16:25:39 +03:00
SetVariants.cpp Merge pull request #4012 from yandex/fix-low-cardinality-numeric-distinct 2019-01-09 19:28:42 +03:00
SetVariants.h Do nut use Arena in ColumnsHashing for string in functions arrayUniq and arrayEnumerate. 2019-02-05 14:14:09 +03:00
sortBlock.cpp Use pdqsort instead of std::sort in ORDER BY 2019-02-02 16:52:20 +03:00
sortBlock.h wip on finish sorting 2018-10-04 17:55:02 +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 add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
SyntaxAnalyzer.h minor change - add Aliases.h 2019-01-25 14:43:19 +03:00
SystemLog.cpp Preparations #2609 2018-12-14 19:12:12 +03:00
SystemLog.h Data Skipping Indices (#4143) 2019-02-05 17:50:25 +03:00
TablesStatus.cpp
TablesStatus.h
ThreadStatusExt.cpp Fixed bad code for printing query_id in text logs 2019-02-04 18:39:08 +03:00
TranslateQualifiedNamesVisitor.cpp hotfix 2019-01-25 18:48:53 +03:00
TranslateQualifiedNamesVisitor.h add IdentifierSemantic and PredicateExpressionsOptimizer refactoring 2019-01-25 18:42:24 +03:00
Users.cpp Fix ipv4 mask restrictions for users and add integration tests 2018-12-27 18:55:51 +03:00
Users.h Avoid locking while reading config to check part_log #2281 2018-07-08 07:54:37 +03:00