ClickHouse/dbms/src/Interpreters
2018-12-28 08:29:09 +03:00
..
ClusterProxy Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
tests Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
ActionLocksManager.cpp More style checks [#CLICKHOUSE-3] 2018-11-24 04:48:06 +03:00
ActionLocksManager.h
ActionsVisitor.cpp Removed "conditional computations" feature, because it is not ready #2272 2018-11-26 04:39:04 +03:00
ActionsVisitor.h Removed "conditional computations" feature, because it is not ready #2272 2018-11-26 04:39:04 +03:00
AddDefaultDatabaseVisitor.h AddDefaultDatabaseVisitor now supports IN and descends into all parts of SELECT query #3597 2018-12-06 21:54:59 +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 Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
Aggregator.h Fixed UB #3920 2018-12-27 23:24:37 +03:00
AnalyzedJoin.cpp Split ExpressionAnalyzer and SyntaxAnalyzer. 2018-11-09 18:01:18 +03:00
AnalyzedJoin.h Syntax analyzer (in progress). 2018-11-08 12:06:11 +03:00
ArrayJoinedColumnsVisitor.h ArrayJoinedColumnsVisitor via InDepthNodeVisitor 2018-12-10 16:49:36 +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
castColumn.h
CatBoostModel.cpp Update CatBoostModel.cpp 2018-12-24 15:35:46 +03:00
CatBoostModel.h CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653) 2018-11-28 14:37:12 +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 Merge remote-tracking branch 'upstream/master' into issue-3592 2018-12-17 19:30:20 +03:00
Cluster.h Merge remote-tracking branch 'upstream/master' into issue-3592 2018-12-17 19:30:20 +03:00
CMakeLists.txt Internal compiler run fixes 2018-09-05 21:50:17 +03:00
ColumnNamesContext.cpp rewrite ExpressionAnalyzer.collectUsedColumns CLICKHOUSE-3996 2018-12-26 17:43:25 +03:00
ColumnNamesContext.h rewrite ExpressionAnalyzer.collectUsedColumns CLICKHOUSE-3996 2018-12-26 17:43:25 +03:00
Compiler.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
Compiler.h
config_compile.h.in Internal compiler run fixes 2018-09-05 21:50:17 +03:00
Context.cpp Remove compression settings 2018-12-21 15:17:30 +03:00
Context.h Remove compression settings 2018-12-21 15:17:30 +03:00
convertFieldToType.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
convertFieldToType.h
createBlockSelector.cpp
createBlockSelector.h
DatabaseAndTableWithAlias.cpp resolve review remarks 2018-11-01 14:32:44 +03:00
DatabaseAndTableWithAlias.h Build fixes (#3545) 2018-11-10 23:09:07 +03:00
DDLWorker.cpp prevent race condition when locking a distributed ALTER task for execution [#CLICKHOUSE-4221] 2018-12-21 20:28:21 +03:00
DDLWorker.h better fix for distributed DDL [CLICKHOUSE-4036] [CLICKHOUSE-4015] 2018-10-25 12:40:30 +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
EmbeddedDictionaries.h Embedded compiler fixes 2017-12-27 23:07:16 +03:00
evaluateConstantExpression.cpp Another minor refactoring. 2018-12-19 15:38:13 +03:00
evaluateConstantExpression.h Explicitly include <optional> for clang-6.0 2018-12-19 16:57:55 +03:00
evaluateMissingDefaults.cpp Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
evaluateMissingDefaults.h send defaults via serialized ColumnsDescription CLICKHOUSE-3578 2018-12-04 23:03:04 +03:00
executeQuery.cpp basic support for multiple_joins_emulation CLICKHOUSE-3996 2018-12-27 19:12:42 +03:00
executeQuery.h
ExecuteScalarSubqueriesVisitor.cpp Update ExecuteScalarSubqueriesVisitor.cpp 2018-12-19 03:19:31 +03:00
ExecuteScalarSubqueriesVisitor.h ExecuteScalarSubqueriesVisitor (move code from h to cpp) 2018-12-10 16:19:09 +03:00
ExpressionActions.cpp Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
ExpressionActions.h Merge pull request #3717 from amosbird/arrayjoin 2018-12-14 21:12:24 +03:00
ExpressionAnalyzer.cpp Merge pull request #3930 from 4ertus2/ast 2018-12-27 18:36:22 +03:00
ExpressionAnalyzer.h Merge pull request #3930 from 4ertus2/ast 2018-12-27 18:36:22 +03:00
ExpressionJIT.cpp Build fixes (clang 7.0.0+) (#3582) 2018-11-16 15:22:51 +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
ExternalLoader.cpp Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
ExternalLoader.h Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +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 ExternalTablesVisitor via InDepthNodeVisitor 2018-12-07 18:14:50 +03:00
getClusterName.cpp
getClusterName.h
GlobalSubqueriesVisitor.h GlobalSubqueriesMatcher via InDepthNodeVisitor 2018-12-07 18:36:54 +03:00
IExternalLoadable.h
IExternalLoaderConfigRepository.h Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
IInterpreter.h
InDepthNodeVisitor.h JoinToSubqueryTransformVisitor CLICKHOUSE-3996 2018-12-17 19:22:28 +03:00
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 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 Fix segfault and add tabs to ton of tests (desc table) 2018-12-25 14:33:54 +03:00
InterpreterCreateQuery.h make is_in_primary_key and etcetera work. add test. 2018-11-19 17:31:16 +03:00
InterpreterDescribeQuery.cpp Add coments and fix compression for nested types 2018-12-25 13:04:38 +03:00
InterpreterDescribeQuery.h
InterpreterDropQuery.cpp Merge branch 'master' into CLICKHOUSE-3936 2018-11-28 18:59:57 +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 Merge branch 'master' into issue-3578 2018-12-05 14:43:14 +03:00
InterpreterInsertQuery.h do not override current_database in context [CLICKHOUSE-3578] 2018-11-15 18:03:13 +03:00
InterpreterKillQueryQuery.cpp Fixed core dump caused by kill query sync 2018-12-24 16:17:22 +08:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp Remove redundant information from RWLock. 2018-11-28 18:50:52 +03:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp Remove redundant information from RWLock. 2018-11-28 18:50:52 +03:00
InterpreterRenameQuery.h
InterpreterSelectQuery.cpp Ensure ROLLUP and CUBE respect HAVING (no change to TOTALS) 2018-12-14 22:27:40 -08:00
InterpreterSelectQuery.h Split ExpressionAnalyzer and SyntaxAnalyzer. 2018-11-08 19:47:12 +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
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 Merged with master #2609 2018-12-14 18:39:48 +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
IRuntimeComponentsFactory.h
ISecurityManager.h
Join.cpp Fixed UB #3926 2018-12-26 02:27:52 +03:00
Join.h Fixed UB #3920 2018-12-28 00:14:32 +03:00
JoinToSubqueryTransformVisitor.cpp better check when rewrites needed 2018-12-18 21:28:02 +03:00
JoinToSubqueryTransformVisitor.h SemanticSelectQuery CLICKHOUSE-3996 2018-12-17 22:30:08 +03:00
loadMetadata.cpp Update loadMetadata.cpp 2018-12-10 21:56:37 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
LogicalExpressionsOptimizer.h minor settings changes 2018-10-19 18:42:47 +03:00
MutationsInterpreter.cpp Merge branch 'master' into alter-order-by 2018-11-13 16:27:19 +03:00
MutationsInterpreter.h fix build after merge [#CLICKHOUSE-13] 2018-09-07 22:14:05 +03:00
NullableUtils.cpp
NullableUtils.h
PartLog.cpp Whitespaces [#CLICKHOUSE-2] 2018-11-26 03:56:50 +03:00
PartLog.h Merge pull request #3128 from VadimPE/part_id_in_log 2018-09-13 21:52:52 +03:00
PredicateExpressionsOptimizer.cpp ExecuteScalarSubqueriesVisitor via InDepthNodeVisitor 2018-12-10 16:02:45 +03:00
PredicateExpressionsOptimizer.h DatabaseAndTableWithAlias - the only place for db & table expraction from AST 2018-10-30 19:31:21 +03:00
ProcessList.cpp Merge pull request #3517 from yandex/kill_pending_queries 2018-11-01 21:07:45 +03:00
ProcessList.h CLICKHOUSE-4094: Add ability to kill pending queries 2018-11-01 17:56:37 +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
QueryAliasesVisitor.cpp fix lost AST chenges in InDepthNodeVisitor 2018-12-07 17:24:47 +03:00
QueryAliasesVisitor.h fix lost AST chenges in InDepthNodeVisitor 2018-12-07 17:24:47 +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 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 Fixed infinite sleeping of low-priority queries. [#CLICKHOUSE-2] 2017-07-09 03:53:13 +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
Quota.h
RequiredSourceColumnsVisitor.cpp Merge branch 'ast' into joins 2018-12-27 14:17:24 +03:00
RequiredSourceColumnsVisitor.h Update RequiredSourceColumnsVisitor.h 2018-12-26 23:35:06 +03:00
RuntimeComponentsFactory.h
SecurityManager.cpp
SecurityManager.h
SemanticSelectQuery.h SemanticSelectQuery CLICKHOUSE-3996 2018-12-17 22:30:08 +03:00
Set.cpp Simplified logic with "IColumn::convertToFullColumnIfConst" (suggested by Amos Bird) [#CLICKHOUSE-2] 2018-12-21 19:00:07 +03:00
Set.h
Settings.cpp Merge branch 'master' into background-processing-pool-backoff 2018-12-14 17:41:55 +03:00
Settings.h Merge pull request #3899 from yandex/custom_compression_codecs 2018-12-28 08:29:09 +03:00
SettingsCommon.cpp Move header with compression info to another place 2018-12-21 16:25:39 +03:00
SettingsCommon.h Move header with compression info to another place 2018-12-21 16:25:39 +03:00
SetVariants.cpp
SetVariants.h Fixed UB #3920 2018-12-28 00:15:47 +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 Added LowCardinality support for specialized aggregation. 2018-12-20 16:28:20 +03:00
SyntaxAnalyzer.cpp minor improvement in ExpressionAnalyzer + array join 2018-12-19 16:13:51 +03:00
SyntaxAnalyzer.h Split ExpressionAnalyzer and SyntaxAnalyzer. 2018-11-09 18:01:18 +03:00
SystemLog.cpp Preparations #2609 2018-12-14 19:12:12 +03:00
SystemLog.h Preparations #2609 2018-12-14 19:17:09 +03:00
TablesStatus.cpp
TablesStatus.h
ThreadStatusExt.cpp Fixed error #3230 2018-10-05 22:29:49 +03:00
TranslateQualifiedNamesVisitor.cpp fix lost AST chenges in InDepthNodeVisitor 2018-12-07 17:24:47 +03:00
TranslateQualifiedNamesVisitor.h fix lost AST chenges in InDepthNodeVisitor 2018-12-07 17:24:47 +03:00
Users.cpp Fix ipv4 mask restrictions for users and add integration tests 2018-12-27 18:55:51 +03:00
Users.h