ClickHouse/dbms/src/Interpreters
2020-02-19 15:37:56 +03:00
..
ClusterProxy Try fix test 2019-11-08 20:30:56 +03:00
tests More clean-up 2020-02-17 17:27:09 +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 Merge remote-tracking branch 'upstream/master' into memory-profiler 2020-02-03 16:21:21 +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 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
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 Addition to prev. revision 2019-08-21 08:47:09 +03:00
Aggregator.cpp Add ability to use multiple disks/volumes for temporary data 2020-01-23 20:31:01 +03:00
Aggregator.h Add ability to use multiple disks/volumes for temporary data 2020-01-23 20:31:01 +03:00
Aliases.h Fix includes (#4673) 2019-03-13 16:58:04 +03:00
AnalyzedJoin.cpp add join_algorithm setting 2020-02-18 20:31:22 +03:00
AnalyzedJoin.h fix storage join 2020-02-19 15:37:56 +03:00
ArrayJoinAction.cpp ExpressionActions refactoring: extract ArrayJoinAction class (#8998) 2020-02-05 13:12:19 +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 fixup 2020-01-10 14:16:14 +03:00
BloomFilter.h Code cleanup. 2019-11-01 18:31:02 +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 Do not send queries to leader replica received from DDLWorker 2019-04-12 14:06:05 +03:00
Cluster.cpp Update Cluster.cpp 2020-02-16 07:12:48 +03:00
Cluster.h Update Cluster.h 2020-02-16 07:13:54 +03:00
CMakeLists.txt Remove Compiler 2019-08-24 00:10:26 +03:00
CollectJoinOnKeysVisitor.cpp relax ambiguous column check for multiple JOIN ON section 2019-12-24 21:51: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 Add simple memory profiler (#8765) 2020-02-12 15:37:40 +03:00
Context.h Add row-level filter support to Distributed engine (#8926) 2020-02-07 22:31:09 +03:00
convertFieldToType.cpp Fix some spelling mistakes 2020-01-11 17:51:33 +08: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 some spelling mistakes 2020-01-11 17:51:33 +08:00
CrossToInnerJoinVisitor.h simplify InDepthNodeVisitor 2019-02-22 16:33:56 +03:00
DatabaseAndTableWithAlias.cpp move one more function 2019-12-12 19:54:04 +03:00
DatabaseAndTableWithAlias.h try fix some predicate optimizer bug 2020-01-02 21:14:48 +08:00
DDLWorker.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03: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 Merge branch 'master' into formats_improvements 2019-10-16 17:15:13 +03:00
evaluateConstantExpression.h Fixed bad code in transformQueryForExternalDatabase 2019-10-09 22:58:50 +03:00
evaluateMissingDefaults.cpp refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer 2019-08-09 17:50:04 +03:00
evaluateMissingDefaults.h send defaults via serialized ColumnsDescription CLICKHOUSE-3578 2018-12-04 23:03:04 +03:00
executeQuery.cpp Using OS tid everywhere #7477 2020-02-02 05:28:14 +03:00
executeQuery.h Set X-ClickHouse-Format HTTP response header to the format name 2020-01-22 00:33:33 +05:30
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 ExpressionActions refactoring: extract ArrayJoinAction class (#8998) 2020-02-05 13:12:19 +03:00
ExpressionActions.h ExpressionActions refactoring: extract ArrayJoinAction class (#8998) 2020-02-05 13:12:19 +03:00
ExpressionAnalyzer.cpp add join_algorithm setting 2020-02-18 20:31:22 +03:00
ExpressionAnalyzer.h actualize ExpressionAnalyzer public interface 2020-02-10 22:55:13 +03: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 Fix race when executing SYSTEM RELOAD ALL DICTIONARIES. 2020-01-23 16:35:12 +03:00
ExternalLoader.h Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07: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 Rename As<…> → as<…> 2019-03-11 16:22:51 +03:00
getClusterName.h
getTableExpressions.cpp More GCC warnings 2019-12-16 23:19:50 +02:00
getTableExpressions.h fix 'There's no column' error for materialized and alias columns 2019-12-13 21:46:55 +03:00
GlobalSubqueriesVisitor.h better constructors of storages 2019-12-26 20:04:08 +03:00
IdentifierSemantic.cpp relax ambiguous column check for multiple JOIN ON section 2019-12-24 21:51:37 +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 Disable quota consumptions for the system queries and for selecting 2019-12-05 21:03:57 +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
InternalTextLogsQueue.cpp Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +03:00
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +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 better syntax for temporary LIVE VIEW 2020-02-14 21:20:20 +03:00
InterpreterCreateQuery.h Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
InterpreterCreateQuotaQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterCreateQuotaQuery.h Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterCreateRowPolicyQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterCreateRowPolicyQuery.h Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
InterpreterCreateUserQuery.cpp Implement SQL queries to manipulate users and grants. 2020-02-06 18:12:53 +03:00
InterpreterCreateUserQuery.h Implement SQL queries to manipulate users and grants. 2020-02-06 18:12:53 +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 to manipulate users and grants. 2020-02-06 18:12:53 +03:00
InterpreterDropAccessEntityQuery.h Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterDropQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +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 Include Field.h in less files. 2019-10-08 16:23:24 +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 queries to manipulate users and grants. 2020-02-06 18:12:53 +03:00
InterpreterFactory.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterGrantQuery.cpp Implement partial revokes. 2020-02-06 18:12:53 +03:00
InterpreterGrantQuery.h Implement SQL queries to manipulate users and grants. 2020-02-06 18:12:53 +03:00
InterpreterInsertQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +03:00
InterpreterInsertQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterKillQueryQuery.cpp Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterKillQueryQuery.h Check access rights via new interface. 2020-01-31 20:27:28 +03:00
InterpreterOptimizeQuery.cpp Rewrite the User class to be controlled by AccessControlManager. 2020-01-31 20:27:32 +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 minor fix (remove logic dependent on partial_merge_join setting) 2020-02-19 14:20:35 +03:00
InterpreterSelectQuery.h actualize ExpressionAnalyzer public interface 2020-02-10 22:55:13 +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
InterpreterShowCreateAccessEntityQuery.cpp Implement SQL queries to manipulate users and grants. 2020-02-06 18:12:53 +03:00
InterpreterShowCreateAccessEntityQuery.h Implement SQL queries to manipulate users and grants. 2020-02-06 18:12:53 +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 Implement SQL queries to manipulate users and grants. 2020-02-06 18:12:53 +03:00
InterpreterShowGrantsQuery.h Implement SQL queries to manipulate users and grants. 2020-02-06 18:12:53 +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 Check access rights via new interface. 2020-01-31 20:27:28 +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 Removed useless code (found by PVS Studio) 2020-02-02 23:59:18 +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 Some InterpreterSelectQuery refactoring (#9035) 2020-02-10 18:50:12 +03:00
interpretSubquery.h extract visitor from ExpressionAnalyser [CLICKHOUSE-3996] 2018-10-12 18:41:28 +03: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 fix JoinSwitcher logic 2020-02-18 15:41:23 +03:00
Join.h fix JoinSwitcher logic 2020-02-18 15:41:23 +03:00
joinDispatch.h better comment 2019-12-05 15:01:34 +03:00
JoinSwitcher.cpp use default_max_bytes_in_join in JoinSwitcher if no join limits 2020-02-18 17:19:13 +03:00
JoinSwitcher.h use default_max_bytes_in_join in JoinSwitcher if no join limits 2020-02-18 17:19:13 +03:00
JoinToSubqueryTransformVisitor.cpp relax ambiguous column check for multiple JOIN ON section 2019-12-24 21:51: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 swtich HashJoin to MergeJoin if JOIN limit exceeded 2020-02-17 20:08:31 +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 extract more logic out of QueryNormalizer 2019-10-23 16:59:03 +03:00
MutationsInterpreter.cpp Don't use ORDER BY for empty key 2020-02-07 20:10:24 +03:00
MutationsInterpreter.h Remove redundant alter_lock, because parts cannot be altered concurrently. 2019-12-25 15:34:04 +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 separate getTableName() and getDatabaseName() 2019-12-26 21:11:49 +03:00
PartLog.h Add moves to part log 2019-09-03 14:32:25 +03:00
PredicateExpressionsOptimizer.cpp try fix failure test & fix build failure 2020-01-04 16:47:03 +08: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 Merge remote-tracking branch 'upstream/master' into memory-profiler 2020-02-03 16:21:21 +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 Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +03: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 Changed thread_id to UInt64 to support more OS 2020-02-02 23:01:13 +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 refactoring: move collectUsedColumns from ExpressionAnalyzer to SyntaxAnalyzer 2019-08-09 17:50:04 +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 Merge pull request #8813 from CurtizJ/merging-in-arrays 2020-02-02 04:33:54 +03:00
Set.h Merge pull request #8813 from CurtizJ/merging-in-arrays 2020-02-02 04:33:54 +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 Include Field.h in less files. 2019-10-08 16:23:24 +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 syntax ANY INNER to SEMI LEFT JOIN rewrite 2020-02-02 17:07:50 +03:00
SyntaxAnalyzer.h move one more function 2019-12-12 19:54:04 +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
TablesStatus.h
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 Attempt to fix 2020-02-03 20:06:59 +03:00
TraceLog.cpp Fix Int64 → UInt64 for |size| 2020-02-10 18:24:26 +03:00
TraceLog.h Fix Int64 → UInt64 for |size| 2020-02-10 18:24:26 +03:00
TranslateQualifiedNamesVisitor.cpp fix 'There's no column' error for materialized and alias columns 2019-12-13 21:46:55 +03:00
TranslateQualifiedNamesVisitor.h support nested column names 2019-11-13 19:49:29 +03:00