ClickHouse/dbms/src/Interpreters
2020-01-18 20:28:53 +03:00
..
ClusterProxy Try fix test 2019-11-08 20:30:56 +03:00
tests Merge branch 'master' into table_name_in_istorage 2020-01-09 17:33:58 +03:00
ActionLocksManager.cpp Preparing databases for dictionaries 2019-10-10 20:33:01 +03:00
ActionLocksManager.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
ActionsVisitor.cpp Allow table identifier as the first arg to joinGet (#7707) 2019-12-18 23:36:51 +03:00
ActionsVisitor.h Early constant folding. 2019-10-31 23:54:32 +08: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 Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
Aggregator.h Better addBatchArray aggregator 2019-11-11 16:56:11 +08:00
Aliases.h Fix includes (#4673) 2019-03-13 16:58:04 +03:00
AnalyzedJoin.cpp relax ambiguous column check for multiple JOIN ON section 2019-12-24 21:51:37 +03:00
AnalyzedJoin.h relax ambiguous column check for multiple JOIN ON section 2019-12-24 21:51:37 +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 Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
ClientInfo.h Do not send queries to leader replica received from DDLWorker 2019-04-12 14:06:05 +03:00
Cluster.cpp Make the code less wrong #8493 2020-01-10 20:44:34 +03:00
Cluster.h Make the code less wrong #8493 2020-01-10 20:44:34 +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 Merge branch 'master' into table_name_in_istorage 2020-01-13 14:41:42 +03:00
Context.h Merge branch 'master' into table_name_in_istorage 2020-01-13 14:41:42 +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 Merge branch 'master' into table_name_in_istorage 2020-01-13 14:41:42 +03:00
DDLWorker.h Execute some distributed DDL queries on leader 2019-06-26 17:52:20 +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 Initial commit to fix IParser::Pos.max_depth issue 2020-01-14 13:11:01 +02:00
executeQuery.h Disable context replacement for internal queries 2019-10-29 13:27:19 +03: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 Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
ExpressionActions.h Integration of log storages with IDisk interface 2019-12-23 16:11:56 +03:00
ExpressionAnalyzer.cpp Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
ExpressionAnalyzer.h improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +03:00
ExpressionJIT.cpp Minor style improvement 2019-12-20 00:29:37 +03: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 some spelling mistakes 2020-01-11 17:51:33 +08: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 Automatic removing of config repositories to simplify the code. 2019-12-31 06:30:27 +07: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 improve input order analyzing and turn on order by optimization with left/inner joins 2019-12-20 16:15:17 +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 bugfix client logs + some tests 2019-07-10 16:15:22 +03:00
InternalTextLogsQueue.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +03:00
InterpreterAlterQuery.cpp Move check alter to alter interpreter 2019-12-29 14:09:10 +03:00
InterpreterAlterQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterCheckQuery.cpp Fix style 2019-07-16 13:50:59 +03:00
InterpreterCheckQuery.h Add settings for check query backward compatibility 2019-07-16 13:19:37 +03:00
InterpreterCreateQuery.cpp Merge branch 'master' into table_name_in_istorage 2020-01-09 17:33:58 +03:00
InterpreterCreateQuery.h InterpreterCreateQuery code cleanup 2019-12-20 15:51:51 +03:00
InterpreterCreateQuotaQuery.cpp Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterCreateQuotaQuery.h Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterCreateRowPolicyQuery.cpp Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
InterpreterCreateRowPolicyQuery.h Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
InterpreterDescribeQuery.cpp Fixed possible deadlock in distributed queries 2019-08-31 15:18:14 +03:00
InterpreterDescribeQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterDropAccessEntityQuery.cpp Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
InterpreterDropAccessEntityQuery.h Add DCL to manage quotas. 2019-12-05 21:03:57 +03:00
InterpreterDropQuery.cpp remove separate getTableName() and getDatabaseName() 2019-12-26 21:11:49 +03:00
InterpreterDropQuery.h Attach detach and introspection queries for dictionaries 2019-10-11 16:21:52 +03:00
InterpreterExistsQuery.cpp More GCC warnings 2019-12-16 23:19:50 +02: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 Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
InterpreterFactory.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterInsertQuery.cpp refactor table dependencies 2019-12-26 20:23:24 +03:00
InterpreterInsertQuery.h Don't push to MVs when inserting into Kafka table (#7265) 2019-10-22 13:31:28 +03:00
InterpreterKillQueryQuery.cpp Add allow_processors flag to executeQuery. 2019-09-02 18:19:01 +03:00
InterpreterKillQueryQuery.h Merge ITableDeclaration into IStorage. 2019-05-17 17:34:25 +03:00
InterpreterOptimizeQuery.cpp Attempt to fix deadlock 2019-08-20 04:24:53 +03:00
InterpreterOptimizeQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterRenameQuery.cpp Avoid deadlock in multiple tables RENAME 2019-08-31 13:37:28 +03:00
InterpreterRenameQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterSelectQuery.cpp Merge branch 'master' into table_name_in_istorage 2020-01-13 14:41:42 +03:00
InterpreterSelectQuery.h add asserts on invalid StorageID 2019-12-30 21:20:43 +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 Merge remote-tracking branch 'refs/remotes/upstream/master' into vfs_log 2019-12-27 09:55:54 +03:00
InterpreterShowCreateAccessEntityQuery.h Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
InterpreterShowCreateQuery.cpp Initial commit to fix IParser::Pos.max_depth issue 2020-01-14 13:11:01 +02: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
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 Attach detach and introspection queries for dictionaries 2019-10-11 16:21:52 +03:00
InterpreterShowTablesQuery.h Include IAST_fwd.h for using ASTPtr 2019-03-11 17:01:45 +03:00
InterpreterSystemQuery.cpp Merge branch 'master' into refactor_databases 2019-12-29 03:52:07 +03:00
InterpreterSystemQuery.h Disable quota consumptions for the system queries and for selecting 2019-12-05 21:03:57 +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
InterpreterWatchQuery.cpp Added experimental setting for LIVE VIEWs 2019-08-23 02:46:40 +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 more ExpressionAnalyzer refactoring 2019-09-04 19:20:02 +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 some spelling mistakes 2020-01-11 17:51:33 +08:00
Join.h Merge pull request #8130 from CurtizJ/optimize-storage-merge 2019-12-22 12:43:18 +03:00
joinDispatch.h better comment 2019-12-05 15:01:34 +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 Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
MergeJoin.h Fix some spelling mistakes 2020-01-11 17:51:33 +08: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 Remove redundant alter_lock, because parts cannot be altered concurrently. 2019-12-25 15:34:04 +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 Merged with master. 2019-10-21 18:33:44 +03:00
ProcessList.h Add "os_thread_ids" column to system tables 2019-09-01 00:47:15 +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 Prepare for stricter type checking in Field. 2019-12-10 16:40:45 +03:00
QueryLog.h Use proper types for Field. 2019-10-02 16:48:26 +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 Adopted IPv6 data type in system tables; unified client info columns in system.processes and system.query_log 2019-06-15 17:20:32 +03:00
QueryThreadLog.h Revert "Revert "Merge branch 'master' into CLICKHOUSE-3893"" 2018-09-05 12:47:57 +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 Set: initialize filter for Null values as well. (#8235) 2019-12-17 13:20:04 +03:00
Set.h Merge pull request #7574 from ClickHouse/processors-4 2019-11-08 00:46:30 +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 Whitespace 2019-12-09 04:15:42 +03:00
sortBlock.h Review fixes 2019-12-07 01:22:12 +03:00
SubqueryForSet.cpp MergeJoin in progress 2019-09-09 22:43:37 +03:00
SubqueryForSet.h MergeJoin in progress 2019-09-09 22:43:37 +03:00
SyntaxAnalyzer.cpp Fix some spelling mistakes 2020-01-11 17:51:33 +08:00
SyntaxAnalyzer.h move one more function 2019-12-12 19:54:04 +03:00
SystemLog.cpp Removed fixed index granularity from system logs 2019-11-10 17:04:29 +03:00
SystemLog.h Include FieldVisitors.h in less files. 2019-10-07 20:23:05 +03:00
TablesStatus.cpp
TablesStatus.h
TextLog.cpp Prepare for stricter type checking in Field. 2019-12-10 16:40:45 +03:00
TextLog.h nothing interesting 2019-07-24 11:26:23 +03:00
ThreadStatusExt.cpp Avoid using query_id from old threads 2019-12-22 23:50:33 +03:00
TraceLog.cpp Added information about revision to trace log 2019-07-24 23:12:32 +03:00
TraceLog.h Remove excessive includes. 2019-09-30 15:31:14 +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
Users.cpp Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
Users.h Add DCL to manage row policies. 2019-12-19 18:40:21 +03:00
UsersManager.cpp change to std::optional 2019-11-18 16:35:31 +03:00
UsersManager.h Remove redundant classes 2019-09-26 19:12:15 +03:00