ClickHouse/src/Interpreters
2022-11-09 11:26:46 +01:00
..
Access Better 2022-09-21 10:16:49 +00:00
Cache Merge pull request #42418 from KinderRiven/max_cache_download_limit 2022-10-21 19:36:08 +02:00
ClusterProxy Merge remote-tracking branch 'upstream/master' into build/shorten-64-to-32 2022-10-22 16:49:08 +02:00
examples Fix -Wshorten-64-to-32 in examples 2022-10-21 13:25:43 +02:00
fuzzers
JIT Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
MySQL Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
tests Delete garbage 2022-09-26 10:24:39 +00:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp
ActionsDAG.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
ActionsVisitor.cpp Merge pull request #42263 from vitlibar/refactor-udf 2022-10-15 12:33:10 +02:00
ActionsVisitor.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
AddDefaultDatabaseVisitor.h
AddIndexConstraintsOptimizer.cpp
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp
addMissingDefaults.h
addTypeConversionToAST.cpp
addTypeConversionToAST.h
AggregateDescription.cpp
AggregateDescription.h
AggregateFunctionOfGroupByKeysVisitor.h
AggregationCommon.h
AggregationUtils.cpp Fix memory leaks and segfaults in combinators 2022-09-14 18:01:49 +00:00
AggregationUtils.h
Aggregator.cpp minor fix error msg, repalce outdated func name 2022-11-04 11:27:10 +08: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
ArrayJoinAction.cpp
ArrayJoinAction.h
ArrayJoinedColumnsVisitor.h
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 Review: Failed queries metrics for Async Inserts 2022-11-03 22:26:24 +01:00
AsynchronousInsertQueue.h Merge branch 'master' into async-inserts-log 2022-10-06 01:59:27 +02:00
AsynchronousMetricLog.cpp
AsynchronousMetricLog.h
AsynchronousMetrics.cpp Fix frequent memory drift message and clarify things in comments 2022-10-26 17:38:37 +02:00
AsynchronousMetrics.h work on remarks on the review 2022-08-30 20:18:35 +02: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 pass session certificate for showCertificate() 2022-09-18 07:11:52 +00:00
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
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h
ComparisonGraph.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
ComparisonGraph.h
ConcurrentHashJoin.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
ConcurrentHashJoin.h
Context_fwd.h
Context.cpp Merge branch 'master' into fix-42575 2022-10-25 15:31:32 +02:00
Context.h Fix trash 2022-10-17 04:21:08 +02: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
ConvertStringsToEnumVisitor.cpp
ConvertStringsToEnumVisitor.h
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 Fix exponential query rewrite in case of lots of cross joins with where 2022-09-12 15:05:34 +00:00
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
DatabaseCatalog.h fix 2022-10-07 19:52:34 +02:00
DDLTask.cpp Wipe passwords from distributed queries too. 2022-10-31 10:50:33 +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 Added JOIN support for different algorithm 2022-10-24 10:22:21 +02:00
DNSCacheUpdater.cpp
DNSCacheUpdater.h
DuplicateOrderByVisitor.cpp
DuplicateOrderByVisitor.h
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h
evaluateConstantExpression.cpp
evaluateConstantExpression.h
executeDDLQueryOnCluster.cpp Merge branch 'master' into on_cluster_dll 2022-09-22 09:58:10 +08:00
executeDDLQueryOnCluster.h
executeQuery.cpp Move prepareQueryForLogging() to a separate header. 2022-10-31 10:50:33 +01:00
executeQuery.h
ExecuteScalarSubqueriesVisitor.cpp
ExecuteScalarSubqueriesVisitor.h
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 pull request #39354 from ClickHouse/window-order-by 2022-09-19 09:22:37 +03: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
FilesystemCacheLog.cpp abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
FilesystemCacheLog.h Fix 2022-08-29 17:50:27 +02:00
FillingRow.cpp
FillingRow.h
FullSortingMergeJoin.h
FunctionMaskingArgumentCheckVisitor.h
FunctionNameNormalizer.cpp Function name normalization fix functions header 2022-10-04 17:29:33 +02:00
FunctionNameNormalizer.h Add comments to FunctionNameNormalizer. 2022-09-19 22:07:04 +08:00
GatherFunctionQuantileVisitor.cpp
GatherFunctionQuantileVisitor.h
GetAggregatesVisitor.cpp
GetAggregatesVisitor.h
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
GroupByFunctionKeysVisitor.h
GroupingSetsRewriterVisitor.cpp
GroupingSetsRewriterVisitor.h
HashJoin.cpp Fix incorrect saved_block_sample with multiple disjuncts in hash join 2022-11-03 13:00:37 +01:00
HashJoin.h abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
IdentifierSemantic.cpp Fix exponential query rewrite in case of lots of cross joins with where 2022-09-12 15:05:34 +00:00
IdentifierSemantic.h Fix exponential query rewrite in case of lots of cross joins with where 2022-09-12 15:05:34 +00:00
IExternalLoadable.cpp
IExternalLoadable.h
IExternalLoaderConfigRepository.h
IInterpreter.cpp
IInterpreter.h
IInterpreterUnionOrSelectQuery.cpp
IInterpreterUnionOrSelectQuery.h Revert "Query plan optimization setting: read in window order" 2022-09-09 22:15:38 +02:00
IJoin.h
IKeyValueEntity.h
InDepthNodeVisitor.h Spare stack in InDepthNodeVisitor. 2022-11-01 17:20:12 +01:00
InJoinSubqueriesPreprocessor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp try to fix filling of missed Nested columns with multiple levels 2022-09-08 00:20:11 +00:00
inplaceBlockConversions.h try to fix filling of missed Nested columns with multiple levels 2022-09-06 13:56:32 +00:00
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp make tryEnqueueReplicatedDDL virtual 2022-09-16 16:25:32 +02: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 make tryEnqueueReplicatedDDL virtual 2022-09-16 16:25:32 +02:00
InterpreterCreateIndexQuery.h
InterpreterCreateQuery.cpp Merge branch 'master' into mask-sensitive-info-in-logs 2022-11-02 16:26:13 +01:00
InterpreterCreateQuery.h fix race between DROP and short form of ATTACH 2022-09-14 18:03:36 +02:00
InterpreterDeleteQuery.cpp make tryEnqueueReplicatedDDL virtual 2022-09-16 16:25:32 +02:00
InterpreterDeleteQuery.h
InterpreterDescribeCacheQuery.cpp Rename 2022-09-19 14:02:51 +02:00
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 make tryEnqueueReplicatedDDL virtual 2022-09-16 16:25:32 +02:00
InterpreterDropIndexQuery.h
InterpreterDropQuery.cpp Fix truncate table does not hold lock correctly 2022-10-27 08:56:18 +00:00
InterpreterDropQuery.h
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp Analyzer change setting into allow_experimental_analyzer 2022-10-25 12:35:25 +02:00
InterpreterExplainQuery.h
InterpreterExternalDDLQuery.cpp Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp Analyzer change setting into allow_experimental_analyzer 2022-10-25 12:35:25 +02:00
InterpreterFactory.h
InterpreterInsertQuery.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
InterpreterInsertQuery.h Fix a destruction order for views ThreadStatus 2022-09-21 18:37:40 +00:00
InterpreterKillQueryQuery.cpp Remove some methods 2022-09-10 05:04:40 +02:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp fix 2022-10-02 00:44:46 +02:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp make tryEnqueueReplicatedDDL virtual 2022-09-16 16:25:32 +02:00
InterpreterRenameQuery.h Check grants for databases in case of renaming databases (#40906) 2022-09-05 12:38:44 +02:00
InterpreterSelectIntersectExceptQuery.cpp implement intersect + except distinct 2022-08-30 18:09:01 +08:00
InterpreterSelectIntersectExceptQuery.h
InterpreterSelectQuery.cpp Merge pull request #42580 from hanfei1991/fei/limit_max_rows 2022-10-26 14:09:59 +02:00
InterpreterSelectQuery.h
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 implement intersect + except distinct 2022-08-30 18:09:01 +08:00
InterpreterSelectWithUnionQuery.h
InterpreterSetQuery.cpp move default settings to different part of ast 2022-10-11 18:25:28 +00:00
InterpreterSetQuery.h
InterpreterShowCreateQuery.cpp
InterpreterShowCreateQuery.h
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp Rename 2022-09-19 14:02:51 +02:00
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp Merge pull request #42263 from vitlibar/refactor-udf 2022-10-15 12:33:10 +02:00
InterpreterSystemQuery.h stop background ops before converting db engine 2022-09-09 18:27:19 +02:00
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
JoinedTables.h
JoinSwitcher.cpp
JoinSwitcher.h
JoinToSubqueryTransformVisitor.cpp update code style 2022-11-04 10:04:01 +08:00
JoinToSubqueryTransformVisitor.h
JoinUtils.cpp
JoinUtils.h
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 Fix amusing error in conversion from Ordinary to Atomic 2022-09-21 07:10:33 +02:00
loadMetadata.h
LogicalExpressionsOptimizer.cpp
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h
maskSensitiveInfoInQueryForLogging.cpp Avoid changing query if it doesn't contain password. 2022-10-31 17:04:44 +01:00
maskSensitiveInfoInQueryForLogging.h Add comments. 2022-10-31 10:50:33 +01:00
MergeJoin.cpp Followup for TemporaryDataOnDisk 2022-10-12 15:25:23 +02:00
MergeJoin.h
MergeTreeTransaction.cpp
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 Add comment. 2022-09-28 11:30:09 +00:00
MutationsInterpreter.cpp optimize compact part mutation 2022-09-09 10:22:35 +08:00
MutationsInterpreter.h Add support for update 2022-08-31 14:33:53 +00:00
NormalizeSelectWithUnionQueryVisitor.cpp Fix normalization of UNION inside DESCRIBE query 2022-10-24 10:22:37 +02:00
NormalizeSelectWithUnionQueryVisitor.h implement intersect + except distinct 2022-08-30 18:09:01 +08:00
NullableUtils.cpp
NullableUtils.h
OpenTelemetrySpanLog.cpp
OpenTelemetrySpanLog.h Remove using namespace from header 2022-08-25 20:20:13 +08:00
OptimizeIfChains.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
OptimizeIfChains.h
OptimizeIfWithConstantConditionVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
OptimizeIfWithConstantConditionVisitor.h
OptimizeShardingKeyRewriteInVisitor.cpp
OptimizeShardingKeyRewriteInVisitor.h
parseColumnsListForTableFunction.cpp
parseColumnsListForTableFunction.h
PartLog.cpp fix test 2022-11-04 20:52:21 +08:00
PartLog.h Optimize TTL merge, completely expired parts can be removed in time 2022-11-01 22:58:15 +08:00
PredicateExpressionsOptimizer.cpp Fix exponential query rewrite in case of lots of cross joins with where 2022-09-12 15:05:34 +00: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 Fixed tests 2022-10-24 10:22:20 +02:00
processColumnTransformers.cpp
processColumnTransformers.h
ProcessList.cpp fix bandwidth throttlers initialization order 2022-11-07 18:29:00 +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
QueryLog.cpp
QueryLog.h
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 Fix clang-tidy 2022-09-11 20:43:36 +02:00
QueryParameterVisitor.h
QueryPriorities.h
QueryThreadLog.cpp
QueryThreadLog.h
QueryViewsLog.cpp Fix query_views_log with Window views 2022-09-09 13:46:53 +02:00
QueryViewsLog.h Fix a destruction order for views ThreadStatus 2022-09-21 18:37:40 +00:00
RedundantFunctionsInOrderByVisitor.h
RemoveInjectiveFunctionsVisitor.cpp
RemoveInjectiveFunctionsVisitor.h
RenameColumnVisitor.cpp
RenameColumnVisitor.h
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
RewriteAnyFunctionVisitor.cpp
RewriteAnyFunctionVisitor.h
RewriteCountDistinctVisitor.cpp implement intersect + except distinct 2022-08-30 18:09:01 +08:00
RewriteCountDistinctVisitor.h
RewriteCountVariantsVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
RewriteCountVariantsVisitor.h
RewriteFunctionToSubcolumnVisitor.cpp Remove some methods 2022-09-10 05:04:40 +02:00
RewriteFunctionToSubcolumnVisitor.h
RewriteOrderByVisitor.cpp
RewriteOrderByVisitor.hpp
RewriteSumIfFunctionVisitor.cpp
RewriteSumIfFunctionVisitor.h
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 implement intersect + except distinct 2022-08-30 18:09:01 +08:00
SelectIntersectExceptQueryVisitor.h implement intersect + except distinct 2022-08-30 18:09:01 +08:00
SelectQueryOptions.h
Session.cpp pass session certificate for showCertificate() 2022-09-18 07:11:52 +00:00
Session.h pass session certificate for showCertificate() 2022-09-18 07:11:52 +00:00
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 Add Creating/FilterBySetsOnTheFlyStep for full sorting join 2022-08-29 09:46:57 +00:00
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
StorageID.h code optimization, add test 2022-09-09 23:27:42 +08:00
SubstituteColumnOptimizer.cpp
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 add system table asynchronous_inserts_log 2022-10-03 21:35:55 +00: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
TableOverrideUtils.h
TablesStatus.cpp
TablesStatus.h
TemporaryDataOnDisk.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
TemporaryDataOnDisk.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
TextLog.cpp
TextLog.h
threadPoolCallbackRunner.cpp Get rid of static threadpools 2022-09-07 17:48:11 +02:00
threadPoolCallbackRunner.h Get rid of static threadpools 2022-09-07 17:48:11 +02:00
ThreadStatusExt.cpp Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02:00
TraceCollector.cpp
TraceCollector.h
TraceLog.cpp
TraceLog.h
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
TransactionVersionMetadata.h
TranslateQualifiedNamesVisitor.cpp Support countState(*) 2022-10-01 14:59:26 +08:00
TranslateQualifiedNamesVisitor.h
TreeCNFConverter.cpp fix some typos and clang-tidy warnings 2022-09-05 09:50:24 +08:00
TreeCNFConverter.h fix some typos and clang-tidy warnings 2022-09-05 09:50:24 +08:00
TreeOptimizer.cpp Split UserDefinedSQLObjectsLoader to interface and implementation. 2022-10-13 10:32:32 +02:00
TreeOptimizer.h
TreeRewriter.cpp Added support for JOIN, ARRAY JOIN 2022-10-24 10:22:19 +02:00
TreeRewriter.h fix some typos and clang-tidy warnings 2022-09-05 09:50:24 +08:00
WhereConstraintsOptimizer.cpp fix some typos and clang-tidy warnings 2022-09-05 09:50:24 +08:00
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