ClickHouse/src/Interpreters
Anton Popov 1f32ffedf8
Merge pull request #43221 from ClickHouse/refactoring-ip-types
Replace domain IP types (IPv4, IPv6) with native
2023-01-07 12:01:21 +01:00
..
Access Merge branch 'master' into fix_settings_constraints 2022-12-13 20:33:16 +01:00
Cache Fix build and unit test 2022-12-22 13:08:54 +00: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 Refactor FunctionNode 2022-12-02 19:15:26 +00:00
MySQL Merge branch 'master' into perf_experiment 2022-12-13 17:15:07 +01:00
tests Fix build and unit test 2022-12-22 13:08:54 +00:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp Merge pull request #44541 from ClickHouse/cleanup-resolved-function 2023-01-06 18:09:32 +01:00
ActionsDAG.h Fixes after review 2023-01-03 16:50:06 +00:00
ActionsVisitor.cpp Removed flag from ExpressionAnalyzer and added a check in MutationsInterpreter::addStreamsForLaterStages - 42637 Disallow arrayJoin in mutations 2023-01-04 09:56:44 +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
AddIndexConstraintsOptimizer.cpp
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp
addMissingDefaults.h
addTypeConversionToAST.cpp
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
AggregationUtils.cpp Refactor FunctionNode 2022-12-02 19:15:26 +00:00
AggregationUtils.h fix style 2022-08-16 18:56:22 +02:00
Aggregator.cpp Merge pull request #43972 from ClickHouse/vdimir/tmp-data-in-fs-cache-2 2022-12-23 11:59:27 +01:00
Aggregator.h Fixes for -Wshorten-64-to-32 2022-10-21 13:25:19 +02: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
ArithmeticOperationsInAgrFuncOptimize.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
ArrayJoinAction.cpp update getArrayJoinDataType/getArrayJoinColumn 2022-12-14 13:02:03 +00:00
ArrayJoinAction.h update getArrayJoinDataType/getArrayJoinColumn 2022-12-14 13:02:03 +00:00
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 fix test 02015_async_inserts_2 2022-12-27 17:01:30 +00:00
AsynchronousInsertQueue.h Merge branch 'master' into hanfei/aysnc-insert 2022-11-25 17:27:56 +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 Fix -Wshorten-64-to-32 on FreeBSD 2022-12-12 08:05:28 +01:00
ClientInfo.h add member function getLastForwardedFor to ClientInfo 2022-12-23 18:32:29 +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 Add observer mode to (zoo)keeper cluster discovery feature 2022-08-12 13:26:12 +00:00
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp JoinIdentifierPos::Constant -> NotColumn 2022-12-15 15:14:03 +00: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 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 40951_Allow_macro_substitution_in_endpoint 2023-01-02 20:34:24 +01:00
Context.h Temporary files evict fs cache 2022-12-22 10:22:49 +00:00
convertFieldToType.cpp adapt IPv4 and IPv6 parsers for ReadBuffer, update to fit last master's merge 2022-12-09 21:20:52 +00: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 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 Generate config_version.h into ${CONFIG_INCLUDE_PATH} 2022-09-28 12:48:26 +00:00
CrashLog.h
createBlockSelector.cpp Update libdivide 2022-12-13 10:45:01 +01:00
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Replace std::vector with absl inlined_vector 2022-10-13 21:50:11 +02:00
CrossToInnerJoinVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
DatabaseAndTableWithAlias.cpp
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp fix flaky test (I'm too lazy to create separate PR for this) 2022-12-13 21:49:32 +01:00
DatabaseCatalog.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
DDLTask.cpp Addition to prev change 2023-01-01 21:46:30 +01:00
DDLTask.h Addition to prev change 2023-01-01 21:46:30 +01:00
DDLWorker.cpp Addition to prev change 2023-01-01 21:48:37 +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 Merge branch 'master' into on_cluster_dll 2022-09-22 09:58:10 +08:00
executeDDLQueryOnCluster.h
executeQuery.cpp Merge branch 'master' into improve-streaming-engines 2022-12-29 22:59:45 +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 update getArrayJoinDataType/getArrayJoinColumn 2022-12-14 13:02:03 +00:00
ExpressionActions.h Consolidate config_core.h into config.h 2022-09-28 13:31:57 +00:00
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Respect requested columns order for select. 2023-01-04 19:59:15 +00:00
ExpressionAnalyzer.h Respect requested columns order for select. 2023-01-04 19:59:15 +00:00
ExpressionJIT.cpp Fix ClangTidy build 2022-12-21 00:22:46 +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 Fix 2022-08-29 17:50:27 +02:00
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 Add comments to FunctionNameNormalizer. 2022-09-19 22:07:04 +08:00
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 Implement referential dependencies for table engine "Distributed" 2022-12-13 11:09:42 +01: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 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 update 2022-12-16 18:33:01 +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 Fix possible nullptr in HashJoin::correctNullability 2022-12-19 12:31:58 +00:00
HashJoin.h wip grace hash 2022-10-19 10:20:41 +00:00
IdentifierSemantic.cpp Replace std::vector with absl inlined_vector 2022-10-13 21:50:11 +02: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
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 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
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 Minor code polishing 2022-12-22 14:31:42 +01: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
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 Merge branch 'master' into validate-types 2022-12-30 17:52:13 +01:00
InterpreterCreateQuery.h fix race between DROP and short form of ATTACH 2022-09-14 18:03:36 +02:00
InterpreterDeleteQuery.cpp Added table name 2022-12-31 01:40:50 +01: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
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 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 Disable functions in readonly for inserts (#44290) 2023-01-03 15:25:04 +01: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 Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
InterpreterRenameQuery.h Check grants for databases in case of renaming databases (#40906) 2022-09-05 12:38:44 +02:00
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 Respect requested columns order for select. 2023-01-04 19:59:15 +00:00
InterpreterSelectQuery.h Reworked changes to std::shared_ptr<const RowPolicyFilter>. 2022-10-27 10:42:55 +03:00
InterpreterSelectQueryAnalyzer.cpp Analyzer StorageView crash fix 2022-12-16 11:53:26 +01:00
InterpreterSelectQueryAnalyzer.h Analyzer StorageView crash fix 2022-12-16 11:53:26 +01:00
InterpreterSelectWithUnionQuery.cpp Update InterpreterSelectWithUnionQuery.cpp 2023-01-05 17:29:16 +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 Remove disk restart proxy and disk decorator (#44647) 2022-12-30 14:47:30 +01:00
InterpreterSystemQuery.h Remove disk restart proxy and disk decorator (#44647) 2022-12-30 14:47:30 +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
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 Fixed issue with table alias for failing tests - Fix for qualified asterisks with alias table name and column transformer 2023-01-02 09:40:49 +01:00
JoinToSubqueryTransformVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
JoinUtils.cpp Fix logical error in right storage join witn using 2022-12-06 11:46:54 +00:00
JoinUtils.h Fix logical error in right storage join witn using 2022-12-06 11:46:54 +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 Fix amusing error in conversion from Ordinary to Atomic 2022-09-21 07:10:33 +02:00
loadMetadata.h Referential dependencies for RESTORE (#43834) 2022-12-02 15:05:46 +01:00
LogicalExpressionsOptimizer.cpp Make clang-tidy happy 2022-10-18 11:40:12 +02:00
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
MergeJoin.cpp Fix logical error in right storage join witn using 2022-12-06 11:46:54 +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 Merge pull request #44447 from ClickHouse/42637_Disallow_arrayJoin_in_mutations 2023-01-05 18:00:16 +01: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 Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01: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 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 Better 2022-12-21 21:23:12 +00:00
parseColumnsListForTableFunction.h Don't check internal CAST 2022-12-21 23:47:56 +00:00
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 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 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 Merge pull request #42284 from Algunenano/perf_experiment 2022-12-30 03:14:22 +01:00
ProcessList.h Unify query elapsed time measurements (#43455) 2022-12-28 21:01:41 +01:00
ProcessorsProfileLog.cpp processor profile 2022-08-11 21:03:34 +08:00
ProcessorsProfileLog.h processor profile 2022-08-11 21:03:34 +08:00
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 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 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 Add more checkStackSize calls 2022-10-01 17:48:56 +02:00
ReplaceQueryParameterVisitor.h
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp Fix unused columns introduced by with stmt 2022-08-24 00:40:01 +08: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
RewriteCountDistinctVisitor.cpp implement intersect + except distinct 2022-08-30 18:09:01 +08:00
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
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 implement intersect + except distinct 2022-08-30 18:09:01 +08:00
SelectIntersectExceptQueryVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
SelectQueryOptions.h
ServerAsynchronousMetrics.cpp Minor code polishing 2022-12-22 14:31:42 +01: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 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 Cleanup code 2022-12-02 19:15:26 +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 Upd TemporaryFileOnDisk 2022-08-24 16:15:54 +00:00
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 Join engine works with analyzer 2022-12-12 12:19:47 +00:00
TableJoin.h Join engine works with analyzer 2022-12-12 12:19:47 +00: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 Resolve code review comments 2022-12-22 10:22:58 +00:00
TemporaryDataOnDisk.h Fixes 2022-12-22 10:22:57 +00:00
TextLog.cpp
TextLog.h
threadPoolCallbackRunner.h improve performance of storage S3 2022-11-26 15:24:01 +00:00
ThreadStatusExt.cpp Merge branch 'master' into perf_experiment 2022-11-24 10:32:12 +01: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 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 Make clang-tidy happy 2022-10-18 11:40:12 +02:00
TranslateQualifiedNamesVisitor.h Move InDepthNodeVisitor.h back to src/Interpreters. 2022-11-17 18:16:32 +01:00
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 Remove optimizeFuseQuantileFunctions 2022-12-29 14:43:33 +00:00
TreeOptimizer.h Merge branch 'master' into ch_canh_fix_normalize 2022-12-02 17:59:21 +08:00
TreeRewriter.cpp Merge remote-tracking branch 'blessed/master' into perf_experiment 2022-12-28 20:15:43 +01: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