ClickHouse/dbms/src/Interpreters
Artem Zuikov adca27cb45
Fix PREWHERE with distributed IN (#9871)
fix PREWHERE with distributed IN (local mode)
2020-03-26 12:07:10 +03:00
..
ClusterProxy Add force_optimize_skip_unused_shards_no_nested 2020-03-23 22:30:54 +03:00
tests Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
ActionLocksManager.cpp remove tryGetTable 2020-03-04 23:29:52 +03:00
ActionLocksManager.h fix build 2020-03-13 13:30:55 +03:00
ActionsVisitor.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +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 more aggregation methods 2020-03-23 21:44:21 +08:00
Aggregator.h more aggregation methods 2020-03-23 21:44:21 +08: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 clang-tidy, part 8 2020-03-09 02:48:08 +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 Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +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 Merge branch 'master' into split_databases_from_context 2020-03-12 15:09:41 +03:00
AsynchronousMetrics.h Attempt to implemnt global thread pool #4018 2019-01-14 22:22:09 +03:00
BloomFilter.cpp clang-tidy, part 8 2020-03-09 02:48:08 +03:00
BloomFilter.h clang-tidy, part 8 2020-03-09 02:48:08 +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 Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
CatBoostModel.h Use separate variables for the database and name in dictionaries. 2019-12-29 23:48:10 +07:00
ClientInfo.cpp Arcadia (#9729) 2020-03-18 21:54:27 +03:00
ClientInfo.h More strict aliasing 2020-02-22 10:17:52 +08:00
Cluster.cpp Add setting for a new format of distributed parts 2020-03-13 21:49:46 +03:00
Cluster.h Add setting for a new format of distributed parts 2020-03-13 21:49:46 +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 Merge pull request #9840 from vitlibar/fix-grants-for-introspection 2020-03-24 22:43:50 +03:00
Context.h Introduce SettingsProfile as a new access entity type. 2020-03-22 11:08:08 +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 JOIN rewriters inconsistency (#9830) 2020-03-24 01:23:31 +03:00
CrossToInnerJoinVisitor.h Rewrite multiple JOINs v2 (set multiple_joins_rewriter_version = 2) 2020-03-19 00:38:27 +03:00
DatabaseAndTableWithAlias.cpp enable UUIDs for temporary tables 2020-03-12 23:00:37 +03:00
DatabaseAndTableWithAlias.h enable UUIDs for temporary tables 2020-03-12 23:00:37 +03:00
DatabaseCatalog.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
DatabaseCatalog.h minor improvements 2020-03-13 18:41:36 +03:00
DDLWorker.cpp Merge branch 'master' of github.com:yandex/ClickHouse into clang-tidy-4 2020-03-18 22:16:07 +03:00
DDLWorker.h clang-tidy, part 2 2020-03-18 03:57:00 +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 Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
evaluateConstantExpression.h clang-tidy, part 10 2020-03-09 03:28:05 +03:00
executeQuery.cpp Merge pull request #9673 from azat/processors-max_distributed_connections 2020-03-24 08:32:15 +03:00
executeQuery.h Combine executeQuery() callbacks 2020-03-03 19:32:41 +04:00
ExecuteScalarSubqueriesVisitor.cpp clang-tidy, part 8 2020-03-09 02:48:08 +03:00
ExecuteScalarSubqueriesVisitor.h better scalar query 2019-10-23 21:37:54 +08:00
ExpressionActions.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
ExpressionActions.h ExpressionActions refactoring: extract ArrayJoinAction class (#8998) 2020-02-05 13:12:19 +03:00
ExpressionAnalyzer.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
ExpressionAnalyzer.h Merge branch 'master' into split_databases_from_context 2020-03-12 15:09:41 +03:00
ExpressionJIT.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
ExpressionJIT.h Fix build. 2019-12-12 17:55:55 +03:00
ExternalDictionariesLoader.cpp Fix compilation issue in Clang 2020-03-03 09:32:58 +01:00
ExternalDictionariesLoader.h MySQL connection mutualize connection + integration test 2020-02-27 10:34:06 +01:00
ExternalLoader.cpp Merge pull request #9622 from PerformanceVision/dictionary_status 2020-03-24 09:44:01 +03:00
ExternalLoader.h test 2020-03-17 10:24:24 +01: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 clang-tidy, part 9 2020-03-09 03:08:02 +03:00
ExternalModelsLoader.cpp Fix typeo in ExternalModelsLoader. 2020-02-11 08:32:27 +03:00
ExternalModelsLoader.h clang-tidy, part 9 2020-03-09 03:08:02 +03:00
ExtractExpressionInfoVisitor.cpp Rewrite CROSS/COMMA to INNER JOIN using table's columns knowledge (#9512) 2020-03-08 14:07:05 +03:00
ExtractExpressionInfoVisitor.h fix lambda function in predicate 2020-01-06 18:38:48 +08:00
FillingRow.cpp clang-tidy, part 9 2020-03-09 03:08:02 +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 fix build 2020-03-13 13:30:55 +03:00
getTableExpressions.h JoinedTables related changes 2020-03-02 22:39:39 +03:00
GlobalSubqueriesVisitor.h minor improvements 2020-03-13 18:41:36 +03:00
IdentifierSemantic.cpp fix build 2020-03-13 13:30:55 +03:00
IdentifierSemantic.h enable UUIDs for temporary tables 2020-03-12 23:00: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 Fix PREWHERE with distributed IN (#9871) 2020-03-26 12:07:10 +03:00
InJoinSubqueriesPreprocessor.h clang-tidy, part 9 2020-03-09 03:08:02 +03:00
inplaceBlockConversions.cpp Merge branch 'master' into better_defaults 2020-03-05 21:30:46 +03:00
inplaceBlockConversions.h Slightly refactor merger mutator 2020-02-17 18:44:13 +03:00
InternalTextLogsQueue.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
InternalTextLogsQueue.h Remove excessive empty lines 2020-03-03 05:43:59 +03:00
InterpreterAlterQuery.cpp Improve access rights: KILL_MUTATION deleted, rights for corresponding ALTER commands are checked instead. 2020-03-22 11:08:08 +03:00
InterpreterAlterQuery.h Improve access rights: KILL_MUTATION deleted, rights for corresponding ALTER commands are checked instead. 2020-03-22 11:08:08 +03:00
InterpreterCheckQuery.cpp Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted. 2020-03-22 11:08:08 +03:00
InterpreterCheckQuery.h Add settings for check query backward compatibility 2019-07-16 13:19:37 +03:00
InterpreterCreateQuery.cpp remove isExternalTableExist 2020-03-12 15:36:31 +03:00
InterpreterCreateQuery.h Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
InterpreterCreateQuotaQuery.cpp Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on. 2020-03-22 11:08:08 +03:00
InterpreterCreateQuotaQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterCreateRoleQuery.cpp Implement SQL to manage settings profiles. 2020-03-22 11:08:08 +03:00
InterpreterCreateRoleQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterCreateRowPolicyQuery.cpp Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on. 2020-03-22 11:08:08 +03:00
InterpreterCreateRowPolicyQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterCreateSettingsProfileQuery.cpp Implement SQL to manage settings profiles. 2020-03-22 11:08:08 +03:00
InterpreterCreateSettingsProfileQuery.h Implement SQL to manage settings profiles. 2020-03-22 11:08:08 +03:00
InterpreterCreateUserQuery.cpp Implement SQL to manage settings profiles. 2020-03-22 11:08:08 +03:00
InterpreterCreateUserQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterDescribeQuery.cpp Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted. 2020-03-22 11:08:08 +03:00
InterpreterDescribeQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterDropAccessEntityQuery.cpp Implement SQL to manage settings profiles. 2020-03-22 11:08:08 +03:00
InterpreterDropAccessEntityQuery.h Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterDropQuery.cpp DROP VIEW support. (#9831) 2020-03-24 01:28:30 +03:00
InterpreterDropQuery.h clang-tidy, part 2 2020-03-18 03:57:00 +03:00
InterpreterExistsQuery.cpp Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted. 2020-03-22 11:08:08 +03:00
InterpreterExistsQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterExplainQuery.cpp minor improvements 2020-03-13 18:41:36 +03:00
InterpreterExplainQuery.h hold shared pointers to table function Storage and Context from InterpreterSelectQuery 2019-11-15 21:42:32 +03:00
InterpreterFactory.cpp Implement SQL to manage settings profiles. 2020-03-22 11:08:08 +03:00
InterpreterFactory.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterGrantQuery.cpp Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on. 2020-03-22 11:08:08 +03:00
InterpreterGrantQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterInsertQuery.cpp Update InterpreterInsertQuery.cpp 2020-03-24 09:34:01 +03:00
InterpreterInsertQuery.h add StorageID to ASTInsertQuery 2020-03-02 23:23:58 +03:00
InterpreterKillQueryQuery.cpp Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on. 2020-03-22 11:08:08 +03:00
InterpreterKillQueryQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterOptimizeQuery.cpp fix build 2020-03-13 13:30:55 +03:00
InterpreterOptimizeQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterRenameQuery.cpp minor improvements 2020-03-13 18:41:36 +03:00
InterpreterRenameQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterSelectQuery.cpp Merge pull request #9673 from azat/processors-max_distributed_connections 2020-03-24 08:32:15 +03:00
InterpreterSelectQuery.h Fix max_distributed_connections w/o Processors 2020-03-20 20:51:37 +03:00
InterpreterSelectWithUnionQuery.cpp Fix max_distributed_connections w/o Processors 2020-03-20 20:51:37 +03:00
InterpreterSelectWithUnionQuery.h Fix max_distributed_connections w/o Processors 2020-03-20 20:51:37 +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 Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on. 2020-03-22 11:08:08 +03:00
InterpreterSetRoleQuery.h Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on. 2020-03-22 11:08:08 +03:00
InterpreterShowCreateAccessEntityQuery.cpp Implement SQL to manage settings profiles. 2020-03-22 11:08:08 +03:00
InterpreterShowCreateAccessEntityQuery.h Add attach mode to access-controlling SQL. 2020-02-28 16:34:18 +03:00
InterpreterShowCreateQuery.cpp Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted. 2020-03-22 11:08:08 +03:00
InterpreterShowCreateQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterShowGrantsQuery.cpp Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on. 2020-03-22 11:08:08 +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 Merge branch 'master' into split_databases_from_context 2020-02-17 13:04:36 +03:00
InterpreterShowTablesQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterSystemQuery.cpp Mass rename: AccessRightsContext -> ContextAccess, QuotaContext -> EnabledQuota, RoleContext -> EnabledRoles, and so on. 2020-03-22 11:08:08 +03:00
InterpreterSystemQuery.h fix build 2020-03-13 13:30:55 +03:00
InterpreterUseQuery.cpp Improve access rights: SHOW splitted into SHOW_DATABASES, SHOW_TABLES, SHOW_COLUMNS, SHOW_DICTIONARIES, EXISTS deleted. 2020-03-22 11:08:08 +03:00
InterpreterUseQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterWatchQuery.cpp clang-tidy, part 2 2020-03-18 03:57:00 +03:00
InterpreterWatchQuery.h clang-tidy, part 2 2020-03-18 03:57:00 +03:00
interpretSubquery.cpp fix build 2020-03-13 13:30:55 +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 RIGHT and FULL JOIN with LowCardinality (#9610) 2020-03-13 11:15:43 +03:00
join_common.h Fix RIGHT and FULL JOIN with LowCardinality (#9610) 2020-03-13 11:15:43 +03:00
Join.cpp Fix RIGHT and FULL JOIN with LowCardinality (#9610) 2020-03-13 11:15:43 +03:00
Join.h Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
joinDispatch.h better comment 2019-12-05 15:01:34 +03:00
JoinedTables.cpp enable UUIDs for temporary tables 2020-03-12 23:00:37 +03:00
JoinedTables.h remove isExternalTableExist 2020-03-12 15:36:31 +03:00
JoinSwitcher.cpp clang-tidy, part 10 2020-03-09 03:28:05 +03:00
JoinSwitcher.h Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
JoinToSubqueryTransformVisitor.cpp Fix JOIN rewriters inconsistency (#9830) 2020-03-24 01:23:31 +03:00
JoinToSubqueryTransformVisitor.h Fix JOIN rewriters inconsistency (#9830) 2020-03-24 01:23:31 +03:00
loadMetadata.cpp move databases from Context to DatabaseCatalog 2020-02-10 17:49:44 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp Make settings values atomic to avoid race conditions 2019-08-08 22:29:56 +03:00
LogicalExpressionsOptimizer.h clang-tidy, part 2 2020-03-18 03:57:00 +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 Fix RIGHT and FULL JOIN with LowCardinality (#9610) 2020-03-13 11:15:43 +03:00
MergeJoin.h Added even more clang-tidy checks 2020-03-18 19:51:20 +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 Fix mutations memory consumption finally 2020-03-25 13:52:32 +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 Remove atomic from bytes_size 2020-03-23 16:32:02 +03:00
PartLog.h Revert accident changes 2020-03-19 18:12:22 +03:00
PredicateExpressionsOptimizer.cpp Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
PredicateExpressionsOptimizer.h try fix failure test & fix build failure 2020-01-04 16:47:03 +08:00
PredicateRewriteVisitor.cpp clang-tidy, part 10 2020-03-09 03:28:05 +03: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 Expose ProcessListForUserInfo structure from ProcessList. 2020-03-20 20:27:17 +03:00
ProcessList.h Expose ProcessListForUserInfo structure from ProcessList. 2020-03-20 20:27:17 +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 fix clang-8 warning 2020-03-20 15:36:35 +03:00
QueryAliasesVisitor.h Rewrite multiple JOINs v2 (set multiple_joins_rewriter_version = 2) 2020-03-19 00:38:27 +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 Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
QueryNormalizer.h clang-tidy, part 10 2020-03-09 03:28:05 +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 Remove indexHint function (#9542) 2020-03-07 22:56:38 +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 clang-tidy, part 2 2020-03-18 03:57:00 +03:00
Set.cpp Merge branch 'master' into clang-tidy 2020-03-11 10:16:13 +03:00
Set.h clang-tidy, part 10 2020-03-09 03:28:05 +03:00
SetVariants.cpp Added most of bugprone checks 2020-03-18 19:51:20 +03:00
SetVariants.h Added missing ErrorCodes, part 2 2020-02-25 21:10:48 +03:00
sortBlock.cpp clang-tidy, part 10 2020-03-09 03:28:05 +03:00
sortBlock.h Review fixes 2019-12-07 01:22:12 +03:00
StorageID.cpp fix 2020-03-13 22:46:16 +03:00
StorageID.h minor improvements 2020-03-13 18:41:36 +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 Clang Tidy, part 7 (#9799) 2020-03-23 05:12:31 +03:00
SyntaxAnalyzer.h clang-tidy, part 2 2020-03-18 03:57:00 +03:00
SystemLog.cpp do not allow custom database for system tables 2020-03-02 20:25:36 +03:00
SystemLog.h Merge pull request #9667 from ClickHouse/fix-flacky-test-uniq-combined-memory-usage 2020-03-15 05:40:23 +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 Add high-precision timestamp to trace_log 2020-03-17 05:16:04 +03:00
TraceLog.h Add high-precision timestamp to trace_log 2020-03-17 05:16:04 +03:00
TranslateQualifiedNamesVisitor.cpp Added even more clang-tidy checks 2020-03-18 19:51:20 +03:00
TranslateQualifiedNamesVisitor.h clang-tidy, part 2 2020-03-18 03:57:00 +03:00