ClickHouse/dbms/src/Interpreters
2019-03-18 20:46:24 +03:00
..
ClusterProxy Merge branch 'master' into ast 2019-03-18 13:36:13 +03:00
tests A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08: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 Rename As<…> → as<…> 2019-03-11 16:22:51 +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 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 A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08:00
Aliases.h Fix includes (#4673) 2019-03-13 16:58:04 +03:00
AnalyzedJoin.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
AnalyzedJoin.h minor refactoring 2019-02-21 22:38:12 +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 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
CancellationCode.h return CancellationCode from killMutation [#CLICKHOUSE-3912] 2019-02-05 21:09:15 +03:00
castColumn.cpp Conditional computations. 2018-04-24 09:16:39 +02:00
castColumn.h Simplification of Nullable [#CLICKHOUSE-2] 2017-12-08 06:52:33 +03:00
CatBoostModel.cpp Fixed bad error message #2418 2019-02-13 02:49:32 +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 undo unneeded changes 2019-02-15 18:47:39 +03:00
ColumnNamesContext.h undo unneeded changes 2019-02-15 18:47:39 +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 Merge pull request #4649 from abyss7/iast-as 2019-03-15 23:22:46 +03:00
Context.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
convertFieldToType.cpp Updated FieldVisitor. 2019-02-11 18:46:19 +03:00
convertFieldToType.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
createBlockSelector.cpp Added some warnings from clang's -Weverything 2019-01-04 15:10:00 +03:00
createBlockSelector.h Better [#CLICKHOUSE-2]. 2017-12-02 00:13:25 +03:00
CrossToInnerJoinVisitor.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
CrossToInnerJoinVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
DatabaseAndTableWithAlias.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
DatabaseAndTableWithAlias.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
DDLWorker.cpp Merge remote-tracking branch 'upstream/master' into iast-as 2019-03-12 15:51:18 +03:00
DDLWorker.h change Sream into Stream 2019-02-28 15:27:30 +08: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 Rename As<…> → as<…> 2019-03-11 16:22:51 +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 Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
executeQuery.h Fix old clients insert query processing with embedded data 2019-02-13 15:54:22 +03:00
ExecuteScalarSubqueriesVisitor.cpp Merge branch 'master' into ast 2019-03-18 13:36:13 +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 Updated test #4246 2019-02-10 19:55:12 +03:00
ExpressionAnalyzer.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
ExpressionAnalyzer.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
ExpressionJIT.cpp Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
ExpressionJIT.h Fix big dates comparison with compile expressions (Date and DateTime are not signed types anymore). 2019-02-11 17:36:54 +03:00
ExternalDictionaries.cpp Fixed potential deadlock in ExternalDictionaries 2019-03-15 03:29:53 +03:00
ExternalDictionaries.h Fixed potential deadlock in ExternalDictionaries 2019-03-15 03:29:53 +03:00
ExternalLoader.cpp ExternalDictionaries: don't lock when checking if a dictionary is modified 2019-03-05 19:06:40 +03:00
ExternalLoader.h Fixed potential deadlock in ExternalDictionaries 2019-03-15 03:29:53 +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 Miscellaneous [#CLICKHOUSe-2] 2018-01-10 03:04:08 +03:00
ExternalModels.h CLICKHOUSE-4137 DictionaryFactory, DictionarySourceFactory (#3653) 2018-11-28 14:37:12 +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
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 translate comments: Interpreters 2017-06-03 19:21:00 +03:00
GlobalSubqueriesVisitor.h Revert references where they were before refactoring. 2019-03-15 19:14:13 +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.h Avoid std::terminate when invalidate_query returned wrong resultset #4580 2019-03-04 21:19:48 +03:00
IExternalLoaderConfigRepository.h Do not write preprocessed configs to /etc/ (#2443) 2018-11-27 19:11:46 +03:00
IInterpreter.h translate comments: Interpreters 2017-06-03 19:21:00 +03:00
InDepthNodeVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
InJoinSubqueriesPreprocessor.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InJoinSubqueriesPreprocessor.h Moved headers and sources to same place [#CLICKHOUSE-3]. 2017-04-01 12:22:42 +03:00
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 Revert references where they were before refactoring. 2019-03-15 19:14:13 +03: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 Added method "getHeader" in IBlockOutputStream: development [#CLICKHOUSE-2] 2018-02-20 04:14:38 +03:00
InterpreterCreateQuery.cpp Merge branch 'master' into fix-add-materialized-column-after 2019-03-17 00:46:53 +03:00
InterpreterCreateQuery.h LowCardinality data type is production ready 2019-02-10 00:55:51 +03:00
InterpreterDescribeQuery.cpp Merge branch 'master' into fix-add-materialized-column-after 2019-03-17 00:46:53 +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 Merge branch 'master' into ast 2019-03-18 13:36:13 +03:00
InterpreterFactory.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterInsertQuery.cpp Merge branch 'master' into ast 2019-03-18 13:36:13 +03:00
InterpreterInsertQuery.h Add support for settings 'format_schema' in a "INSERT INTO table FORMAT" query. 2019-02-20 05:32:29 +03:00
InterpreterKillQueryQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterKillQueryQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +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 fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +03:00
InterpreterSelectQuery.h SelectQueryOptions v3 (no inheritance) 2019-03-18 15:05:51 +03:00
InterpreterSelectWithUnionQuery.cpp SelectQueryOptions v3 (no inheritance) 2019-03-18 15:05:51 +03:00
InterpreterSelectWithUnionQuery.h SelectQueryOptions v3 (no inheritance) 2019-03-18 15:05:51 +03:00
InterpreterSetQuery.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterSetQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +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 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 Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
InterpreterSystemQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +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
interpretSubquery.cpp fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +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 Merge branch 'master' into geodata 2017-12-01 19:25:27 +03:00
ISecurityManager.h Avoid locking while reading config to check part_log #2281 2018-07-08 07:54:37 +03:00
Join.cpp join kind helpers 2019-03-11 14:14:09 +03:00
Join.h fix RowRef initialisation (found by PVS) 2019-03-18 20:43:09 +03:00
JoinToSubqueryTransformVisitor.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
JoinToSubqueryTransformVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
loadMetadata.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
loadMetadata.h Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
LogicalExpressionsOptimizer.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
LogicalExpressionsOptimizer.h Replace all other casts to method IAST::As<Derived> 2019-03-11 15:49:39 +03:00
MutationsInterpreter.cpp SelectQueryOptions v3 (no inheritance) 2019-03-18 15:05:51 +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 Better semantic of sharing columns: development [#CLICKHOUSE-2]. 2017-12-13 04:27:53 +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 write part_log.partition_id everywhere 2019-02-05 21:09:15 +03:00
PartLog.h Merge pull request #3128 from VadimPE/part_id_in_log 2018-09-13 21:52:52 +03:00
PredicateExpressionsOptimizer.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
PredicateExpressionsOptimizer.h Fix includes (#4673) 2019-03-13 16:58:04 +03:00
PreparedSets.h add data types to the prepared_sets key for literals #4058 2019-01-23 14:20:01 +03:00
ProcessList.cpp Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
ProcessList.h Removed duplicate includes 2019-02-10 20:12:22 +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 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 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 Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
QueryNormalizer.h move asterisks extraction to TranslateQualifiedNamesVisitor (before column names normalisation) 2019-02-11 17:19:09 +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 Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
RequiredSourceColumnsVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
RuntimeComponentsFactory.h Merge branch 'master' into geodata 2017-12-01 19:25:27 +03:00
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
SelectQueryOptions.h fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +03:00
Set.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
Set.h Whitespaces 2019-03-08 06:23:34 +03:00
Settings.cpp Addition to Amos Bird changes #3920 2019-01-08 13:07:33 +03:00
Settings.h Merge pull request #4576 from BayoNet/DOCAPI-5203-direct-io-settings 2019-03-06 21:34:35 +03:00
SettingsCommon.cpp Fixed accidential incompatibility due to wrong implementation of "send_logs_level" setting 2019-02-19 16:27:59 +03:00
SettingsCommon.h Fixed accidential incompatibility due to wrong implementation of "send_logs_level" setting 2019-02-19 16:27:59 +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 A Proper lookup table that uses HashTable's API 2019-03-01 16:47:13 +08: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
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 fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +03:00
SyntaxAnalyzer.h fix dups in GLOBAL JOIN with asterisks 2019-03-18 17:56:33 +03:00
SystemLog.cpp Do not create part_log if it is not defined in configuration file 2019-02-22 19:10:14 +03:00
SystemLog.h Do not create part_log if it is not defined in configuration file 2019-02-22 19:10:14 +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
ThreadStatusExt.cpp Optional current_thread and memory_tracker (#4664) 2019-03-14 21:03:35 +03:00
TranslateQualifiedNamesVisitor.cpp Revert references where they were before refactoring. 2019-03-15 19:14:13 +03:00
TranslateQualifiedNamesVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +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