ClickHouse/src/Interpreters
2023-05-13 22:11:23 +00:00
..
Access Merge branch 'master' into feature/show-secrets-option 2023-04-28 20:19:35 +03:00
Cache Merge pull request #49690 from kssenii/add-logging-for-try-reserve 2023-05-10 12:59:56 +02:00
ClusterProxy Always communicate with local replica through loopback interface for parallel replicas (#48246) 2023-04-05 13:32:46 +02:00
examples Fix examples build 2023-04-17 10:59:40 +02:00
fuzzers Add fuzzer for data formats 2023-03-13 04:51:50 +01:00
JIT Optimize one nullable key aggregate performance (#45772) 2023-03-02 21:01:52 +01:00
MySQL Improve file includes 2023-03-24 03:44:52 +01:00
tests fix build 2023-05-09 16:30:43 +00:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp Merge pull request #48427 from ClickHouse/update_sort_desc_follow_up 2023-04-12 13:59:37 +02:00
ActionsDAG.h Merge pull request #48427 from ClickHouse/update_sort_desc_follow_up 2023-04-12 13:59:37 +02:00
ActionsVisitor.cpp Do not skip building set even when reading from remote 2023-05-02 21:31:56 +02:00
ActionsVisitor.h Do not skip building set even when reading from remote 2023-05-02 21:31:56 +02:00
AddDefaultDatabaseVisitor.h
AddIndexConstraintsOptimizer.cpp Add support for substitute column 2023-03-17 13:38:01 +00:00
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp
addMissingDefaults.h
addTypeConversionToAST.cpp
addTypeConversionToAST.h
AggregateDescription.cpp
AggregateDescription.h
AggregateFunctionOfGroupByKeysVisitor.h Reduce dependencies on ASTSelectQuery.h 2021-11-26 18:35:24 +01:00
AggregationCommon.h Reduce inter-header dependencies 2023-05-02 21:15:18 +02:00
AggregationUtils.cpp
AggregationUtils.h
Aggregator.cpp Fix all key value is null and group use rollup return wrong answer 2023-05-04 11:07:17 +08:00
Aggregator.h Merge remote-tracking branch 'blessed/master' into arenita 2023-04-24 10:42:56 +02: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
AsynchronousInsertLog.cpp add field with number of rows to async insert log 2023-04-25 00:31:55 +00:00
AsynchronousInsertLog.h add field with number of rows to async insert log 2023-04-25 00:31:55 +00:00
AsynchronousInsertQueue.cpp Merge branch 'master' into revert-47476-revert_46622 2023-05-02 20:54:25 +02:00
AsynchronousInsertQueue.h Another atempt to fix test 2023-05-02 18:51:36 +00:00
AsynchronousMetricLog.cpp
AsynchronousMetricLog.h
BloomFilter.cpp
BloomFilter.h
BloomFilterHash.h
CancellationCode.h
castColumn.cpp
castColumn.h
ClientInfo.cpp
ClientInfo.h
Cluster.cpp add some columns to system.clusters 2023-04-07 18:26:23 +02:00
Cluster.h add docs 2023-04-11 16:32:40 +02:00
ClusterDiscovery.cpp Fix some grammar mistakes in documentation, code and tests 2023-05-04 13:35:18 -03:00
ClusterDiscovery.h Store clusters from ClusterDiscovery in separate map 2023-04-19 16:44:54 +02:00
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp
CollectJoinOnKeysVisitor.h
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h
ComparisonGraph.cpp Some fixes with tests 2023-03-16 15:59:48 +00:00
ComparisonGraph.h address PR review 2023-03-27 10:03:40 +00:00
ComparisonTupleEliminationVisitor.cpp Better ComparisonTupleEliminationVisitor 2023-03-21 16:23:09 +00:00
ComparisonTupleEliminationVisitor.h Add ComparisonTupleEliminationVisitor 2023-03-21 16:11:06 +00:00
ConcurrentHashJoin.cpp
ConcurrentHashJoin.h BackgroundSchedulePool should not have any query context 2023-02-22 10:50:51 +01:00
Context_fwd.h
Context.cpp Merge pull request #49663 from CurtizJ/fix-race-context-copy 2023-05-10 02:11:35 +02:00
Context.h Merge branch 'master' into remove-dependency-from-context 2023-05-08 12:46:10 +02:00
convertFieldToType.cpp IN operator support compare Date and Date32 2023-04-15 12:41:42 +00: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 Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Fix typo 2023-03-14 12:48:00 +01:00
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
DatabaseCatalog.h better 2023-03-27 23:51:35 +08:00
DDLTask.cpp
DDLTask.h
DDLWorker.cpp Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
DDLWorker.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
DirectJoin.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
DirectJoin.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
DNSCacheUpdater.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
DNSCacheUpdater.h
DuplicateOrderByVisitor.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
DuplicateOrderByVisitor.h
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h
evaluateConstantExpression.cpp Simple fix logical error in evaluate constant expression 2023-03-20 15:10:50 +00:00
evaluateConstantExpression.h
executeDDLQueryOnCluster.cpp Merge remote-tracking branch 'blessed/master' into zk_retry_timeout 2023-04-03 10:26:18 +02:00
executeDDLQueryOnCluster.h fix 2023-03-31 12:58:11 +02:00
executeQuery.cpp Mark query cache as non-experimental 2023-05-06 13:58:40 +00:00
executeQuery.h
ExecuteScalarSubqueriesVisitor.cpp Support for cte in parameterized views
Implementation: 2023-03-27 16:30:53 +02:00
ExecuteScalarSubqueriesVisitor.h Support for cte in parameterized views
Implementation: 2023-03-27 16:30:53 +02:00
ExpressionActions.cpp Check getData() result in other places 2023-04-18 17:11:19 +02:00
ExpressionActions.h ReadFromMergeTree explain prewhere and row policy actions 2023-03-14 18:02:56 +01:00
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Do not skip building set even when reading from remote 2023-05-02 21:31:56 +02:00
ExpressionAnalyzer.h Added setting "use_index_for_in_with_subqueries_max_values" #2571 2023-04-14 16:12:18 +02: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 Merge pull request #48543 from azat/mv-uniq-thread-group 2023-04-11 11:47:46 +02:00
ExternalLoader.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
ExternalLoaderDatabaseConfigRepository.h
ExternalLoaderDictionaryStorageConfigRepository.cpp
ExternalLoaderDictionaryStorageConfigRepository.h
ExternalLoaderTempConfigRepository.cpp
ExternalLoaderTempConfigRepository.h
ExternalLoaderXMLConfigRepository.cpp Apply some CTAD 2023-03-02 13:36:47 +00:00
ExternalLoaderXMLConfigRepository.h
ExtractExpressionInfoVisitor.cpp
ExtractExpressionInfoVisitor.h
FilesystemCacheLog.cpp
FilesystemCacheLog.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
FilesystemReadPrefetchesLog.cpp
FilesystemReadPrefetchesLog.h
FillingRow.cpp Minor cleanup 2023-05-13 22:11:23 +00:00
FillingRow.h Fix suffix generation for empty result set 2023-05-10 12:41:33 +00:00
formatWithPossiblyHidingSecrets.h separate name for format setting 2023-04-28 13:39:38 +00:00
FullSortingMergeJoin.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
FunctionMaskingArgumentCheckVisitor.h
FunctionNameNormalizer.cpp
FunctionNameNormalizer.h
GatherFunctionQuantileVisitor.cpp
GatherFunctionQuantileVisitor.h
GetAggregatesVisitor.cpp
GetAggregatesVisitor.h
getClusterName.cpp
getClusterName.h
getColumnFromBlock.cpp fix getting subcolumn from in-memory data 2023-04-11 14:26:31 +00:00
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
getTableExpressions.cpp Addressed review comments 2023-03-21 18:29:26 +01:00
getTableExpressions.h Addressed review comments 2023-03-21 18:29:26 +01:00
getTableOverride.cpp
getTableOverride.h
GinFilter.cpp
GinFilter.h
GlobalSubqueriesVisitor.h
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 Don't count unreserved bytes in Arenas as read_bytes 2023-04-13 12:43:24 +02:00
HashJoin.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
IdentifierSemantic.cpp
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 crash in EXPLAIN PIPELINE for Merge over Distributed 2023-04-02 10:48:23 +02:00
IInterpreterUnionOrSelectQuery.h Fix crash in EXPLAIN PIPELINE for Merge over Distributed 2023-04-02 10:48:23 +02:00
IJoin.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
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
InternalTextLogsQueue.h
InterpreterAlterNamedCollectionQuery.cpp
InterpreterAlterNamedCollectionQuery.h
InterpreterAlterQuery.cpp Add error code 2023-04-03 15:17:06 +00:00
InterpreterAlterQuery.h
InterpreterBackupQuery.cpp
InterpreterBackupQuery.h
InterpreterCheckQuery.cpp Fix various clang-tidy warnings 2022-04-20 10:29:05 +02:00
InterpreterCheckQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateFunctionQuery.cpp
InterpreterCreateFunctionQuery.h
InterpreterCreateIndexQuery.cpp
InterpreterCreateIndexQuery.h
InterpreterCreateNamedCollectionQuery.cpp
InterpreterCreateNamedCollectionQuery.h
InterpreterCreateQuery.cpp Better solution, add test 2023-04-22 01:55:18 +00:00
InterpreterCreateQuery.h monor improvements 2023-03-28 23:47:45 +02:00
InterpreterDeleteQuery.cpp Enable lightweight delete support by default 2023-03-01 19:35:55 +01:00
InterpreterDeleteQuery.h
InterpreterDescribeCacheQuery.cpp
InterpreterDescribeCacheQuery.h
InterpreterDescribeQuery.cpp
InterpreterDescribeQuery.h allow to include subccolumns in describe query 2021-09-12 00:07:33 +03:00
InterpreterDropFunctionQuery.cpp
InterpreterDropFunctionQuery.h
InterpreterDropIndexQuery.cpp
InterpreterDropIndexQuery.h
InterpreterDropNamedCollectionQuery.cpp
InterpreterDropNamedCollectionQuery.h
InterpreterDropQuery.cpp Fix race between DROP MatView and RESTART REPLICAS (#47863) 2023-04-01 15:26:00 +03:00
InterpreterDropQuery.h Fix race between DROP MatView and RESTART REPLICAS (#47863) 2023-04-01 15:26:00 +03:00
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h Small refactoring. 2021-09-15 22:35:48 +03:00
InterpreterExplainQuery.cpp Deprecate EXPLAIN QUERY TREE with disabled analyzer. 2023-03-29 14:59:01 +00:00
InterpreterExplainQuery.h
InterpreterExternalDDLQuery.cpp
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp Initial version of SHOW INDEXES 2023-04-25 20:48:11 +00:00
InterpreterFactory.h
InterpreterInsertQuery.cpp Make INSERT do more things in parallel to avoid getting bottlenecked on one thread 2023-05-05 00:49:27 +00:00
InterpreterInsertQuery.h Make INSERT do more things in parallel to avoid getting bottlenecked on one thread 2023-05-05 00:49:27 +00:00
InterpreterKillQueryQuery.cpp fix tests 2023-03-07 14:25:28 +01:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp Fix table dependencies in case of failed RENAME TABLE 2023-04-12 11:11:05 +02:00
InterpreterRenameQuery.h
InterpreterSelectIntersectExceptQuery.cpp
InterpreterSelectIntersectExceptQuery.h
InterpreterSelectQuery.cpp Add setting use_with_fill_by_sorting_prefix 2023-05-10 21:08:29 +00: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 Merge remote-tracking branch 'origin/master' into optimize-compilation 2023-04-13 16:04:09 +02:00
InterpreterSelectWithUnionQuery.cpp Merge pull request #47725 from ClickHouse/46741_Parameterized_view_support_subquery 2023-03-22 09:05:26 +01:00
InterpreterSelectWithUnionQuery.h
InterpreterSetQuery.cpp Improve file includes 2023-03-24 03:44:52 +01:00
InterpreterSetQuery.h Apply settings for EXPLAIN earlier (in the same way we do for SELECT). 2023-03-10 15:24:47 +00:00
InterpreterShowColumnsQuery.cpp More protection against SQL injection 2023-05-05 13:58:08 +00:00
InterpreterShowColumnsQuery.h Implement SHOW COLUMNS 2023-03-28 18:04:22 +00:00
InterpreterShowCreateQuery.cpp setting and some docs 2023-02-27 13:18:21 +00:00
InterpreterShowCreateQuery.h
InterpreterShowEngineQuery.cpp Sort output of SHOW <INFO> statements 2023-03-28 20:55:59 +00:00
InterpreterShowEngineQuery.h
InterpreterShowIndexesQuery.cpp More protection against SQL injection 2023-05-05 13:58:08 +00:00
InterpreterShowIndexesQuery.h Initial version of SHOW INDEXES 2023-04-25 20:48:11 +00:00
InterpreterShowProcesslistQuery.cpp Sort descendingly by elapsed time 2023-03-31 09:36:03 +00:00
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp Simplify FileCacheFactory 2023-04-15 16:15:20 +02:00
InterpreterShowTablesQuery.h Implement SHOW COLUMNS 2023-03-28 18:04:22 +00:00
InterpreterSystemQuery.cpp Merge branch 'master' into hanfei/fiu 2023-05-09 01:14:30 +02:00
InterpreterSystemQuery.h add 'strict' mode for sync replica, fix 00993 2023-03-16 16:04:42 +01:00
InterpreterTransactionControlQuery.cpp
InterpreterTransactionControlQuery.h
InterpreterUndropQuery.cpp monor improvements 2023-03-28 23:47:45 +02:00
InterpreterUndropQuery.h support undrop table 2023-03-27 22:16:36 +08:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterpreterWatchQuery.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
InterpreterWatchQuery.h
interpretSubquery.cpp
interpretSubquery.h
InterserverCredentials.cpp
InterserverCredentials.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
InterserverIOHandler.h
ITokenExtractor.cpp
ITokenExtractor.h
joinDispatch.h
JoinedTables.cpp Remove -Wshadow suppression which leaked into global namespace 2023-04-13 08:46:40 +00:00
JoinedTables.h Addressed review comments 2023-03-21 18:29:26 +01:00
JoinSwitcher.cpp
JoinSwitcher.h
JoinToSubqueryTransformVisitor.cpp
JoinToSubqueryTransformVisitor.h
JoinUtils.cpp Remove PVS-Studio 2023-02-19 23:30:05 +01:00
JoinUtils.h
Lemmatizers.cpp
Lemmatizers.h
loadMetadata.cpp ThreadPool metrics introspection 2023-03-29 10:46:59 +02:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp Add a comment. 2023-03-12 11:06:29 +00:00
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h
MergeJoin.cpp Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
MergeJoin.h
MergeTreeTransaction.cpp fix some tests 2023-04-14 19:42:17 +02:00
MergeTreeTransaction.h Fix MergeTreeTransaction::isReadOnly 2023-03-07 16:16:51 +00:00
MergeTreeTransactionHolder.cpp
MergeTreeTransactionHolder.h
MetricLog.cpp Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
MetricLog.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
misc.h
MonotonicityCheckVisitor.h
MutationsInterpreter.cpp Merge pull request #48522 from ClickHouse/many-mutations-memory-limit 2023-04-10 12:50:42 +02:00
MutationsInterpreter.h Update only affected rows in KV storage 2023-04-05 16:12:14 +00:00
NormalizeSelectWithUnionQueryVisitor.cpp
NormalizeSelectWithUnionQueryVisitor.h
NullableUtils.cpp
NullableUtils.h
OpenTelemetrySpanLog.cpp Optimize opentelemetry_span_log 2023-05-08 05:15:28 +02:00
OpenTelemetrySpanLog.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02: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 Update the fuzzer 2023-03-13 05:21:48 +01:00
PartLog.cpp add aliases for parts name and names 2023-04-17 13:18:40 +00:00
PartLog.h
PredicateExpressionsOptimizer.cpp Fix incorrect predicate push down with grouping sets (#46151) 2023-02-22 11:54:19 +01:00
PredicateExpressionsOptimizer.h
PredicateRewriteVisitor.cpp
PredicateRewriteVisitor.h
PreparedSets.cpp Cleanups 2023-04-14 20:07:37 +02:00
PreparedSets.h Cleanups 2023-04-14 20:07:37 +02:00
processColumnTransformers.cpp
processColumnTransformers.h
ProcessList.cpp Rename ThreadGroupStatus to ThreadGroup 2023-04-07 15:31:48 +02:00
ProcessList.h Rename ThreadGroupStatus to ThreadGroup 2023-04-07 15:31:48 +02:00
ProcessorsProfileLog.cpp
ProcessorsProfileLog.h
ProfileEventsExt.cpp Merge remote-tracking branch 'origin/master' into optimize-compilation 2023-04-13 16:04:09 +02:00
ProfileEventsExt.h
QueryAliasesVisitor.cpp
QueryAliasesVisitor.h
QueryLog.cpp Optimize the system.query_log and system.query_thread_log tables by applying LowCardinality when appropriate 2023-05-05 01:36:01 +02:00
QueryLog.h
QueryNormalizer.cpp Update aliases when clone happens 2023-02-20 19:08:54 +01:00
QueryNormalizer.h
QueryPriorities.h
QueryThreadLog.cpp Optimize the system.query_log and system.query_thread_log tables by applying LowCardinality when appropriate 2023-05-05 01:36:01 +02:00
QueryThreadLog.h Use forward declaration of ThreadPool 2023-04-07 11:25:35 +02:00
QueryViewsLog.cpp
QueryViewsLog.h
RedundantFunctionsInOrderByVisitor.h
RemoveInjectiveFunctionsVisitor.cpp
RemoveInjectiveFunctionsVisitor.h
RenameColumnVisitor.cpp
RenameColumnVisitor.h
replaceAliasColumnsInQuery.cpp
replaceAliasColumnsInQuery.h
replaceForPositionalArguments.cpp
replaceForPositionalArguments.h
ReplaceQueryParameterVisitor.cpp Add the context to the exception message about query paramters 2023-04-23 09:34:12 +02:00
ReplaceQueryParameterVisitor.h
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp
RequiredSourceColumnsVisitor.h
RewriteAnyFunctionVisitor.cpp
RewriteAnyFunctionVisitor.h
RewriteArrayExistsFunctionVisitor.cpp
RewriteArrayExistsFunctionVisitor.h
RewriteCountDistinctVisitor.cpp
RewriteCountDistinctVisitor.h
RewriteCountVariantsVisitor.cpp
RewriteCountVariantsVisitor.h
RewriteFunctionToSubcolumnVisitor.cpp
RewriteFunctionToSubcolumnVisitor.h Reduce dependencies on ASTFunction.h 2021-11-26 18:21:54 +01:00
RewriteOrderByVisitor.cpp
RewriteOrderByVisitor.hpp
RewriteSumIfFunctionVisitor.cpp
RewriteSumIfFunctionVisitor.h
RowRefs.cpp Fix ASOF LEFT JOIN performance degradation (#47544) 2023-03-18 23:53:00 +01:00
RowRefs.h Make the code in Join less disgusting 2023-03-19 07:35:56 +01:00
SelectIntersectExceptQueryVisitor.cpp
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 bad error messages 2023-04-04 20:21:22 +02:00
Session.h Separate AuthenticationData and AuthenticationType, small fixes 2023-04-24 15:12:45 +00:00
SessionLog.cpp Fix bcrypt enum value 2023-05-02 14:36:48 +00:00
SessionLog.h Separate AuthenticationData and AuthenticationType, small fixes 2023-04-24 15:12:45 +00:00
Set.cpp Cleanups 2023-04-14 16:12:18 +02:00
Set.h Cleanups 2023-04-14 16:12:18 +02:00
SetVariants.cpp
SetVariants.h
sortBlock.cpp
sortBlock.h
SortedBlocksWriter.cpp Enhancements for background merges (#49313) 2023-05-02 13:43:59 +02:00
SortedBlocksWriter.h
SquashingTransform.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
SquashingTransform.h
StorageID.cpp
StorageID.h Preparation for libcxx(abi), llvm, clang-tidy 16 2023-03-19 17:25:41 +00:00
SubstituteColumnOptimizer.cpp Add support for substitute column 2023-03-17 13:38:01 +00:00
SubstituteColumnOptimizer.h
SynonymsExtensions.cpp
SynonymsExtensions.h
SystemLog.cpp PR comments 2023-04-05 18:04:03 +02:00
SystemLog.h
TableJoin.cpp Fix key not found error for queries with multiple StorageJoin 2023-04-25 11:28:54 +00:00
TableJoin.h Fix key not found error for queries with multiple StorageJoin 2023-04-25 11:28:54 +00:00
TableOverrideUtils.cpp
TableOverrideUtils.h
TablesStatus.cpp
TablesStatus.h
TemporaryDataOnDisk.cpp Fix incorrectly resolved conflicts after merge with master 2023-04-23 12:37:04 +02:00
TemporaryDataOnDisk.h Merge remote-tracking branch 'upstream/master' into cache-better-locks 2023-04-22 17:14:50 +02:00
TextLog.cpp
TextLog.h
threadPoolCallbackRunner.h work with comments on PR 2023-03-16 19:55:58 +01:00
ThreadStatusExt.cpp Merge pull request #48787 from ClickHouse/background-memory-tracker 2023-05-09 07:58:36 +03:00
TraceCollector.cpp
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 First try at reducing the use of StringRef 2022-07-17 17:26:02 +00:00
TransactionsInfoLog.h
TransactionVersionMetadata.cpp
TransactionVersionMetadata.h
TranslateQualifiedNamesVisitor.cpp
TranslateQualifiedNamesVisitor.h
TreeCNFConverter.cpp Start implementing constraint optimizer 2023-03-16 09:30:55 +00:00
TreeCNFConverter.h Start implementing constraint optimizer 2023-03-16 09:30:55 +00:00
TreeOptimizer.cpp
TreeOptimizer.h
TreeRewriter.cpp Support for cte in parameterized views
Implementation: 2023-03-27 16:30:53 +02:00
TreeRewriter.h
WhereConstraintsOptimizer.cpp Add support for substitute column 2023-03-17 13:38:01 +00:00
WhereConstraintsOptimizer.h
WindowDescription.cpp
WindowDescription.h Improve file includes 2023-03-24 03:44:52 +01:00
ZooKeeperLog.cpp Update enum for ZooKeeperLog 2023-04-19 14:07:38 +02:00
ZooKeeperLog.h