ClickHouse/src/Interpreters
2023-03-06 19:35:00 +03:00
..
Access Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
Cache Cleanup 2023-02-04 19:41:41 +01:00
ClusterProxy Remove unnecessary includes of InterpreterSelectQuery header 2023-02-16 12:17:03 +01: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 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 Fix build and unit test 2022-12-22 13:08:54 +00:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp ActionsDAG: do not change result of and() during optimization - part 2 (#47028) 2023-03-02 20:48:13 +01:00
ActionsDAG.h Merge pull request #45364 from nickitat/aggr_partitions_independently 2023-02-19 17:44:18 +03: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
addTypeConversionToAST.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
addTypeConversionToAST.h
AggregateDescription.cpp Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregateDescription.h
AggregateFunctionOfGroupByKeysVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 Merge pull request #46118 from CurtizJ/fix-issues-with-sparse 2023-03-05 22:28:18 +01:00
Aggregator.h Optimize one nullable key aggregate performance (#45772) 2023-03-02 21:01:52 +01:00
Aliases.h
applyTableOverride.cpp Make clang-tidy happy 2022-10-18 11:40:12 +02:00
applyTableOverride.h
ApplyWithAliasVisitor.cpp Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp Make clang-tidy happy 2022-10-18 11:40:12 +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 fix logic + better test 2023-02-22 13:30:57 +08:00
ArithmeticOperationsInAgrFuncOptimize.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ArrayJoinAction.cpp SIZES_OF_ARRAYS_DOESN_MATCH --> SIZES_OF_ARRAYS_DONT_MATCH 2023-02-27 08:31:40 +00:00
ArrayJoinAction.h update getArrayJoinDataType/getArrayJoinColumn 2022-12-14 13:02:03 +00:00
ArrayJoinedColumnsVisitor.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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 fix 2023-02-23 23:07:35 +01:00
AsynchronousInsertQueue.h Merge pull request #46753 from CurtizJ/fallback-from-async-insert 2023-02-23 16:21:44 +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 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 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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
ClientInfo.h add member function getLastForwardedFor to ClientInfo 2022-12-23 18:32:29 +00:00
Cluster.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
Cluster.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CollectJoinOnKeysVisitor.h JoinIdentifierPos::Constant -> NotColumn 2022-12-15 15:14:03 +00: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 Replace std::vector with absl inlined_vector 2022-10-13 21:50:11 +02:00
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 Apply some CTAD 2023-03-02 13:36:47 +00:00
Context.h Merge pull request #46360 from genzgd/http_client_version 2023-02-16 22:17:04 +03: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 Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ConvertStringsToEnumVisitor.cpp Add classes for new pass 2022-12-07 11:44:46 +00:00
ConvertStringsToEnumVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
CrashLog.cpp initial solution 2023-03-06 19:35:00 +03:00
CrashLog.h
createBlockSelector.cpp Update libdivide 2022-12-13 10:45:01 +01:00
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
CrossToInnerJoinVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
DatabaseAndTableWithAlias.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
DatabaseAndTableWithAlias.h Improve Asterisk and ColumnMatcher parser 2022-11-02 06:21:02 +00:00
DatabaseCatalog.cpp Merge pull request #46384 from ClickHouse/fixes_for_993 2023-02-26 01:55:20 +03: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 #46775 from ClickHouse/tavplubix-patch-5 2023-02-23 20:48:26 +03: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 Remove PVS-Studio 2023-02-19 23:30:05 +01:00
DuplicateOrderByVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
EmbeddedDictionaries.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
EmbeddedDictionaries.h
evaluateConstantExpression.cpp Remove unnecessary execute() while evaluating a constant expression. 2023-02-05 20:26:34 +01:00
evaluateConstantExpression.h
executeDDLQueryOnCluster.cpp forbid runtime strings 2023-01-26 10:52:47 +01:00
executeDDLQueryOnCluster.h
executeQuery.cpp Merge branch 'master' into fix_insert_cancellation_in_native_protocol 2023-03-01 14:26:41 +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 Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ExpressionActions.cpp Fix for 'Result column is not empty' bug found by fuzzer 2023-02-14 15:34:04 +01:00
ExpressionActions.h Remove PVS-Studio 2023-02-19 23:30:05 +01:00
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Remove unnecessary execute() while evaluating a constant expression. 2023-02-05 20:26:34 +01:00
ExpressionAnalyzer.h Remove unnecessary execute() while evaluating a constant expression. 2023-02-05 20:26:34 +01:00
ExpressionJIT.cpp Fix ClangTidy build 2022-12-21 00:22:46 +00:00
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
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
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 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 Add comments to FunctionNameNormalizer. 2022-09-19 22:07:04 +08:00
GatherFunctionQuantileVisitor.cpp Merge remote-tracking branch 'upstream/master' into ncb/weighted-quantile-approx 2022-12-13 09:34:26 -08:00
GatherFunctionQuantileVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 Implement referential dependencies for table engine "Distributed" 2022-12-13 11:09:42 +01:00
getColumnFromBlock.cpp
getColumnFromBlock.h
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 Apply some CTAD 2023-03-02 13:36:47 +00:00
GraceHashJoin.h Merge pull request #45007 from ClickHouse/cancellable-mutex-integration 2023-01-25 11:15:46 +01:00
GroupByFunctionKeysVisitor.h Remove PVS-Studio 2023-02-19 23:30:05 +01:00
GroupingSetsRewriterVisitor.cpp
GroupingSetsRewriterVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 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 Remove PVS-Studio 2023-02-19 23:30:05 +01:00
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp Fix 2023-02-09 12:03:56 +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 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 Replace old named collections code for url 2022-12-17 00:24:05 +01:00
InterpreterAlterNamedCollectionQuery.h Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
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 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
InterpreterCreateNamedCollectionQuery.cpp Replace old named collections code for url 2022-12-17 00:24:05 +01:00
InterpreterCreateNamedCollectionQuery.h Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
InterpreterCreateQuery.cpp Fixed tests 2023-03-01 18:05:07 +01: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
InterpreterDescribeCacheQuery.cpp Rename 2022-09-19 14:02:51 +02:00
InterpreterDescribeCacheQuery.h
InterpreterDescribeQuery.cpp Analyzer support distributed queries processing 2023-01-12 12:07:58 +01: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
InterpreterDropNamedCollectionQuery.cpp Replace old named collections code for url 2022-12-17 00:24:05 +01:00
InterpreterDropNamedCollectionQuery.h Add commands CREATE/ALTER/DROP NAMED COLLECTION 2022-11-15 15:51:56 +01:00
InterpreterDropQuery.cpp More interesting settings for Stress Tests (#41534) 2023-02-21 15:36:23 +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
InterpreterExplainQuery.cpp Revert changes with complex SettingsChanges 2023-02-03 21:04:45 +01: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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03: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 Fix concrete columns PREWHERE support 2023-03-02 18:51:23 +01:00
InterpreterSelectQuery.h Merge branch 'master' into add_select_final_mt_setting 2023-02-15 15:35:37 +03:00
InterpreterSelectQueryAnalyzer.cpp Fixed code review issues 2023-02-18 17:06:00 +01:00
InterpreterSelectQueryAnalyzer.h Fixed code review issues 2023-02-18 17:06:00 +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 move default settings to different part of ast 2022-10-11 18:25:28 +00:00
InterpreterSetQuery.h
InterpreterShowCreateQuery.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
InterpreterShowCreateQuery.h
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 abort instead of __builtin_unreachable in debug builds 2022-10-07 21:49:08 +02:00
InterpreterTransactionControlQuery.h
InterpreterUseQuery.cpp
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 Improve using structure from insertion table in table functions 2022-10-14 15:09:35 +00:00
JoinSwitcher.cpp Update JoinSwitcher::switchJoin 2023-01-17 12:21:55 +00:00
JoinSwitcher.h JoinSwitcher don't use grace hash join 2022-10-26 16:09:11 +00:00
JoinToSubqueryTransformVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
JoinToSubqueryTransformVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
loadMetadata.cpp Add setting check_referential_table_dependencies to check referential dependencies on DROP TABLE. 2023-02-08 23:56:59 +01:00
loadMetadata.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
LogicalExpressionsOptimizer.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
LogicalExpressionsOptimizer.h LogicalExpressionsOptimizer: optimze for LowCardinality 2022-11-02 16:56:58 +08:00
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 release shared ptrs after finishing a transaction 2023-03-04 22:07:59 +01:00
MergeTreeTransaction.h release shared ptrs after finishing a transaction 2023-03-04 22:07:59 +01:00
MergeTreeTransactionHolder.cpp
MergeTreeTransactionHolder.h
MetricLog.cpp add system table asynchronous_inserts_log 2022-10-03 21:35:55 +00:00
MetricLog.h
misc.h Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
MonotonicityCheckVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
NullableUtils.cpp
NullableUtils.h
OpenTelemetrySpanLog.cpp
OpenTelemetrySpanLog.h Fix assertion in statistical functions 2023-02-08 00:09:41 +01:00
OptimizeIfChains.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
OptimizeIfChains.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
OptimizeIfWithConstantConditionVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
OptimizeIfWithConstantConditionVisitor.h
OptimizeShardingKeyRewriteInVisitor.cpp
OptimizeShardingKeyRewriteInVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 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 Fix trash around query kind, part 2 2023-02-01 03:31:31 +01:00
ProcessList.h Fix error 2023-02-03 02:16:30 +01:00
ProcessorsProfileLog.cpp
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 Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 Updated to support query parameters in different parts of query (SELECT, ORDERBY, GROUP BY), updated the approach in WHERE & HAVING, added tests for the same - 40907 Parameterized views as table functions 2022-11-28 19:05:01 +01:00
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 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 typo 2023-01-04 12:45:39 +01:00
replaceForPositionalArguments.h
ReplaceQueryParameterVisitor.cpp Fix parameterized queries with REPLACE transformer 2023-02-14 22:02:54 +00:00
ReplaceQueryParameterVisitor.h
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
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
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 Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
RewriteCountVariantsVisitor.cpp fix some bad logics in ast level optimization 2022-12-02 17:56:23 +08:00
RewriteCountVariantsVisitor.h fix some bad logics in ast level optimization 2022-12-02 17:56:23 +08:00
RewriteFunctionToSubcolumnVisitor.cpp Remove some methods 2022-09-10 05:04:40 +02:00
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 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 Review fixes 2022-10-21 22:40:13 +02:00
SelectIntersectExceptQueryVisitor.cpp forbid old ctor of Exception 2023-01-23 22:18:05 +01:00
SelectIntersectExceptQueryVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
SelectQueryOptions.h Moved is_create_parameterized_view out of Context , and added into ActionsMatcher::Data and SelectQueryInfo - 40907 Parameterized views as table functions 2022-10-21 14:45:28 +02:00
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 Add SSL_CERTIFICATE auth method to all places missing 2022-10-28 21:17:59 +02:00
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 Followup for TemporaryDataOnDisk 2022-10-12 15:25:23 +02:00
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 Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
SystemLog.cpp Add parameterized RENAME queries 2023-02-14 13:01:06 +00: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 Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TemporaryDataOnDisk.h Fixes 2022-12-22 10:22:57 +00:00
TextLog.cpp add a column with a message pattern to text_log 2022-12-23 15:06:30 +01:00
TextLog.h add a column with a message pattern to text_log 2022-12-23 15:06:30 +01:00
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 allow to send profile events to trace_log 2022-11-24 20:12:16 +00:00
TraceLog.cpp Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
TraceLog.h Revert "Merge pull request #38953 from ClickHouse/add-allocation-ptr-to-trace-log" 2022-12-27 14:28:13 +01:00
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 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
TreeCNFConverter.cpp Better formatting for exception messages (#45449) 2023-01-24 00:13:58 +03:00
TreeCNFConverter.h fix some typos and clang-tidy warnings 2022-09-05 09:50:24 +08:00
TreeOptimizer.cpp remove useless code 2023-02-09 16:32:11 +08:00
TreeOptimizer.h Merge branch 'master' into ch_canh_fix_normalize 2022-12-02 17:59:21 +08:00
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 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