ClickHouse/src/Interpreters
Alexander Tokmakov a72f0cae07
Merge pull request #46071 from arenadata/ADQM-639
Add support of arbitrary engines for temporary tables
2023-03-16 20:56:25 +03:00
..
Access Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
Cache Update LRUFileCachePriority.cpp 2023-03-09 19:55:58 +01:00
ClusterProxy Merge branch 'master' into custom-key-parallel-replicas 2023-03-02 14:28:42 +00:00
examples
fuzzers
JIT Optimize one nullable key aggregate performance (#45772) 2023-03-02 21:01:52 +01:00
MySQL Small improvements 2023-02-16 10:51:13 +00:00
tests use std::lerp, constexpr hex.h 2023-03-07 22:50:17 +00:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp Merge remote-tracking branch 'origin/master' into analyzer-group-by-use-nulls 2023-03-07 16:16:48 +00:00
ActionsDAG.h Merge remote-tracking branch 'origin/master' into analyzer-group-by-use-nulls 2023-03-01 01:08:17 +00:00
ActionsVisitor.cpp Merge pull request #46583 from ClickHouse/Support_parameterized_view_with_in_clause 2023-02-20 18:26:31 +01:00
ActionsVisitor.h Removed flag from ExpressionAnalyzer and added a check in MutationsInterpreter::addStreamsForLaterStages - 42637 Disallow arrayJoin in mutations 2023-01-04 09:56:44 +01:00
AddDefaultDatabaseVisitor.h Add parameterized RENAME queries 2023-02-14 13:01:06 +00:00
AddIndexConstraintsOptimizer.cpp
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp
addMissingDefaults.h Add check for columns sizes match 2021-04-23 19:09:09 +00:00
addTypeConversionToAST.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
addTypeConversionToAST.h Rename "common" to "base" 2021-10-02 10:13:14 +03:00
AggregateDescription.cpp
AggregateDescription.h
AggregateFunctionOfGroupByKeysVisitor.h
AggregationCommon.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
AggregationUtils.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
AggregationUtils.h
Aggregator.cpp fix performance regression 2023-03-14 14:51:28 +00:00
Aggregator.h Optimize one nullable key aggregate performance (#45772) 2023-03-02 21:01:52 +01:00
Aliases.h
applyTableOverride.cpp
applyTableOverride.h
ApplyWithAliasVisitor.cpp
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp
ApplyWithGlobalVisitor.h
ApplyWithSubqueryVisitor.cpp
ApplyWithSubqueryVisitor.h
ArithmeticOperationsInAgrFuncOptimize.cpp fix logic + better test 2023-02-22 13:30:57 +08:00
ArithmeticOperationsInAgrFuncOptimize.h
ArrayJoinAction.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
ArrayJoinAction.h
ArrayJoinedColumnsVisitor.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
AsynchronousInsertLog.cpp
AsynchronousInsertLog.h
AsynchronousInsertQueue.cpp Revert "Merge pull request #46622 from ClickHouse/async-insert-memory-fix" 2023-03-11 17:01:10 +01:00
AsynchronousInsertQueue.h Revert "Merge pull request #46622 from ClickHouse/async-insert-memory-fix" 2023-03-11 17:01:10 +01:00
AsynchronousMetricLog.cpp
AsynchronousMetricLog.h
BloomFilter.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
BloomFilter.h
BloomFilterHash.h allow bloom filter for IPv4 and IPv6 2023-02-06 16:30:18 +00:00
CancellationCode.h
castColumn.cpp
castColumn.h
ClientInfo.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ClientInfo.h
Cluster.cpp Address PR comments 2023-03-07 10:56:11 +00:00
Cluster.h Merge branch 'master' into custom-key-parallel-replicas 2023-01-24 10:49:40 +00:00
ClusterDiscovery.cpp
ClusterDiscovery.h
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CollectJoinOnKeysVisitor.h
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h
ComparisonGraph.cpp
ComparisonGraph.h
ConcurrentHashJoin.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ConcurrentHashJoin.h BackgroundSchedulePool should not have any query context 2023-02-22 10:50:51 +01:00
Context_fwd.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Context.cpp Merge branch 'master' into custom-key-parallel-replicas 2023-03-07 09:37:38 +00:00
Context.h Better 2023-03-03 15:14:49 +00:00
convertFieldToType.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
convertFieldToType.h
ConvertFunctionOrLikeVisitor.cpp Move likePatternToRegexp from Functions/ to Common/ 2023-02-27 16:41:15 +00:00
ConvertFunctionOrLikeVisitor.h
ConvertStringsToEnumVisitor.cpp
ConvertStringsToEnumVisitor.h
CrashLog.cpp initial solution 2023-03-06 19:35:00 +03:00
CrashLog.h
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Fix typo 2023-03-14 12:48:00 +01:00
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp Merge branch 'master' of github.com:ClickHouse/ClickHouse into ADQM-639 2023-03-06 09:11:20 +00:00
DatabaseCatalog.h Merge pull request #46384 from ClickHouse/fixes_for_993 2023-02-26 01:55:20 +03:00
DDLTask.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DDLTask.h Addition to prev change 2023-01-01 21:46:30 +01:00
DDLWorker.cpp Merge pull request #47499 from FrankChen021/span_kind 2023-03-13 11:35:03 +01:00
DDLWorker.h
DirectJoin.cpp
DirectJoin.h
DNSCacheUpdater.cpp
DNSCacheUpdater.h
DuplicateOrderByVisitor.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
DuplicateOrderByVisitor.h
EmbeddedDictionaries.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
EmbeddedDictionaries.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
evaluateConstantExpression.cpp Remove unnecessary execute() while evaluating a constant expression. 2023-02-05 20:26:34 +01:00
evaluateConstantExpression.h
executeDDLQueryOnCluster.cpp Set SpanKind for DDL 2023-03-12 21:31:24 +08:00
executeDDLQueryOnCluster.h
executeQuery.cpp Merge branch 'master' into apply-settings-for-explain-earlier 2023-03-10 21:19:07 +01:00
executeQuery.h add query_id header in all queries 2023-02-13 16:44:54 +00:00
ExecuteScalarSubqueriesVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExecuteScalarSubqueriesVisitor.h
ExpressionActions.cpp ReadFromMergeTree explain prewhere and row policy actions 2023-03-14 18:02:56 +01:00
ExpressionActions.h ReadFromMergeTree explain prewhere and row policy actions 2023-03-14 18:02:56 +01:00
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Fix NOT_IMPLEMENTED error with CROSS JOIN and algorithm = auto 2023-03-01 13:08:24 +00:00
ExpressionAnalyzer.h Remove unnecessary execute() while evaluating a constant expression. 2023-02-05 20:26:34 +01:00
ExpressionJIT.cpp
ExternalDictionariesLoader.cpp Fixed tests 2023-03-01 18:05:07 +01:00
ExternalDictionariesLoader.h Fixed tests 2023-03-01 18:05:07 +01:00
ExternalLoader.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExternalLoader.h
ExternalLoaderDatabaseConfigRepository.h
ExternalLoaderDictionaryStorageConfigRepository.cpp
ExternalLoaderDictionaryStorageConfigRepository.h
ExternalLoaderTempConfigRepository.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ExternalLoaderTempConfigRepository.h
ExternalLoaderXMLConfigRepository.cpp Apply some CTAD 2023-03-02 13:36:47 +00:00
ExternalLoaderXMLConfigRepository.h Merge branch 'master' into rename-common 2021-10-02 17:15:10 +03:00
ExtractExpressionInfoVisitor.cpp
ExtractExpressionInfoVisitor.h
FilesystemCacheLog.cpp
FilesystemCacheLog.h
FilesystemReadPrefetchesLog.cpp Resubmit prefetches 2023-02-08 21:26:24 +01:00
FilesystemReadPrefetchesLog.h Resubmit prefetches 2023-02-08 21:26:24 +01:00
FillingRow.cpp Fix strange trash 2023-02-08 08:26:27 +01:00
FillingRow.h
FullSortingMergeJoin.h Fixed tests 2023-03-11 11:51:54 +01:00
FunctionMaskingArgumentCheckVisitor.h
FunctionNameNormalizer.cpp
FunctionNameNormalizer.h
GatherFunctionQuantileVisitor.cpp
GatherFunctionQuantileVisitor.h
GetAggregatesVisitor.cpp
GetAggregatesVisitor.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
getClusterName.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
getClusterName.h
getColumnFromBlock.cpp
getColumnFromBlock.h
getCustomKeyFilterForParallelReplicas.cpp Better 2023-03-03 15:14:49 +00:00
getCustomKeyFilterForParallelReplicas.h Better 2023-03-03 15:14:49 +00:00
getHeaderForProcessingStage.cpp Fixed tests 2023-03-01 18:05:07 +01:00
getHeaderForProcessingStage.h Analyzer support storage Merge 2023-02-16 12:17:03 +01:00
getTableExpressions.cpp
getTableExpressions.h
getTableOverride.cpp
getTableOverride.h
GinFilter.cpp Merge remote-tracking branch 'origin/master' into inv-index-cleanup 2023-01-24 10:09:42 +00:00
GinFilter.h Update src/Interpreters/GinFilter.h 2023-01-23 20:49:25 +01:00
GlobalSubqueriesVisitor.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
GraceHashJoin.cpp Fix DelayedJoinedBlocksWorkerTransform for grace hash join 2023-03-03 16:30:01 +00:00
GraceHashJoin.h Apply suggestions from code review 2023-03-06 16:56:02 +01:00
GroupByFunctionKeysVisitor.h Remove PVS-Studio 2023-02-19 23:30:05 +01:00
GroupingSetsRewriterVisitor.cpp
GroupingSetsRewriterVisitor.h
HashJoin.cpp fix 2023-01-24 15:29:19 +01:00
HashJoin.h Review fixes 2023-01-23 18:09:26 +00:00
IdentifierSemantic.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
IdentifierSemantic.h
IExternalLoadable.cpp
IExternalLoadable.h
IExternalLoaderConfigRepository.h
IInterpreter.cpp More interesting settings for Stress Tests (#41534) 2023-02-21 15:36:23 +03:00
IInterpreter.h More interesting settings for Stress Tests (#41534) 2023-02-21 15:36:23 +03:00
IInterpreterUnionOrSelectQuery.cpp Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
IInterpreterUnionOrSelectQuery.h Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
IJoin.h
IKeyValueEntity.h
InDepthNodeVisitor.h
InJoinSubqueriesPreprocessor.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp Fix block structure mismatch for nullable LowCardinality column with default expression. 2023-03-13 17:57:07 +00:00
inplaceBlockConversions.h
InternalTextLogsQueue.cpp Modernize InternalTextLogsQueue::getPriorityName() 2023-01-20 11:09:35 +01:00
InternalTextLogsQueue.h Modernize InternalTextLogsQueue::getPriorityName() 2023-01-20 11:09:35 +01:00
InterpreterAlterNamedCollectionQuery.cpp
InterpreterAlterNamedCollectionQuery.h
InterpreterAlterQuery.cpp Merge branch 'master' into fix-trash-query-kind 2023-02-02 04:26:49 +01:00
InterpreterAlterQuery.h Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterBackupQuery.cpp
InterpreterBackupQuery.h
InterpreterCheckQuery.cpp
InterpreterCheckQuery.h
InterpreterCreateFunctionQuery.cpp
InterpreterCreateFunctionQuery.h
InterpreterCreateIndexQuery.cpp
InterpreterCreateIndexQuery.h
InterpreterCreateNamedCollectionQuery.cpp
InterpreterCreateNamedCollectionQuery.h
InterpreterCreateQuery.cpp Fix grants hierarchy for temporary tables and comment about default engine 2023-03-13 16:39:15 +00:00
InterpreterCreateQuery.h Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterDeleteQuery.cpp Enable lightweight delete support by default 2023-03-01 19:35:55 +01:00
InterpreterDeleteQuery.h Support delete from ... where syntax on mergetree tables 2022-07-15 12:32:41 +08:00
InterpreterDescribeCacheQuery.cpp
InterpreterDescribeCacheQuery.h
InterpreterDescribeQuery.cpp Analyzer support distributed queries processing 2023-01-12 12:07:58 +01:00
InterpreterDescribeQuery.h
InterpreterDropFunctionQuery.cpp
InterpreterDropFunctionQuery.h
InterpreterDropIndexQuery.cpp
InterpreterDropIndexQuery.h
InterpreterDropNamedCollectionQuery.cpp
InterpreterDropNamedCollectionQuery.h
InterpreterDropQuery.cpp Merge branch 'master' into ADQM-639 2023-02-22 09:25:17 +03:00
InterpreterDropQuery.h Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterExistsQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
InterpreterExistsQuery.h Small refactoring. 2021-09-15 22:35:48 +03:00
InterpreterExplainQuery.cpp revert 2023-03-11 15:43:19 +00:00
InterpreterExplainQuery.h
InterpreterExternalDDLQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp add support for show engines query 2023-01-31 18:35:10 +03:00
InterpreterFactory.h
InterpreterInsertQuery.cpp allow to fallback from async insert in case of large amount of data 2023-02-22 21:59:24 +00:00
InterpreterInsertQuery.h allow to fallback from async insert in case of large amount of data 2023-02-22 21:59:24 +00:00
InterpreterKillQueryQuery.cpp fix tests 2023-03-07 14:25:28 +01:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp [RFC] Replacing merge tree new engine (#41005) 2023-02-16 16:03:16 +03:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp Add parameterized RENAME queries 2023-02-14 13:01:06 +00:00
InterpreterRenameQuery.h Add parameterized RENAME queries 2023-02-14 13:01:06 +00:00
InterpreterSelectIntersectExceptQuery.cpp Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterSelectIntersectExceptQuery.h Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterSelectQuery.cpp Updated variable name to fix build & call to getSampleBlockForColumns. Added a test for substring parameter name. 2023-03-12 11:00:17 +01:00
InterpreterSelectQuery.h Merge branch 'master' into custom-key-parallel-replicas 2023-03-02 14:28:42 +00:00
InterpreterSelectQueryAnalyzer.cpp Fixed tests 2023-03-11 11:51:54 +01:00
InterpreterSelectQueryAnalyzer.h Fixed tests 2023-03-11 11:51:54 +01:00
InterpreterSelectWithUnionQuery.cpp Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterSelectWithUnionQuery.h Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterSetQuery.cpp Fix test. 2023-03-12 11:13:44 +00:00
InterpreterSetQuery.h Apply settings for EXPLAIN earlier (in the same way we do for SELECT). 2023-03-10 15:24:47 +00:00
InterpreterShowCreateQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
InterpreterShowCreateQuery.h Small refactoring. 2021-09-15 22:35:48 +03:00
InterpreterShowEngineQuery.cpp add support for show engines query 2023-01-31 18:35:10 +03:00
InterpreterShowEngineQuery.h Update InterpreterShowEngineQuery.h 2023-02-01 04:57:58 +03:00
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp Merge branch 'master' into 45508_Update_strategy_for_system_sync_replica 2023-02-06 12:38:39 +01:00
InterpreterSystemQuery.h Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
InterpreterTransactionControlQuery.cpp
InterpreterTransactionControlQuery.h
InterpreterUseQuery.cpp Move access-rights' source files needed for parser to a separate target. 2021-11-01 19:13:49 +03:00
InterpreterUseQuery.h
InterpreterWatchQuery.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
InterpreterWatchQuery.h
interpretSubquery.cpp Parallel replicas. Part [2] (#43772) 2023-02-03 14:34:18 +01:00
interpretSubquery.h
InterserverCredentials.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
InterserverCredentials.h
InterserverIOHandler.h Merge pull request #45007 from ClickHouse/cancellable-mutex-integration 2023-01-25 11:15:46 +01:00
ITokenExtractor.cpp
ITokenExtractor.h Various cosmetic cleanups 2023-01-20 10:45:35 +00:00
joinDispatch.h
JoinedTables.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
JoinedTables.h
JoinSwitcher.cpp Update JoinSwitcher::switchJoin 2023-01-17 12:21:55 +00:00
JoinSwitcher.h
JoinToSubqueryTransformVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
JoinToSubqueryTransformVisitor.h
JoinUtils.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
JoinUtils.h Review fixes 2023-01-20 16:30:34 +00:00
Lemmatizers.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Lemmatizers.h
loadMetadata.cpp Better error after failed Ordinary-to-Atomic conversion (#47487) 2023-03-13 19:13:49 +03:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp Add a comment. 2023-03-12 11:06:29 +00:00
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h
MergeJoin.cpp Merge pull request #44238 from ClickHouse/vdimir/grace_join_mem 2023-01-24 13:02:11 +01:00
MergeJoin.h review fixes 2023-01-12 15:51:04 +00:00
MergeTreeTransaction.cpp Fix MergeTreeTransaction::isReadOnly 2023-03-07 16:16:51 +00:00
MergeTreeTransaction.h Fix MergeTreeTransaction::isReadOnly 2023-03-07 16:16:51 +00:00
MergeTreeTransactionHolder.cpp
MergeTreeTransactionHolder.h
MetricLog.cpp
MetricLog.h
misc.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
MonotonicityCheckVisitor.h
MutationsInterpreter.cpp Analyzer MutationsInterpreter fix 2023-03-01 18:03:41 +01:00
MutationsInterpreter.h Do not restrict count() query to 1 thread in isStorageTouchedByMutations() 2023-01-30 22:29:28 +01:00
NormalizeSelectWithUnionQueryVisitor.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
NormalizeSelectWithUnionQueryVisitor.h
NullableUtils.cpp
NullableUtils.h
OpenTelemetrySpanLog.cpp Merge pull request #47499 from FrankChen021/span_kind 2023-03-13 11:35:03 +01:00
OpenTelemetrySpanLog.h Fix assertion in statistical functions 2023-02-08 00:09:41 +01:00
OptimizeIfChains.cpp add checks 2023-03-09 12:37:57 +01:00
OptimizeIfChains.h
OptimizeIfWithConstantConditionVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
OptimizeIfWithConstantConditionVisitor.h
OptimizeShardingKeyRewriteInVisitor.cpp
OptimizeShardingKeyRewriteInVisitor.h
parseColumnsListForTableFunction.cpp Better exception messages when schema_inference_hints is ill-formatted 2023-02-27 15:20:56 +00:00
parseColumnsListForTableFunction.h Better exception messages when schema_inference_hints is ill-formatted 2023-02-27 15:20:56 +00:00
PartLog.cpp Merge pull request #38614 from bharatnc/ncb/profile-events-partlog 2023-02-21 11:06:44 +01:00
PartLog.h Use overload of PartLog::addNewPart with profile_events 2023-02-14 14:11:12 +00:00
PredicateExpressionsOptimizer.cpp Fix incorrect predicate push down with grouping sets (#46151) 2023-02-22 11:54:19 +01:00
PredicateExpressionsOptimizer.h
PredicateRewriteVisitor.cpp Merge branch 'master' into another_fix_for_an_ast_optimization 2022-09-21 19:05:08 +03:00
PredicateRewriteVisitor.h
PreparedSets.cpp
PreparedSets.h
processColumnTransformers.cpp
processColumnTransformers.h
ProcessList.cpp Update ProcessList.cpp 2023-03-07 15:30:40 +01:00
ProcessList.h Fix possible deadlock in QueryStatus 2023-03-02 17:20:29 +00:00
ProcessorsProfileLog.cpp processor profile 2022-08-11 21:03:34 +08:00
ProcessorsProfileLog.h
ProfileEventsExt.cpp Remove unused ProfileEventsExt::dumpToString 2023-02-14 14:11:11 +00:00
ProfileEventsExt.h Remove unused ProfileEventsExt::dumpToString 2023-02-14 14:11:11 +00:00
QueryAliasesVisitor.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
QueryAliasesVisitor.h
QueryLog.cpp Resubmit prefetches 2023-02-08 21:26:24 +01:00
QueryLog.h Resubmit prefetches 2023-02-08 21:26:24 +01:00
QueryNormalizer.cpp Update aliases when clone happens 2023-02-20 19:08:54 +01:00
QueryNormalizer.h
QueryPriorities.h
QueryThreadLog.cpp
QueryThreadLog.h
QueryViewsLog.cpp
QueryViewsLog.h
RedundantFunctionsInOrderByVisitor.h
RemoveInjectiveFunctionsVisitor.cpp
RemoveInjectiveFunctionsVisitor.h
RenameColumnVisitor.cpp
RenameColumnVisitor.h
replaceAliasColumnsInQuery.cpp
replaceAliasColumnsInQuery.h
replaceForPositionalArguments.cpp typo 2023-01-04 12:45:39 +01:00
replaceForPositionalArguments.h
ReplaceQueryParameterVisitor.cpp Merge pull request #47086 from pkit/pkit/insert_http_body 2023-03-15 17:41:05 -04:00
ReplaceQueryParameterVisitor.h Fix clang-tidy warnings in Interpreters, IO folders 2022-03-14 18:17:35 +00:00
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RequiredSourceColumnsVisitor.h
RewriteAnyFunctionVisitor.cpp
RewriteAnyFunctionVisitor.h
RewriteArrayExistsFunctionVisitor.cpp fix build error 2023-02-10 11:27:10 +08:00
RewriteArrayExistsFunctionVisitor.h add passes for rewriting arrayexists 2023-02-09 16:30:53 +08:00
RewriteCountDistinctVisitor.cpp
RewriteCountDistinctVisitor.h
RewriteCountVariantsVisitor.cpp
RewriteCountVariantsVisitor.h
RewriteFunctionToSubcolumnVisitor.cpp
RewriteFunctionToSubcolumnVisitor.h
RewriteOrderByVisitor.cpp
RewriteOrderByVisitor.hpp
RewriteSumIfFunctionVisitor.cpp fix failed tests 2023-01-12 17:39:50 +08:00
RewriteSumIfFunctionVisitor.h improve count if rewrite 2022-12-30 14:48:58 +08:00
RowRefs.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
RowRefs.h
SelectIntersectExceptQueryVisitor.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
SelectIntersectExceptQueryVisitor.h
SelectQueryOptions.h
ServerAsynchronousMetrics.cpp Add new metrics to system.asynchronous_metrics 2023-02-25 21:13:15 +01:00
ServerAsynchronousMetrics.h Add new metrics to system.asynchronous_metrics 2023-02-25 21:13:15 +01:00
Session.cpp fix 2023-03-02 02:59:27 +01:00
Session.h fix 2023-03-02 02:59:27 +01:00
SessionLog.cpp
SessionLog.h
Set.cpp Merge pull request #45007 from ClickHouse/cancellable-mutex-integration 2023-01-25 11:15:46 +01:00
Set.h review fixes 2023-01-12 15:51:04 +00:00
SetVariants.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
SetVariants.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
sortBlock.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
sortBlock.h
SortedBlocksWriter.cpp
SortedBlocksWriter.h
SquashingTransform.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
SquashingTransform.h
StorageID.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
StorageID.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
SubstituteColumnOptimizer.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
SubstituteColumnOptimizer.h
SynonymsExtensions.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
SynonymsExtensions.h
SystemLog.cpp Set materialized_views_ignore_errors unconditionally for system.*_log tables 2023-02-21 16:33:15 +01:00
SystemLog.h Resubmit prefetches 2023-02-08 21:26:24 +01:00
TableJoin.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TableJoin.h wip 2023-01-17 12:21:56 +00:00
TableOverrideUtils.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TableOverrideUtils.h
TablesStatus.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TablesStatus.h
TemporaryDataOnDisk.cpp hide too noisy log messages, fix some tests 2023-03-14 00:23:36 +01:00
TemporaryDataOnDisk.h
TextLog.cpp
TextLog.h
threadPoolCallbackRunner.h Update threadPoolCallbackRunner.h 2023-03-01 20:56:38 +01:00
ThreadStatusExt.cpp Merge pull request #47175 from ClickHouse/correct_fatal_handling 2023-03-04 00:38:00 +03:00
TraceCollector.cpp Fix exception fix in TraceCollector dtor 2023-01-05 18:27:07 +00:00
TraceCollector.h
TraceLog.cpp
TraceLog.h
TransactionLog.cpp release shared ptrs after finishing a transaction 2023-03-04 22:07:59 +01:00
TransactionLog.h release shared ptrs after finishing a transaction 2023-03-04 22:07:59 +01:00
TransactionsInfoLog.cpp
TransactionsInfoLog.h
TransactionVersionMetadata.cpp resolve race in getCSNAndAssert 2023-02-15 18:16:39 +01:00
TransactionVersionMetadata.h
TranslateQualifiedNamesVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TranslateQualifiedNamesVisitor.h
TreeCNFConverter.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TreeCNFConverter.h
TreeOptimizer.cpp remove useless code 2023-02-09 16:32:11 +08:00
TreeOptimizer.h
TreeRewriter.cpp Merge pull request #46487 from ClickHouse/45185_Inner_join_with_where 2023-02-20 11:38:31 +01:00
TreeRewriter.h Updated to get column data type based not function , not the query parameter type , added test for the same - 40907 Parameterized views as table functions 2022-12-19 15:05:38 +01:00
WhereConstraintsOptimizer.cpp
WhereConstraintsOptimizer.h
WindowDescription.cpp
WindowDescription.h
ZooKeeperLog.cpp
ZooKeeperLog.h