ClickHouse/dbms/src/Interpreters
Alexey Milovidov a0ace3e94a Fixed error
2020-03-06 00:50:58 +03:00
..
ClusterProxy Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
tests Merge pull request #9261 from CurtizJ/improve-index-in 2020-03-05 01:03:52 +03:00
ActionLocksManager.cpp Check access rights via new interface. 2020-01-31 20:27:28 +03:00
ActionLocksManager.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
ActionsVisitor.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
ActionsVisitor.h Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
AddDefaultDatabaseVisitor.h Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
addMissingDefaults.cpp Slightly refactor merger mutator 2020-02-17 18:44:13 +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
AggregationCommon.h Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
Aggregator.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
Aggregator.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
Aliases.h Fix includes (#4673) 2019-03-13 16:58:04 +03:00
AnalyzedJoin.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
AnalyzedJoin.h correct fallback for PREFER_PARTIAL_MERGE: HashJoin -> MergeJoin instead of HashJoin -> JoinSwitcher 2020-02-20 14:26:00 +03:00
ArrayJoinAction.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
ArrayJoinAction.h ExpressionActions refactoring: extract ArrayJoinAction class (#8998) 2020-02-05 13:12:19 +03:00
ArrayJoinedColumnsVisitor.h Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
asof.h asof join inequalities 2019-10-11 20:56:26 +03:00
AsteriskSemantic.h Rename files 2019-07-21 20:03:58 +03:00
AsynchronousMetrics.cpp Update async methics at program srartup 2019-12-21 17:48:35 +00:00
AsynchronousMetrics.h Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
BloomFilter.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
BloomFilter.h Remove excessive empty lines 2020-03-03 05:43:59 +03:00
BloomFilterHash.h Merge branch 'master' into fix/ISSUES-8317 2020-01-11 23:16:52 +08:00
CancellationCode.h return CancellationCode from killMutation [#CLICKHOUSE-3912] 2019-02-05 21:09:15 +03:00
castColumn.cpp Remove context from formats (#8388) 2019-12-25 22:17:41 +03:00
castColumn.h Remove context from formats (#8388) 2019-12-25 22:17:41 +03:00
CatBoostModel.cpp adding -Wshadow for GCC 2019-08-09 23:58:16 +03:00
CatBoostModel.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
ClientInfo.cpp More clean-up 2020-02-17 17:27:09 +03:00
ClientInfo.h More strict aliasing 2020-02-22 10:17:52 +08:00
Cluster.cpp Update Cluster.cpp 2020-02-16 07:12:48 +03:00
Cluster.h Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
CMakeLists.txt Remove Compiler 2019-08-24 00:10:26 +03:00
CollectJoinOnKeysVisitor.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
CollectJoinOnKeysVisitor.h relax ambiguous column check for multiple JOIN ON section 2019-12-24 21:51:37 +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 Fixed error 2020-03-06 00:50:58 +03:00
Context.h Do not run session cleaner for client, local 2020-03-05 22:23:39 +03:00
convertFieldToType.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
convertFieldToType.h
createBlockSelector.cpp Added "assert_cast" function as a replacement for static_cast for columns 2019-08-21 05:28:04 +03:00
createBlockSelector.h
CrossToInnerJoinVisitor.cpp fix bug with comma join and in 2020-02-20 16:33:14 +03:00
CrossToInnerJoinVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
DatabaseAndTableWithAlias.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
DatabaseAndTableWithAlias.h JoinedTables related changes 2020-03-02 22:39:39 +03:00
DDLWorker.cpp Combine executeQuery() callbacks 2020-03-03 19:32:41 +04:00
DDLWorker.h Check access rights via new interface. 2020-01-31 20:27:28 +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 c++20! 2019-12-29 03:08:25 +08:00
EmbeddedDictionaries.h Remove redundant classes 2019-09-26 19:12:15 +03:00
evaluateConstantExpression.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
evaluateConstantExpression.h fold constant expressions in storage engine arguments 2020-02-20 17:13:43 +03:00
executeQuery.cpp Combine executeQuery() callbacks 2020-03-03 19:32:41 +04:00
executeQuery.h Combine executeQuery() callbacks 2020-03-03 19:32:41 +04:00
ExecuteScalarSubqueriesVisitor.cpp Integration of log storages with IDisk interface 2019-12-23 16:11:56 +03:00
ExecuteScalarSubqueriesVisitor.h better scalar query 2019-10-23 21:37:54 +08:00
ExpressionActions.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
ExpressionActions.h ExpressionActions refactoring: extract ArrayJoinAction class (#8998) 2020-02-05 13:12:19 +03:00
ExpressionAnalyzer.cpp Merge branch 'master' into ast 2020-02-28 13:54:33 +03:00
ExpressionAnalyzer.h ISSUES-9230 pushed SelectQueryOption into join expression 2020-02-20 11:15:59 +08:00
ExpressionJIT.cpp cosmetic 2020-01-30 12:31:21 +01:00
ExpressionJIT.h Fix build. 2019-12-12 17:55:55 +03:00
ExternalDictionariesLoader.cpp Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
ExternalDictionariesLoader.h Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
ExternalLoader.cpp squashed 2020-02-27 13:07:50 +03:00
ExternalLoader.h squashed 2020-02-27 13:07:50 +03:00
ExternalLoaderDatabaseConfigRepository.cpp Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs_log 2020-01-02 18:01:41 +03:00
ExternalLoaderDatabaseConfigRepository.h Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
ExternalLoaderTempConfigRepository.cpp Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
ExternalLoaderTempConfigRepository.h Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
ExternalLoaderXMLConfigRepository.cpp Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
ExternalLoaderXMLConfigRepository.h Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
ExternalModelsLoader.cpp Fix typeo in ExternalModelsLoader. 2020-02-11 08:32:27 +03:00
ExternalModelsLoader.h Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
ExternalTablesVisitor.h Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
ExtractExpressionInfoVisitor.cpp no skip lambda function 2020-01-07 11:31:03 +08:00
ExtractExpressionInfoVisitor.h fix lambda function in predicate 2020-01-06 18:38:48 +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
GetAggregatesVisitor.h move getAggregates() into SyntaxAnalyzer 2019-08-13 15:39:03 +03:00
getClusterName.cpp fixes 2020-02-21 16:44:44 +03:00
getClusterName.h fixes 2020-02-21 16:44:44 +03:00
getTableExpressions.cpp JoinedTables related changes 2020-03-02 22:39:39 +03:00
getTableExpressions.h JoinedTables related changes 2020-03-02 22:39:39 +03:00
GlobalSubqueriesVisitor.h Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
IdentifierSemantic.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
IdentifierSemantic.h relax ambiguous column check for multiple JOIN ON section 2019-12-24 21:51:37 +03:00
IExternalLoadable.cpp Fix ubsan error 2019-10-23 12:27:34 +03:00
IExternalLoadable.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
IExternalLoaderConfigRepository.h Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07:00
IInterpreter.h Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
IJoin.h swtich HashJoin to MergeJoin if JOIN limit exceeded 2020-02-17 20:08:31 +03:00
InDepthNodeVisitor.h try fix some predicate optimizer bug 2020-01-02 21:14:48 +08:00
InJoinSubqueriesPreprocessor.cpp partially fix distributed_product_mode=local 2019-04-11 22:29:28 +03:00
InJoinSubqueriesPreprocessor.h Replace pointer with reference in SettingsCollection<T>::MemberInfos::findStrict(). 2019-11-17 03:51:51 +03:00
inplaceBlockConversions.cpp Trying to simplify alter commands logic 2020-02-19 15:52:27 +03:00
inplaceBlockConversions.h Slightly refactor merger mutator 2020-02-17 18:44:13 +03:00
InternalTextLogsQueue.cpp Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +03:00
InternalTextLogsQueue.h Remove excessive empty lines 2020-03-03 05:43:59 +03:00
InterpreterAlterQuery.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
InterpreterAlterQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterCheckQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterCheckQuery.h Add settings for check query backward compatibility 2019-07-16 13:19:37 +03:00
InterpreterCreateQuery.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
InterpreterCreateQuery.h Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
InterpreterCreateQuotaQuery.cpp Fix parsing list of roles in commands CREATE USER, CREATE ROW POLICY, CREATE QUOTA. 2020-02-28 16:34:19 +03:00
InterpreterCreateQuotaQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterCreateRoleQuery.cpp Implement SQL queries for creating and controlling roles. 2020-02-21 06:03:09 +03:00
InterpreterCreateRoleQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterCreateRowPolicyQuery.cpp Fix parsing list of roles in commands CREATE USER, CREATE ROW POLICY, CREATE QUOTA. 2020-02-28 16:34:19 +03:00
InterpreterCreateRowPolicyQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterCreateUserQuery.cpp Fix parsing list of roles in commands CREATE USER, CREATE ROW POLICY, CREATE QUOTA. 2020-02-28 16:34:19 +03:00
InterpreterCreateUserQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterDescribeQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterDescribeQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterDropAccessEntityQuery.cpp Implement SQL queries for creating and controlling roles. 2020-02-21 06:03:09 +03:00
InterpreterDropAccessEntityQuery.h Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterDropQuery.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
InterpreterDropQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterExistsQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterExistsQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterExplainQuery.cpp ISSUES-9230 pushed SelectQueryOption into join expression 2020-02-20 11:15:59 +08:00
InterpreterExplainQuery.h hold shared pointers to table function Storage and Context from InterpreterSelectQuery 2019-11-15 21:42:32 +03:00
InterpreterFactory.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
InterpreterFactory.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterGrantQuery.cpp Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterGrantQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterInsertQuery.cpp Fixed absolutely wrong documentation for parallel INSERT SELECT 2020-03-05 15:27:32 +03:00
InterpreterInsertQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterKillQueryQuery.cpp Remove excessive empty lines 2020-03-03 05:43:59 +03:00
InterpreterKillQueryQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterOptimizeQuery.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
InterpreterOptimizeQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterRenameQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterRenameQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterSelectQuery.cpp some more refactoring 2020-03-03 17:25:45 +03:00
InterpreterSelectQuery.h JoinedTables related changes 2020-03-02 22:39:39 +03:00
InterpreterSelectWithUnionQuery.cpp Disable quota consumptions for the system queries and for selecting 2019-12-05 21:03:57 +03:00
InterpreterSelectWithUnionQuery.h Disable quota consumptions for the system queries and for selecting 2019-12-05 21:03:57 +03:00
InterpreterSetQuery.cpp Add constraints columns to table system.settings 2019-10-31 01:45:57 +03:00
InterpreterSetQuery.h Refactoring of Settings based on new template class SettingsCollection. 2019-04-26 19:11:05 +03:00
InterpreterSetRoleQuery.cpp Implement SQL queries for creating and controlling roles. 2020-02-21 06:03:09 +03:00
InterpreterSetRoleQuery.h Update InterpreterSetRoleQuery.h 2020-02-22 19:32:15 +03:00
InterpreterShowCreateAccessEntityQuery.cpp Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterShowCreateAccessEntityQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterShowCreateQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterShowCreateQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterShowGrantsQuery.cpp Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterShowGrantsQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +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
InterpreterShowQuotasQuery.cpp Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterShowQuotasQuery.h Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterShowRowPoliciesQuery.cpp Fixed merge issues 2019-12-27 12:49:23 +03:00
InterpreterShowRowPoliciesQuery.h Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
InterpreterShowTablesQuery.cpp Update InterpreterShowTablesQuery.cpp 2020-02-13 16:46:35 +03:00
InterpreterShowTablesQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterSystemQuery.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
InterpreterSystemQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterUseQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterUseQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterWatchQuery.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +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 Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
interpretSubquery.h ISSUES-9230 pushed SelectQueryOption into join expression 2020-02-20 11:15:59 +08:00
InterserverIOHandler.h get rid of StorageWeakPtr 2020-01-14 19:54:25 +03:00
join_common.cpp Fix crash in FULL JOIN with LowCard in key (attempt 2) 2019-12-17 18:02:42 +03:00
join_common.h Fix crash in FULL JOIN with LowCard in key (attempt 2) 2019-12-17 18:02:42 +03:00
Join.cpp Added some missing ErrorCodes 2020-02-25 21:02:41 +03:00
Join.h Merged with master 2020-02-21 11:47:56 +03:00
joinDispatch.h better comment 2019-12-05 15:01:34 +03:00
JoinedTables.cpp some more refactoring 2020-03-03 17:25:45 +03:00
JoinedTables.h some more refactoring 2020-03-03 17:25:45 +03:00
JoinSwitcher.cpp remove dangerous optimisation 2020-02-20 20:19:16 +03:00
JoinSwitcher.h add comments to JoinSwitcher 2020-02-20 22:13:12 +03:00
JoinToSubqueryTransformVisitor.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
JoinToSubqueryTransformVisitor.h Asterisks for multiple joins CLICKHOUSE-4372 2019-04-03 19:06:05 +03:00
loadMetadata.cpp fix 2020-01-14 22:01:56 +03:00
loadMetadata.h
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
MarkTableIdentifiersVisitor.cpp Allow table identifier as the first arg to joinGet (#7707) 2019-12-18 23:36:51 +03:00
MarkTableIdentifiersVisitor.h extract more logic out of QueryNormalizer 2019-10-23 16:59:03 +03:00
MergeJoin.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
MergeJoin.h swtich HashJoin to MergeJoin if JOIN limit exceeded 2020-02-17 20:08:31 +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
misc.h fix CROSS to INNER JOIN rewrite with [NOT] LIKE 2020-02-19 20:22:16 +03:00
MutationsInterpreter.cpp Merge with master 2020-03-02 11:35:02 +03:00
MutationsInterpreter.h Merge remote-tracking branch 'upstream/master' into polymorphic-parts 2020-01-09 15:54:37 +03: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
OptimizeIfChains.cpp Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
OptimizeIfChains.h Improvements, part 1 2019-12-31 01:24:19 +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 Merge remote-tracking branch 'upstream/master' into polymorphic-parts 2020-01-15 19:36:35 +03:00
PartLog.h polymorphic parts (development) 2019-10-10 19:30:30 +03:00
PredicateExpressionsOptimizer.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
PredicateExpressionsOptimizer.h try fix failure test & fix build failure 2020-01-04 16:47:03 +08:00
PredicateRewriteVisitor.cpp no skip lambda function 2020-01-07 11:31:03 +08:00
PredicateRewriteVisitor.h try fix failure test & fix build failure 2020-01-04 16:47:03 +08:00
PreparedSets.h Update PreparedSets.h 2019-04-30 17:46:17 +03:00
ProcessList.cpp Fixed wrong code around Memory Profiler 2020-03-03 03:24:44 +03:00
ProcessList.h Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +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 backQuote() and quoteString() to a separate file, use StringRefs. 2019-10-11 00:18:52 +03:00
QueryAliasesVisitor.h Review fixes. 2019-08-19 21:10:40 +03:00
QueryLog.cpp Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +03:00
QueryLog.h More strict aliasing 2020-02-22 10:17:52 +08:00
QueryNormalizer.cpp Integration of log storages with IDisk interface 2019-12-23 16:11:56 +03:00
QueryNormalizer.h extract more logic out of QueryNormalizer 2019-10-23 16:59:03 +03:00
QueryPriorities.h Fixed wrong code in QueryPriorities 2019-07-02 23:21:31 +03:00
QueryThreadLog.cpp Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +03:00
QueryThreadLog.h Remove excessive empty lines 2020-03-03 05:43:59 +03:00
ReplaceQueryParameterVisitor.cpp Changed serialization of query parameters 2020-01-03 17:10:56 +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 Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
RowRefs.cpp Fixed using DecimalX and DateTime64 with ASOF JOIN 2019-11-20 12:00:10 +03:00
RowRefs.h Fixed using DecimalX and DateTime64 with ASOF JOIN 2019-11-20 12:00:10 +03:00
SelectQueryOptions.h Disable quota consumptions for the system queries and for selecting 2019-12-05 21:03:57 +03:00
Set.cpp fix comparator in MergeTreeSetIndex 2020-02-27 14:23:55 +03:00
Set.h fix PVS warning 2020-02-27 16:29:37 +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 Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
sortBlock.cpp cosmetic 2020-01-29 11:09:27 +01:00
sortBlock.h Review fixes 2019-12-07 01:22:12 +03:00
SubqueryForSet.cpp Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
SubqueryForSet.h Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
SyntaxAnalyzer.cpp some more refactoring 2020-03-03 17:25:45 +03:00
SyntaxAnalyzer.h some more refactoring 2020-03-03 17:25:45 +03:00
SystemLog.cpp Update SystemLog.cpp 2020-01-23 22:21:57 +03:00
SystemLog.h review fixes 2020-02-14 16:09:51 +03:00
TablesStatus.cpp Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
TablesStatus.h Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
TextLog.cpp Improve flush performance in SystemLog 2020-02-07 22:32:49 +03:00
TextLog.h Improve flush performance in SystemLog 2020-02-07 22:32:49 +03:00
ThreadStatusExt.cpp Fixed wrong code around Memory Profiler 2020-03-03 03:24:44 +03:00
TraceLog.cpp Fixed wrong code around Memory Profiler 2020-03-03 03:28:52 +03:00
TraceLog.h Fixed wrong code around Memory Profiler 2020-03-03 03:24:44 +03:00
TranslateQualifiedNamesVisitor.cpp Remove unused ErrorCodes 2020-02-25 17:35:37 +03:00
TranslateQualifiedNamesVisitor.h add JoinedTables class 2020-02-28 18:23:32 +03:00