ClickHouse/src/Interpreters
2022-12-06 16:36:49 +01:00
..
Access Rename formatWithHiddenSecrets() -> formatWithSecretsHidden(). 2022-11-17 17:30:37 +01:00
Cache Revert "Temporary files evict fs cache" 2022-12-02 14:50:56 +01:00
ClusterProxy Add a separate optimisation to enable memory bound aggregation. 2022-11-30 14:31:39 +00:00
examples Fix -Wshorten-64-to-32 in examples 2022-10-21 13:25:43 +02:00
fuzzers Make disks checks only for clickhouse-server 2022-11-20 16:28:35 +01:00
JIT Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
MySQL to MaterializeMySQL_support_drop_mulit_table-clean up unnecessary code 2022-11-24 12:08:40 +08:00
tests Revert "Temporary files evict fs cache" 2022-12-02 14:50:56 +01:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp Merge branch 'master' into read-in-order-from-query-plan 2022-10-27 18:12:20 +00:00
ActionsDAG.h Merge branch 'master' into read-in-order-from-query-plan 2022-10-27 18:12:20 +00:00
ActionsVisitor.cpp Merge pull request #42263 from vitlibar/refactor-udf 2022-10-15 12:33:10 +02:00
ActionsVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
AddDefaultDatabaseVisitor.h
AddIndexConstraintsOptimizer.cpp
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp
addMissingDefaults.h
addTypeConversionToAST.cpp
addTypeConversionToAST.h
AggregateDescription.cpp
AggregateDescription.h
AggregateFunctionOfGroupByKeysVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
AggregationCommon.h
AggregationUtils.cpp fix race in IColumn::dumpStructure 2022-11-16 00:57:22 +00:00
AggregationUtils.h
Aggregator.cpp Merge branch 'master' into aggregating-in-order-from-query-plan 2022-12-06 16:36:49 +01:00
Aggregator.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
Aliases.h
applyTableOverride.cpp
applyTableOverride.h
ApplyWithAliasVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
ApplyWithGlobalVisitor.h
ApplyWithSubqueryVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
ApplyWithSubqueryVisitor.h Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
ArithmeticOperationsInAgrFuncOptimize.cpp
ArithmeticOperationsInAgrFuncOptimize.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ArrayJoinAction.cpp
ArrayJoinAction.h
ArrayJoinedColumnsVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
AsynchronousInsertLog.cpp slightly better 2022-10-04 14:19:05 +00:00
AsynchronousInsertLog.h slightly better 2022-10-04 14:19:05 +00:00
AsynchronousInsertQueue.cpp Simplify AsynchronousInsertQueue and fix race (#43233) 2022-11-25 15:02:22 +01:00
AsynchronousInsertQueue.h Simplify AsynchronousInsertQueue and fix race (#43233) 2022-11-25 15:02:22 +01:00
AsynchronousMetricLog.cpp Merge branch 'master' into keeper-prometheus 2022-11-15 12:00:02 +00:00
AsynchronousMetricLog.h Merge branch 'master' into keeper-prometheus 2022-11-15 12:00:02 +00:00
BloomFilter.cpp
BloomFilter.h
BloomFilterHash.h Less use of CH-specific bit_cast() 2022-11-04 15:52:48 +00:00
CancellationCode.h
castColumn.cpp Only fix LowCardinality for now 2022-10-22 15:47:13 +08:00
castColumn.h Only fix LowCardinality for now 2022-10-22 15:47:13 +08:00
ClientInfo.cpp Generate config_version.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
ClientInfo.h
Cluster.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
Cluster.h
ClusterDiscovery.cpp Do not set treat_local_port_as_remote in ClusterDiscovery 2022-11-02 15:34:06 +00:00
ClusterDiscovery.h
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp
CollectJoinOnKeysVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ComparisonGraph.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
ComparisonGraph.h
ConcurrentHashJoin.cpp Merge branch 'master' into grace_hash_join 2022-10-26 12:25:50 +00:00
ConcurrentHashJoin.h fix delayed blocks for grace hash join 2022-10-18 11:43:01 +00:00
Context_fwd.h
Context.cpp Merge branch 'master' into fix_some_flaky_tests2 2022-12-05 14:09:19 +03:00
Context.h Merge branch 'master' into fix_some_flaky_tests2 2022-12-05 14:09:19 +03:00
convertFieldToType.cpp Merge branch 'master' into dynamic-columns-14 2022-10-31 16:15:19 +01:00
convertFieldToType.h
ConvertFunctionOrLikeVisitor.cpp Updated finished_asts to fix fast test fails with Normalise AST is too deep and updated ConvertFunctionOrLikeData to merge conditions by aliasorColumnName instead of ASTPtr - 42452 Bug fix for parent node corrupted 2022-11-02 19:35:22 +01:00
ConvertFunctionOrLikeVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ConvertStringsToEnumVisitor.cpp
ConvertStringsToEnumVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
CrashLog.cpp Generate config_version.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
CrashLog.h
createBlockSelector.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
createBlockSelector.h
CrossToInnerJoinVisitor.cpp
CrossToInnerJoinVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
DatabaseAndTableWithAlias.cpp
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
DatabaseCatalog.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
DDLTask.cpp Make the password wiping an option of IAST::format(). 2022-11-16 01:35:06 +01:00
DDLTask.h Wipe passwords from distributed queries too. 2022-10-31 10:50:33 +01:00
DDLWorker.cpp Wipe passwords from distributed queries too. 2022-10-31 10:50:33 +01:00
DDLWorker.h Wipe passwords from distributed queries too. 2022-10-31 10:50:33 +01:00
DirectJoin.cpp Added JOIN support for different algorithm 2022-10-24 10:22:21 +02:00
DirectJoin.h Merge branch 'master' into grace_hash_join 2022-10-26 12:25:50 +00:00
DNSCacheUpdater.cpp
DNSCacheUpdater.h
DuplicateOrderByVisitor.cpp
DuplicateOrderByVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h
evaluateConstantExpression.cpp
evaluateConstantExpression.h
executeDDLQueryOnCluster.cpp
executeDDLQueryOnCluster.h
executeQuery.cpp hold ProcessListEntry a bit longer in case of exception from Interpreter 2022-12-01 17:08:20 +01:00
executeQuery.h
ExecuteScalarSubqueriesVisitor.cpp
ExecuteScalarSubqueriesVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ExpressionActions.cpp Added support for JOIN, ARRAY JOIN 2022-10-24 10:22:19 +02:00
ExpressionActions.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Merge branch 'master' into aggregating-in-order-from-query-plan 2022-12-06 16:36:49 +01:00
ExpressionAnalyzer.h
ExpressionJIT.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
ExternalDictionariesLoader.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
ExternalDictionariesLoader.h
ExternalLoader.cpp Fix incorrect trace log line on dict reload 2022-10-24 11:58:37 +02:00
ExternalLoader.h
ExternalLoaderDatabaseConfigRepository.h
ExternalLoaderDictionaryStorageConfigRepository.cpp
ExternalLoaderDictionaryStorageConfigRepository.h
ExternalLoaderTempConfigRepository.cpp
ExternalLoaderTempConfigRepository.h
ExternalLoaderXMLConfigRepository.cpp
ExternalLoaderXMLConfigRepository.h
ExtractExpressionInfoVisitor.cpp
ExtractExpressionInfoVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
FilesystemCacheLog.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
FilesystemCacheLog.h
FillingRow.cpp
FillingRow.h
FullSortingMergeJoin.h fix delayed blocks for grace hash join 2022-10-18 11:43:01 +00:00
FunctionMaskingArgumentCheckVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
FunctionNameNormalizer.cpp Function name normalization fix functions header 2022-10-04 17:29:33 +02:00
FunctionNameNormalizer.h
GatherFunctionQuantileVisitor.cpp
GatherFunctionQuantileVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
GetAggregatesVisitor.cpp
GetAggregatesVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
getClusterName.cpp
getClusterName.h
getColumnFromBlock.cpp
getColumnFromBlock.h
getHeaderForProcessingStage.cpp Fixed tests 2022-10-24 10:22:20 +02:00
getHeaderForProcessingStage.h
getTableExpressions.cpp
getTableExpressions.h
getTableOverride.cpp
getTableOverride.h
GlobalSubqueriesVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
GraceHashJoin.cpp Add IJoin::initialize 2022-11-29 17:11:00 +00:00
GraceHashJoin.h Add IJoin::initialize 2022-11-29 17:11:00 +00:00
GroupByFunctionKeysVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
GroupingSetsRewriterVisitor.cpp
GroupingSetsRewriterVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
HashJoin.cpp Merge remote-tracking branch 'origin/master' into HEAD 2022-11-24 13:10:37 +00:00
HashJoin.h wip grace hash 2022-10-19 10:20:41 +00:00
IdentifierSemantic.cpp
IdentifierSemantic.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
IExternalLoadable.cpp
IExternalLoadable.h
IExternalLoaderConfigRepository.h
IInterpreter.cpp
IInterpreter.h
IInterpreterUnionOrSelectQuery.cpp Removed extendQueryLogElemImplImpl. 2022-10-27 10:42:25 +03:00
IInterpreterUnionOrSelectQuery.h Merge pull request #42829 from ClickHouse/read-in-order-from-query-plan 2022-11-11 12:15:20 +01:00
IJoin.h Add IJoin::initialize 2022-11-29 17:11:00 +00:00
IKeyValueEntity.h
InDepthNodeVisitor.h Modifiy visitor 2022-11-23 13:32:36 +00:00
InJoinSubqueriesPreprocessor.cpp Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp
inplaceBlockConversions.h
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterNamedCollectionQuery.cpp Better 2022-11-16 17:58:21 +01:00
InterpreterAlterNamedCollectionQuery.h Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
InterpreterAlterQuery.cpp Modify ALTER before replicating 2022-11-25 10:16:20 +00:00
InterpreterAlterQuery.h
InterpreterBackupQuery.cpp
InterpreterBackupQuery.h
InterpreterCheckQuery.cpp
InterpreterCheckQuery.h
InterpreterCreateFunctionQuery.cpp Split UserDefinedSQLObjectsLoader to interface and implementation. 2022-10-13 10:32:32 +02:00
InterpreterCreateFunctionQuery.h Split UserDefinedSQLObjectsLoader to interface and implementation. 2022-10-13 10:32:32 +02:00
InterpreterCreateIndexQuery.cpp
InterpreterCreateIndexQuery.h
InterpreterCreateNamedCollectionQuery.cpp Better 2022-11-16 17:58:21 +01:00
InterpreterCreateNamedCollectionQuery.h Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
InterpreterCreateQuery.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
InterpreterCreateQuery.h
InterpreterDeleteQuery.cpp
InterpreterDeleteQuery.h
InterpreterDescribeCacheQuery.cpp
InterpreterDescribeCacheQuery.h
InterpreterDescribeQuery.cpp Analyzer change setting into allow_experimental_analyzer 2022-10-25 12:35:25 +02:00
InterpreterDescribeQuery.h
InterpreterDropFunctionQuery.cpp Split UserDefinedSQLObjectsLoader to interface and implementation. 2022-10-13 10:32:32 +02:00
InterpreterDropFunctionQuery.h
InterpreterDropIndexQuery.cpp
InterpreterDropIndexQuery.h
InterpreterDropNamedCollectionQuery.cpp Better 2022-11-16 17:58:21 +01:00
InterpreterDropNamedCollectionQuery.h Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
InterpreterDropQuery.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
InterpreterDropQuery.h Delete parts over replacing them with empty parts 2022-11-23 15:16:08 +00:00
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp Set run_passes to 1 by default 2022-11-21 15:05:52 +00:00
InterpreterExplainQuery.h
InterpreterExternalDDLQuery.cpp to MaterializeMySQL_support_drop_mulit_table 2022-11-18 17:50:44 +08:00
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
InterpreterFactory.h
InterpreterInsertQuery.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
InterpreterInsertQuery.h
InterpreterKillQueryQuery.cpp
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp fix 2022-10-02 00:44:46 +02:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
InterpreterRenameQuery.h
InterpreterSelectIntersectExceptQuery.cpp Fix build. 2022-11-09 13:51:27 +01:00
InterpreterSelectIntersectExceptQuery.h Review fixes. 2022-10-27 10:42:22 +03:00
InterpreterSelectQuery.cpp Add a separate optimisation to enable memory bound aggregation. 2022-11-30 14:31:39 +00:00
InterpreterSelectQuery.h Reworked changes to std::shared_ptr<const RowPolicyFilter>. 2022-10-27 10:42:55 +03:00
InterpreterSelectQueryAnalyzer.cpp Fixed tests 2022-10-24 10:22:37 +02:00
InterpreterSelectQueryAnalyzer.h Fixed tests 2022-10-24 10:22:37 +02:00
InterpreterSelectWithUnionQuery.cpp Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
InterpreterSelectWithUnionQuery.h Review fixes. 2022-10-27 10:42:22 +03:00
InterpreterSetQuery.cpp move default settings to different part of ast 2022-10-11 18:25:28 +00:00
InterpreterSetQuery.h
InterpreterShowCreateQuery.cpp Remove unused argument hilite in formatWithSecretHidden(). 2022-11-17 18:16:33 +01:00
InterpreterShowCreateQuery.h
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp Add full option for SHOW query 2022-12-03 20:42:18 +00:00
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp Merge pull request #42263 from vitlibar/refactor-udf 2022-10-15 12:33:10 +02:00
InterpreterSystemQuery.h
InterpreterTransactionControlQuery.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
InterpreterTransactionControlQuery.h
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterpreterWatchQuery.cpp
InterpreterWatchQuery.h
interpretSubquery.cpp
interpretSubquery.h
InterserverCredentials.cpp
InterserverCredentials.h
InterserverIOHandler.h
ITokenExtractor.cpp
ITokenExtractor.h
joinDispatch.h
JoinedTables.cpp Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
JoinedTables.h Improve using structure from insertion table in table functions 2022-10-14 15:09:35 +00:00
JoinSwitcher.cpp JoinSwitcher don't use grace hash join 2022-10-26 16:09:11 +00:00
JoinSwitcher.h JoinSwitcher don't use grace hash join 2022-10-26 16:09:11 +00:00
JoinToSubqueryTransformVisitor.cpp Do not assume that the original query was valid when transforming JOINs 2022-11-24 09:48:51 +01:00
JoinToSubqueryTransformVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
JoinUtils.cpp wip grace hash 2022-10-05 12:40:32 +00:00
JoinUtils.h wip grace hash 2022-10-05 12:40:32 +00:00
Lemmatizers.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
Lemmatizers.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
loadMetadata.cpp
loadMetadata.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
LogicalExpressionsOptimizer.cpp
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
MergeJoin.cpp fix delayed blocks for grace hash join 2022-10-18 11:43:01 +00:00
MergeJoin.h fix delayed blocks for grace hash join 2022-10-18 11:43:01 +00:00
MergeTreeTransaction.cpp work with the latest remarks 2022-11-23 15:16:09 +00:00
MergeTreeTransaction.h
MergeTreeTransactionHolder.cpp
MergeTreeTransactionHolder.h
MetricLog.cpp add system table asynchronous_inserts_log 2022-10-03 21:35:55 +00:00
MetricLog.h
misc.h
MonotonicityCheckVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
MutationsInterpreter.cpp Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
MutationsInterpreter.h
NormalizeSelectWithUnionQueryVisitor.cpp Fix normalization of UNION inside DESCRIBE query 2022-10-24 10:22:37 +02:00
NormalizeSelectWithUnionQueryVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
NullableUtils.cpp
NullableUtils.h
OpenTelemetrySpanLog.cpp
OpenTelemetrySpanLog.h
OptimizeIfChains.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
OptimizeIfChains.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
OptimizeIfWithConstantConditionVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
OptimizeIfWithConstantConditionVisitor.h
OptimizeShardingKeyRewriteInVisitor.cpp
OptimizeShardingKeyRewriteInVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
parseColumnsListForTableFunction.cpp
parseColumnsListForTableFunction.h
PartLog.cpp Add table_uuid to system.parts (resubmit) 2022-11-26 20:16:38 +01:00
PartLog.h Add table_uuid to system.parts (resubmit) 2022-11-26 20:16:38 +01:00
PredicateExpressionsOptimizer.cpp
PredicateExpressionsOptimizer.h
PredicateRewriteVisitor.cpp
PredicateRewriteVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
PreparedSets.cpp
PreparedSets.h Fixed tests 2022-10-24 10:22:20 +02:00
processColumnTransformers.cpp
processColumnTransformers.h
ProcessList.cpp allow to send profile events to trace_log 2022-11-24 20:12:16 +00:00
ProcessList.h Add more trash. 2022-10-21 22:19:06 +00:00
ProcessorsProfileLog.cpp
ProcessorsProfileLog.h
ProfileEventsExt.cpp
ProfileEventsExt.h
QueryAliasesVisitor.cpp
QueryAliasesVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
QueryLog.cpp Removed UUID's. 2022-10-27 10:42:26 +03:00
QueryLog.h Removed UUID's. 2022-10-27 10:42:26 +03:00
QueryNormalizer.cpp Updated to check size of alias before cloning, so that we throw error early - 42452 Bug fix for parent node corrupted 2022-11-03 14:42:34 +01:00
QueryNormalizer.h
QueryParameterVisitor.cpp
QueryParameterVisitor.h
QueryPriorities.h
QueryThreadLog.cpp
QueryThreadLog.h
QueryViewsLog.cpp
QueryViewsLog.h
RedundantFunctionsInOrderByVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RemoveInjectiveFunctionsVisitor.cpp
RemoveInjectiveFunctionsVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RenameColumnVisitor.cpp
RenameColumnVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
replaceAliasColumnsInQuery.cpp
replaceAliasColumnsInQuery.h
replaceForPositionalArguments.cpp
replaceForPositionalArguments.h
ReplaceQueryParameterVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
ReplaceQueryParameterVisitor.h
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp
RequiredSourceColumnsVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RewriteAnyFunctionVisitor.cpp
RewriteAnyFunctionVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RewriteCountDistinctVisitor.cpp
RewriteCountDistinctVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RewriteCountVariantsVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
RewriteCountVariantsVisitor.h
RewriteFunctionToSubcolumnVisitor.cpp
RewriteFunctionToSubcolumnVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RewriteOrderByVisitor.cpp
RewriteOrderByVisitor.hpp Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RewriteSumIfFunctionVisitor.cpp
RewriteSumIfFunctionVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RowRefs.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
RowRefs.h Review fixes 2022-10-21 22:40:13 +02:00
SelectIntersectExceptQueryVisitor.cpp
SelectIntersectExceptQueryVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
SelectQueryOptions.h
ServerAsynchronousMetrics.cpp Merge branch 'master' into keeper-prometheus 2022-11-15 12:00:02 +00:00
ServerAsynchronousMetrics.h Bring back heavy metrics 2022-11-10 12:56:27 +01:00
Session.cpp work with the latest remarks 2022-11-23 15:16:09 +00:00
Session.h
SessionLog.cpp Add SSL_CERTIFICATE auth method to all places missing 2022-10-28 21:17:59 +02:00
SessionLog.h
Set.cpp Fix create set with wrong header when data type is lowcardinality 2022-10-22 16:17:05 +00:00
Set.h
SetVariants.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
SetVariants.h
sortBlock.cpp
sortBlock.h
SortedBlocksWriter.cpp Followup for TemporaryDataOnDisk 2022-10-12 15:25:23 +02:00
SortedBlocksWriter.h
SquashingTransform.cpp
SquashingTransform.h
StorageID.cpp Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
StorageID.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
SubstituteColumnOptimizer.cpp Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
SubstituteColumnOptimizer.h
SynonymsExtensions.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
SynonymsExtensions.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
SystemLog.cpp Make the password wiping an option of IAST::format(). 2022-11-16 01:35:06 +01:00
SystemLog.h add system table asynchronous_inserts_log 2022-10-03 21:35:55 +00:00
TableJoin.cpp Fixed tests 2022-10-24 10:22:20 +02:00
TableJoin.h Added JOIN support for different algorithm 2022-10-24 10:22:21 +02:00
TableOverrideUtils.cpp Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
TableOverrideUtils.h
TablesStatus.cpp
TablesStatus.h
TemporaryDataOnDisk.cpp Revert "Temporary files evict fs cache" 2022-12-02 14:50:56 +01:00
TemporaryDataOnDisk.h Revert "Temporary files evict fs cache" 2022-12-02 14:50:56 +01:00
TextLog.cpp
TextLog.h
threadPoolCallbackRunner.cpp
threadPoolCallbackRunner.h
ThreadStatusExt.cpp Fix incorrect UserTimeMicroseconds/SystemTimeMicroseconds accounting 2022-11-18 21:10:43 +01:00
TraceCollector.cpp allow to send profile events to trace_log 2022-11-24 20:12:16 +00:00
TraceCollector.h allow to send profile events to trace_log 2022-11-24 20:12:16 +00:00
TraceLog.cpp allow to send profile events to trace_log 2022-11-24 20:12:16 +00:00
TraceLog.h allow to send profile events to trace_log 2022-11-24 20:12:16 +00:00
TransactionLog.cpp Define methods for multi read requests 2022-09-29 09:19:47 +00:00
TransactionLog.h Define methods for multi read requests 2022-09-29 09:19:47 +00:00
TransactionsInfoLog.cpp
TransactionsInfoLog.h
TransactionVersionMetadata.cpp canBeRemoved take into account creation_csn then no txn 2022-11-23 15:16:09 +00:00
TransactionVersionMetadata.h
TranslateQualifiedNamesVisitor.cpp Support countState(*) 2022-10-01 14:59:26 +08:00
TranslateQualifiedNamesVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
TreeCNFConverter.cpp
TreeCNFConverter.h
TreeOptimizer.cpp impl (#43709) 2022-11-29 18:22:24 +01:00
TreeOptimizer.h impl (#43709) 2022-11-29 18:22:24 +01:00
TreeRewriter.cpp impl (#43709) 2022-11-29 18:22:24 +01:00
TreeRewriter.h
WhereConstraintsOptimizer.cpp
WhereConstraintsOptimizer.h
WindowDescription.cpp Added WINDOW functions support 2022-10-24 10:22:20 +02:00
WindowDescription.h Added WINDOW functions support 2022-10-24 10:22:20 +02:00
ZooKeeperLog.cpp Fix zookeeper_log 2022-09-27 12:36:59 +00:00
ZooKeeperLog.h