ClickHouse/src/Interpreters
2020-05-21 17:11:56 +03:00
..
ClusterProxy Checkpoint 2020-04-22 09:01:33 +03:00
tests Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsVisitor.cpp Fix passing dictionary's name to dictGet() with alias. 2020-05-19 21:17:29 +03:00
ActionsVisitor.h
AddDefaultDatabaseVisitor.h
addMissingDefaults.cpp
addMissingDefaults.h Add missing headers for libstdc++ from gcc10 2020-05-16 00:00:38 +03:00
addTypeConversionToAST.cpp
addTypeConversionToAST.h
AggregateDescription.h
AggregationCommon.h Fix build 2020-05-10 02:54:04 +03:00
Aggregator.cpp Shared build fix 2020-05-09 04:55:08 +08:00
Aggregator.h Volumes and storages refactoring: 2020-05-04 23:15:38 +03:00
Aliases.h
ArrayJoinAction.cpp
ArrayJoinAction.h
ArrayJoinedColumnsVisitor.h
asof.h
AsteriskSemantic.h
AsynchronousMetrics.cpp Fix visible drift of MemoryTracking metric 2020-04-25 15:36:01 +03:00
AsynchronousMetrics.h Fix Mac OS #10246 2020-04-21 21:49:28 +03:00
BloomFilter.cpp
BloomFilter.h
BloomFilterHash.h
CancellationCode.h
castColumn.cpp
castColumn.h
CatBoostModel.cpp Checkpoint 2020-04-22 08:39:31 +03:00
CatBoostModel.h
ClientInfo.cpp Merge branch 'master' into quota-key-in-client 2020-04-20 02:15:37 +03:00
ClientInfo.h
Cluster.cpp Fix prefer_localhost_replica=0 and load_balancing for Distributed INSERT 2020-05-14 03:29:03 +03:00
Cluster.h Fix prefer_localhost_replica=0 and load_balancing for Distributed INSERT 2020-05-14 03:29:03 +03:00
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp
CollectJoinOnKeysVisitor.h
Context.cpp Fix deadlock after clickhouse-server update (with changes in one of system log tables structure) during startup between concurrent merge and table rename. 2020-05-21 17:11:56 +03:00
Context.h Fix deadlock after clickhouse-server update (with changes in one of system log tables structure) during startup between concurrent merge and table rename. 2020-05-21 17:11:56 +03:00
convertFieldToType.cpp Fix logical error in convertFieldToType 2020-05-12 02:53:03 +03:00
convertFieldToType.h
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Checkpoint 2020-04-22 08:39:31 +03:00
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp Checkpoint 2020-04-22 09:01:33 +03:00
DatabaseAndTableWithAlias.h Checkpoint 2020-04-22 09:01:33 +03:00
DatabaseCatalog.cpp Add tests with DatabaseAtomic (#10714) 2020-05-07 14:29:58 +03:00
DatabaseCatalog.h Add tests with DatabaseAtomic (#10714) 2020-05-07 14:29:58 +03:00
DDLWorker.cpp Merge branch 'master' into database_atomic 2020-04-23 17:31:37 +03:00
DDLWorker.h
DictionaryReader.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
DictionaryReader.h
DNSCacheUpdater.cpp
DNSCacheUpdater.h
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h
evaluateConstantExpression.cpp
evaluateConstantExpression.h
executeQuery.cpp Remove experimental_use_processors setting, part 1. (#10924) 2020-05-15 22:28:10 +03:00
executeQuery.h
ExecuteScalarSubqueriesVisitor.cpp try fix tests. 2020-05-09 21:43:16 +03:00
ExecuteScalarSubqueriesVisitor.h Do not calculate subqueries when only_analyze enabled. 2020-05-09 21:43:16 +03:00
ExpressionActions.cpp Checkpoint 2020-04-22 09:01:33 +03:00
ExpressionActions.h Changes required for auto-sync with Arcadia 2020-04-16 15:31:57 +03:00
ExpressionAnalyzer.cpp fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
ExpressionAnalyzer.h fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
ExpressionJIT.cpp Checkpoint 2020-04-22 09:01:33 +03:00
ExpressionJIT.h Merge pull request #10342 from azat/optimizeGroupBy-isInjective 2020-04-18 14:28:59 +03:00
ExternalDictionariesLoader.cpp Show information about not loaded dictionaries in system.columns, system.tables 2020-04-18 12:50:54 +03:00
ExternalDictionariesLoader.h Show information about not loaded dictionaries in system.columns, system.tables 2020-04-18 12:50:54 +03:00
ExternalLoader.cpp Move initialization of DatabaseWithDictionaries to constructor. 2020-04-30 20:22:20 +03:00
ExternalLoader.h Move initialization of DatabaseWithDictionaries to constructor. 2020-04-30 20:22:20 +03:00
ExternalLoaderDatabaseConfigRepository.cpp Move initialization of DatabaseWithDictionaries to constructor. 2020-04-30 20:22:20 +03:00
ExternalLoaderDatabaseConfigRepository.h Move initialization of DatabaseWithDictionaries to constructor. 2020-04-30 20:22:20 +03:00
ExternalLoaderTempConfigRepository.cpp
ExternalLoaderTempConfigRepository.h
ExternalLoaderXMLConfigRepository.cpp
ExternalLoaderXMLConfigRepository.h
ExternalModelsLoader.cpp
ExternalModelsLoader.h
ExtractExpressionInfoVisitor.cpp
ExtractExpressionInfoVisitor.h
FillingRow.cpp
FillingRow.h
GetAggregatesVisitor.h
getClusterName.cpp
getClusterName.h
getTableExpressions.cpp Better virtuals logic 2020-04-27 16:55:30 +03:00
getTableExpressions.h
GlobalSubqueriesVisitor.h
HashJoin.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
HashJoin.h
IdentifierSemantic.cpp
IdentifierSemantic.h
IExternalLoadable.cpp
IExternalLoadable.h code review fixes & added exception in case lifetime parameter presence in config 2020-05-06 02:43:06 +03:00
IExternalLoaderConfigRepository.h
IInterpreter.h
IJoin.h
InDepthNodeVisitor.h
InJoinSubqueriesPreprocessor.cpp
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp
inplaceBlockConversions.h
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
InterpreterAlterQuery.h
InterpreterCheckQuery.cpp
InterpreterCheckQuery.h
InterpreterCreateQuery.cpp Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
InterpreterCreateQuery.h Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
InterpreterCreateQuotaQuery.cpp Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
InterpreterCreateQuotaQuery.h
InterpreterCreateRoleQuery.cpp
InterpreterCreateRoleQuery.h
InterpreterCreateRowPolicyQuery.cpp Improve system table for row policies. Remove function currentRowPolicies(). 2020-05-13 19:40:48 +03:00
InterpreterCreateRowPolicyQuery.h
InterpreterCreateSettingsProfileQuery.cpp
InterpreterCreateSettingsProfileQuery.h
InterpreterCreateUserQuery.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
InterpreterCreateUserQuery.h
InterpreterDescribeQuery.cpp Better virtuals logic 2020-04-27 16:55:30 +03:00
InterpreterDescribeQuery.h
InterpreterDropAccessEntityQuery.cpp Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
InterpreterDropAccessEntityQuery.h Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
InterpreterDropQuery.cpp fix build 2020-04-23 22:50:05 +03:00
InterpreterDropQuery.h
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp
InterpreterExplainQuery.h
InterpreterFactory.cpp Add system table for access types. 2020-05-14 14:12:20 +03:00
InterpreterFactory.h
InterpreterGrantQuery.cpp Refactoring of getting information about access rights. 2020-05-13 19:40:33 +03:00
InterpreterGrantQuery.h
InterpreterInsertQuery.cpp Merge remote-tracking branch 'upstream/master' into insert_into_watch_from_live_view 2020-04-27 17:49:50 +03:00
InterpreterInsertQuery.h Checkpoint 2020-04-22 09:01:33 +03:00
InterpreterKillQueryQuery.cpp Fix usage of max_parser_depth setting; remove harmful default function arguments 2020-04-16 04:06:10 +03:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp
InterpreterRenameQuery.h
InterpreterSelectQuery.cpp fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
InterpreterSelectQuery.h fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
InterpreterSelectWithUnionQuery.cpp
InterpreterSelectWithUnionQuery.h
InterpreterSetQuery.cpp
InterpreterSetQuery.h
InterpreterSetRoleQuery.cpp Use boost::flat_set instead of vector to store current and enabled roles. 2020-05-13 19:40:48 +03:00
InterpreterSetRoleQuery.h
InterpreterShowAccessEntitiesQuery.cpp Add system tables for users, roles and grants. 2020-05-14 14:12:20 +03:00
InterpreterShowAccessEntitiesQuery.h Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
InterpreterShowCreateAccessEntityQuery.cpp Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
InterpreterShowCreateAccessEntityQuery.h Improve system tables for quotas. Remove function currentQuota(). 2020-05-13 19:40:48 +03:00
InterpreterShowCreateQuery.cpp Add tests with DatabaseAtomic (#10714) 2020-05-07 14:29:58 +03:00
InterpreterShowCreateQuery.h
InterpreterShowGrantsQuery.cpp Use enum Type instead of std::type_index to represent the type of IAccessEntity. 2020-05-13 19:40:48 +03:00
InterpreterShowGrantsQuery.h
InterpreterShowPrivilegesQuery.cpp Add system table for access types. 2020-05-14 14:12:20 +03:00
InterpreterShowPrivilegesQuery.h Add system table for access types. 2020-05-14 14:12:20 +03:00
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp Check for suspicious codecs #4966 2020-05-04 03:11:49 +03:00
InterpreterSystemQuery.h
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterpreterWatchQuery.cpp
InterpreterWatchQuery.h First changes to try to support INSERT INTO table WATCH query. 2020-04-25 07:33:47 -04:00
interpretSubquery.cpp Checkpoint 2020-04-22 09:01:33 +03:00
interpretSubquery.h
InterserverIOHandler.h
join_common.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
join_common.h
joinDispatch.h
JoinedTables.cpp Better virtuals logic 2020-04-27 16:55:30 +03:00
JoinedTables.h Merge branch 'master' into joins 2020-04-16 19:06:13 +03:00
JoinSwitcher.cpp
JoinSwitcher.h
JoinToSubqueryTransformVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
JoinToSubqueryTransformVisitor.h
loadMetadata.cpp fixes 2020-04-23 21:00:43 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp Checkpoint 2020-04-22 09:01:33 +03:00
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp Fix passing dictionary's name to dictGet() with alias. 2020-05-19 21:17:29 +03:00
MarkTableIdentifiersVisitor.h
MergeJoin.cpp Improve right table insert for Partial MergeJoin on disk (#10467) 2020-04-28 16:55:50 +03:00
MergeJoin.h Improve right table insert for Partial MergeJoin on disk (#10467) 2020-04-28 16:55:50 +03:00
MetricLog.cpp Fix log tables. 2020-05-15 13:17:07 +03:00
MetricLog.h
misc.h Fix passing dictionary's name to dictGet() with alias. 2020-05-19 21:17:29 +03:00
MutationsInterpreter.cpp Checkpoint 2020-04-22 09:01:33 +03:00
MutationsInterpreter.h
NullableUtils.cpp Make IColumn::mutate() static. 2020-05-14 11:30:18 +03:00
NullableUtils.h
OptimizeIfChains.cpp
OptimizeIfChains.h
OptimizeIfWithConstantConditionVisitor.cpp
OptimizeIfWithConstantConditionVisitor.h
PartLog.cpp
PartLog.h
PredicateExpressionsOptimizer.cpp
PredicateExpressionsOptimizer.h
PredicateRewriteVisitor.cpp
PredicateRewriteVisitor.h
PreparedSets.h
ProcessList.cpp Allow to set memory_profiler_sample_probability per query 2020-05-01 22:17:56 +03:00
ProcessList.h Remove useless code 2020-05-01 22:01:02 +03:00
ProfileEventsExt.cpp Checkpoint 2020-04-22 09:01:33 +03:00
ProfileEventsExt.h
QueryAliasesVisitor.cpp
QueryAliasesVisitor.h
QueryLog.cpp Checkpoint 2020-04-22 09:01:33 +03:00
QueryLog.h
QueryNormalizer.cpp Checkpoint 2020-04-22 09:01:33 +03:00
QueryNormalizer.h
QueryParameterVisitor.h ISSUES-5436 reworking predefine http 2020-04-20 03:18:36 +08:00
QueryPriorities.h
QueryThreadLog.cpp Fix log tables. 2020-05-15 13:17:07 +03:00
QueryThreadLog.h
RenameColumnVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
RenameColumnVisitor.h Checkpoint 2020-04-22 09:01:33 +03:00
ReplaceQueryParameterVisitor.cpp After merge upsream master fix 2020-04-20 02:26:42 +08:00
ReplaceQueryParameterVisitor.h
RequiredSourceColumnsData.cpp Checkpoint 2020-04-22 09:01:33 +03:00
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
RequiredSourceColumnsVisitor.h
RowRefs.cpp
RowRefs.h improve HashJoin memory usage 2020-04-21 22:01:34 +03:00
SelectQueryOptions.h
Set.cpp Checkpoint 2020-04-22 09:01:33 +03:00
Set.h
SetVariants.cpp Checkpoint 2020-04-22 09:01:33 +03:00
SetVariants.h
sortBlock.cpp Bitonic sort improvements (#10934) 2020-05-19 00:41:23 +03:00
sortBlock.h
SortedBlocksWriter.cpp Volumes and storages refactoring: 2020-05-04 23:15:38 +03:00
SortedBlocksWriter.h Volumes and storages refactoring: 2020-05-04 23:15:38 +03:00
StorageID.cpp Checkpoint 2020-04-22 09:01:33 +03:00
StorageID.h
SubqueryForSet.cpp
SubqueryForSet.h
SyntaxAnalyzer.cpp fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
SyntaxAnalyzer.h Fix build 2020-04-29 19:26:01 +03:00
SystemLog.cpp Disable system_tables_lazy_load by default 2020-05-19 02:41:18 +03:00
SystemLog.h Fix deadlock after clickhouse-server update (with changes in one of system log tables structure) during startup between concurrent merge and table rename. 2020-05-21 17:11:56 +03:00
TableJoin.cpp fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
TableJoin.h fix JOIN with PREWHERE with second analyze() (#11051) 2020-05-20 12:29:23 +03:00
TablesStatus.cpp
TablesStatus.h
TextLog.cpp Fix log tables. 2020-05-15 12:48:57 +03:00
TextLog.h Less wrong 2020-04-20 02:11:41 +03:00
ThreadStatusExt.cpp Update ThreadStatusExt.cpp 2020-05-03 01:20:14 +03:00
TraceLog.cpp Add sampling memory profiler 2020-04-30 16:25:17 +03:00
TraceLog.h Add sampling memory profiler 2020-04-30 16:25:17 +03:00
TranslateQualifiedNamesVisitor.cpp Checkpoint 2020-04-22 09:01:33 +03:00
TranslateQualifiedNamesVisitor.h
ya.make Add system table for access types. 2020-05-14 14:12:20 +03:00