ClickHouse/src/Interpreters
2024-11-06 16:20:57 +01:00
..
Access Merge branch 'master' into valid_until_per_auth_method 2024-10-30 12:15:52 +03:00
Cache Update FileCache.cpp 2024-11-06 11:05:43 +01:00
ClusterProxy Move DistributedSettings to pImpl 2024-10-23 13:23:09 +02:00
examples Remove dbms dependency on clickhouse_functions 2024-09-24 19:48:23 +02:00
fuzzers fix build 2024-09-30 13:03:17 +00:00
HashJoin Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
JIT Apply linter changes 2024-10-06 12:29:20 +02:00
MySQL Apply linter changes 2024-10-06 12:29:20 +02:00
tests Fix unit test 2024-10-18 14:06:33 +02:00
ActionLocksManager.cpp Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
ActionLocksManager.h
ActionsDAG.cpp Merge pull request #69828 from CurtizJ/insert-sparse-columns 2024-09-30 16:04:19 +00:00
ActionsDAG.h Merge pull request #69828 from CurtizJ/insert-sparse-columns 2024-09-30 16:04:19 +00:00
ActionsVisitor.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
ActionsVisitor.h Better. 2024-07-18 17:06:03 +00:00
AddDefaultDatabaseVisitor.h Revert "change parser" 2024-09-24 15:11:17 +00:00
AddIndexConstraintsOptimizer.cpp Fix most tests 2024-02-26 02:31:58 +08:00
AddIndexConstraintsOptimizer.h
addMissingDefaults.cpp fix tests with sparse columns 2024-09-23 18:59:20 +00:00
addMissingDefaults.h Better. 2024-07-18 17:06:03 +00:00
addTypeConversionToAST.cpp
addTypeConversionToAST.h
AggregatedData.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
AggregatedDataVariants.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
AggregatedDataVariants.h Useless changes 2024-05-09 01:08:33 +02:00
AggregateDescription.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
AggregateDescription.h Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
AggregateFunctionOfGroupByKeysVisitor.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
AggregationCommon.h Update src/Interpreters/AggregationCommon.h 2024-10-25 19:04:00 +02:00
AggregationMethod.cpp Fix broken multi-column aggregation on s390x 2024-06-10 10:52:35 -07:00
AggregationMethod.h too big translation unit in Aggregator 2024-03-12 16:17:33 +08:00
AggregationUtils.cpp Introduce IAggregateFunction_fwd to reduce header dependencies 2024-04-04 12:29:54 +02:00
AggregationUtils.h
Aggregator.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
Aggregator.h Merge pull request #68441 from jiebinn/parallelMergeWithKey 2024-09-09 10:41:45 +00:00
Aliases.h
applyTableOverride.cpp
applyTableOverride.h
ApplyWithAliasVisitor.cpp
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp
ApplyWithGlobalVisitor.h
ApplyWithSubqueryVisitor.cpp
ApplyWithSubqueryVisitor.h
ArithmeticOperationsInAgrFuncOptimize.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
ArithmeticOperationsInAgrFuncOptimize.h
ArrayJoin.h Stable explain 2024-09-06 10:30:09 +00:00
ArrayJoinAction.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
ArrayJoinAction.h Stable explain 2024-09-06 10:30:09 +00:00
ArrayJoinedColumnsVisitor.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
AsynchronousInsertLog.cpp More comments for column for system tables (#59016) 2024-03-08 18:05:56 +01:00
AsynchronousInsertLog.h Update to clang-19 2024-02-27 14:37:21 +01:00
AsynchronousInsertQueue.cpp Merge pull request #71312 from CurtizJ/fix-async-insert-empty-block 2024-10-31 23:48:27 +00:00
AsynchronousInsertQueue.h Apply linter changes 2024-10-06 12:29:20 +02:00
AsynchronousMetricLog.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
AsynchronousMetricLog.h Remove unused headers 2024-06-18 08:37:40 +00:00
BackupLog.cpp add event_time to backup_log system table 2024-04-11 10:22:02 +01:00
BackupLog.h Done 2024-04-15 16:19:54 +00:00
BlobStorageLog.cpp Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
BlobStorageLog.h fix race in BlobStorageLog::shouldIgnorePath 2024-06-04 11:14:03 +00:00
BloomFilter.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
BloomFilter.h Reuse granule during skip index reading 2023-10-18 14:40:34 +08:00
BloomFilterHash.h Apply linter changes 2024-10-06 12:29:20 +02:00
CancellationCode.h Useless changes 2024-05-09 02:07:04 +02:00
castColumn.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
castColumn.h Remove C++ templates 2023-11-10 05:25:02 +01:00
ClientInfo.cpp Support prometheus remote write protocol. 2024-08-03 16:20:23 +02:00
ClientInfo.h Support prometheus remote write protocol. 2024-08-03 16:20:23 +02:00
Cluster.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
Cluster.h Merge pull request #52503 from ClickHouse/more-strict-tryparse 2024-08-15 21:58:22 +00:00
ClusterDiscovery.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
ClusterDiscovery.h Updated implementation 2024-01-25 14:31:49 +03:00
CMakeLists.txt
CollectJoinOnKeysVisitor.cpp Support 'is not distinct from' in join on section 2023-08-28 11:41:36 +00:00
CollectJoinOnKeysVisitor.h Useless changes 2024-05-09 01:08:33 +02:00
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h
ComparisonGraph.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
ComparisonGraph.h Useless changes 2024-05-09 01:08:33 +02:00
ComparisonTupleEliminationVisitor.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
ComparisonTupleEliminationVisitor.h Add ComparisonTupleEliminationVisitor 2023-03-21 16:11:06 +00:00
ConcurrentHashJoin.cpp remove unwanted include 2024-09-11 06:42:48 +00:00
ConcurrentHashJoin.h Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
Context_fwd.h Useless changes 2024-05-09 02:07:04 +02:00
Context.cpp Merge branch 'master' into disable-fs-cache-background-download-for-metadata-files 2024-11-04 13:21:58 +01:00
Context.h Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
convertFieldToType.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
convertFieldToType.h Update src/Interpreters/convertFieldToType.h 2024-09-19 13:34:39 +01:00
ConvertFunctionOrLikeVisitor.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
ConvertFunctionOrLikeVisitor.h
ConvertStringsToEnumVisitor.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
ConvertStringsToEnumVisitor.h
CrashLog.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
CrashLog.h Add comments to all columns of system tables (#58356) 2024-01-12 16:39:22 +01:00
createBlockSelector.cpp Convert assert to LOGICAL_ERROR in createBlockSelector() for zero weight 2023-06-28 19:06:31 +02:00
createBlockSelector.h
CrossToInnerJoinVisitor.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp Revert "Revert "Check stack size in Parser"" 2024-02-27 01:34:50 +03:00
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
DatabaseCatalog.h Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
DDLOnClusterQueryStatusSource.cpp Pass repliaces_path to DistributedQueryStatusSource 2024-09-25 02:35:57 +00:00
DDLOnClusterQueryStatusSource.h Pass repliaces_path to DistributedQueryStatusSource 2024-09-25 02:35:57 +00:00
DDLTask.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
DDLTask.h Support cancelling DDL queries in DatabaseReplicated 2024-08-20 01:08:57 +00:00
DDLWorker.cpp Add support for zookeeper retries to executeDDLQueryOnCluster(). 2024-10-30 22:18:35 +01:00
DDLWorker.h Add support for zookeeper retries to executeDDLQueryOnCluster(). 2024-10-30 22:18:35 +01:00
DirectJoin.cpp Updated implementation 2024-01-25 14:31:49 +03:00
DirectJoin.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
DistributedQueryStatusSource.cpp Pass repliaces_path to DistributedQueryStatusSource 2024-09-25 02:35:57 +00:00
DistributedQueryStatusSource.h Pass repliaces_path to DistributedQueryStatusSource 2024-09-25 02:35:57 +00:00
DNSCacheUpdater.cpp Updated implementation 2024-01-25 14:31:49 +03:00
DNSCacheUpdater.h
DuplicateOrderByVisitor.cpp Move handling of RESPECT NULLS outside of the parser 2023-11-27 11:00:27 +01:00
DuplicateOrderByVisitor.h
EmbeddedDictionaries.cpp Updated implementation 2024-01-25 14:31:49 +03:00
EmbeddedDictionaries.h Updated implementation 2024-01-25 14:31:49 +03:00
ErrorLog.cpp Collect system.query_log_metric at periodic times 2024-07-15 09:45:41 +00:00
ErrorLog.h Add system.query_log_metric table 2024-07-15 09:45:41 +00:00
evaluateConstantExpression.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
evaluateConstantExpression.h Merge branch 'master' into planner-prepare-filters-for-analysis-2 2023-09-11 16:14:03 +02:00
executeDDLQueryOnCluster.cpp Add support for zookeeper retries to executeDDLQueryOnCluster(). 2024-10-30 22:18:35 +01:00
executeDDLQueryOnCluster.h Add support for zookeeper retries to executeDDLQueryOnCluster(). 2024-10-30 22:18:35 +01:00
executeQuery.cpp Use the proper timestamp from where the query_info is collected 2024-10-28 15:21:56 +00:00
executeQuery.h Fix writing exception message in output format in HTTP when http_wait_end_of_query is used 2024-03-22 16:03:28 +00:00
ExecuteScalarSubqueriesVisitor.cpp new setting style 2024-09-27 06:10:50 +00:00
ExecuteScalarSubqueriesVisitor.h refactoring near alter conversions 2023-05-25 22:54:54 +00:00
ExpressionActions.cpp Stable explain 2024-09-06 10:30:09 +00:00
ExpressionActions.h Stable explain 2024-09-06 10:30:09 +00:00
ExpressionActionsSettings.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
ExpressionActionsSettings.h Less deps for SettingsEnums.h 2024-07-10 19:43:50 +02:00
ExpressionAnalyzer.cpp Fix constants in WHERE expression which could apparently contain Join. 2024-11-05 17:22:08 +00:00
ExpressionAnalyzer.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
ExpressionJIT.cpp Updated implementation 2024-01-25 14:31:49 +03:00
ExternalDictionariesLoader.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
ExternalDictionariesLoader.h Better code: remove unnecessary usage of const_cast and std::function. 2024-03-19 02:56:38 +01:00
ExternalLoader.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
ExternalLoader.h Modify the code for build with new libcxx 2024-07-09 20:16:43 +00:00
ExternalLoaderDictionaryStorageConfigRepository.cpp Get rid of checking the "last modification time" when the configuration is generated 2024-03-17 12:10:57 +01:00
ExternalLoaderDictionaryStorageConfigRepository.h Get rid of checking the "last modification time" when the configuration is generated 2024-03-17 12:10:57 +01:00
ExternalLoaderTempConfigRepository.cpp Get rid of checking the "last modification time" when the configuration is generated 2024-03-17 12:10:57 +01:00
ExternalLoaderTempConfigRepository.h Get rid of checking the "last modification time" when the configuration is generated 2024-03-17 12:10:57 +01:00
ExternalLoaderXMLConfigRepository.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
ExternalLoaderXMLConfigRepository.h Get rid of checking the "last modification time" when the configuration is generated 2024-03-17 12:10:57 +01:00
ExtractExpressionInfoVisitor.cpp
ExtractExpressionInfoVisitor.h
FilesystemCacheLog.cpp Optimize system logs 2024-10-01 04:23:20 +02:00
FilesystemCacheLog.h Hide Settings object from Context.h 2024-07-11 14:00:05 +02:00
FilesystemReadPrefetchesLog.cpp Remove nested dependency on DateLutImpl 2024-04-02 14:45:48 +02:00
FilesystemReadPrefetchesLog.h Useless changes 2024-05-09 01:08:33 +02:00
FillingRow.cpp Fix WITH FILL with NaN keys 2024-09-22 01:06:35 +02:00
FillingRow.h Fix suffix generation (see added test in commit 3355894) 2023-05-14 15:52:49 +00:00
formatWithPossiblyHidingSecrets.cpp Remove some nested IAST.h includes in favor of forward declarations 2024-10-04 18:47:13 +02:00
formatWithPossiblyHidingSecrets.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
FullSortingMergeJoin.h Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
FunctionMaskingArgumentCheckVisitor.h
FunctionNameNormalizer.cpp
FunctionNameNormalizer.h
GatherFunctionQuantileVisitor.cpp fix bug of quantileGK 2024-01-31 12:14:04 +08:00
GatherFunctionQuantileVisitor.h
GetAggregatesVisitor.cpp Fix build with clang-19 2024-10-05 14:47:23 +02:00
GetAggregatesVisitor.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
getClusterName.cpp
getClusterName.h
getColumnFromBlock.cpp Fix tests 2024-07-06 15:03:13 +00:00
getColumnFromBlock.h Fix reading dynamic subcolumns from altered Memory table 2024-07-03 19:21:12 +00:00
getCustomKeyFilterForParallelReplicas.cpp Parallel replicas is Beta 2024-09-25 10:47:56 +00:00
getCustomKeyFilterForParallelReplicas.h Parallel replicas is Beta 2024-09-25 10:47:56 +00:00
getHeaderForProcessingStage.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
getHeaderForProcessingStage.h Analyzer support storage Merge 2023-02-16 12:17:03 +01:00
getTableExpressions.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
getTableExpressions.h Addressed review comments 2023-03-21 18:29:26 +01:00
getTableOverride.cpp
getTableOverride.h
GinFilter.cpp Useless changes 2024-05-10 04:53:29 +02:00
GinFilter.h Be more graceful to existing inverted indexes 2024-05-31 15:50:16 +00:00
GlobalSubqueriesVisitor.h Apply linter changes 2024-10-06 12:29:20 +02:00
GraceHashJoin.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
GraceHashJoin.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
GroupByFunctionKeysVisitor.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
GroupingSetsRewriterVisitor.cpp
GroupingSetsRewriterVisitor.h
HashTablesStatistics.cpp move max_entries_for_hash_table_stats to server settings 2024-06-03 22:54:10 +01:00
HashTablesStatistics.h remove todo 2024-07-03 19:41:05 +01:00
IdentifierSemantic.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
IdentifierSemantic.h Useless changes 2024-05-09 01:08:33 +02:00
IExternalLoadable.cpp Useless changes 2024-05-10 04:53:29 +02:00
IExternalLoadable.h Merge pull request #61356 from vitlibar/fix-replace-dictionary 2024-03-21 16:45:06 +01:00
IExternalLoaderConfigRepository.h Get rid of checking the "last modification time" when the configuration is generated 2024-03-17 12:10:57 +01:00
IInterpreter.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
IInterpreter.h More interesting settings for Stress Tests (#41534) 2023-02-21 15:36:23 +03:00
IInterpreterUnionOrSelectQuery.cpp Rename more functions. 2024-10-01 09:56:15 +00:00
IInterpreterUnionOrSelectQuery.h Less indirect dependencies on Settings.h 2024-07-11 17:33:14 +02:00
IJoin.h add threshold for table rows 2024-08-20 15:55:06 +08:00
IKeyValueEntity.h Revert "Revert "Introduce bulk loading to StorageEmbeddedRocksDB"" 2024-05-03 18:29:36 +08:00
InDepthNodeVisitor.h
InJoinSubqueriesPreprocessor.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
InJoinSubqueriesPreprocessor.h
inplaceBlockConversions.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
inplaceBlockConversions.h Change ActionsDAGPtr to ActionsDAG where possible. 2024-07-05 17:49:50 +00:00
InternalTextLogsQueue.cpp Updated implementation 2024-01-25 14:31:49 +03:00
InternalTextLogsQueue.h Some fixups 2024-01-07 22:28:08 +00:00
InterpreterAlterNamedCollectionQuery.cpp Ignore ON CLUSTER clause in queries for management of replicated named collections 2024-07-09 17:36:09 +00:00
InterpreterAlterNamedCollectionQuery.h
InterpreterAlterQuery.cpp Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
InterpreterAlterQuery.h
InterpreterBackupQuery.cpp Rework coordination of hosts during BACKUP ON CLUSTER / RESTORE ON CLUSTER. 2024-10-30 22:18:35 +01:00
InterpreterBackupQuery.h
InterpreterCheckQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterCheckQuery.h Updated implementation 2024-01-25 14:31:49 +03:00
InterpreterCreateFunctionQuery.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
InterpreterCreateFunctionQuery.h
InterpreterCreateIndexQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterCreateIndexQuery.h
InterpreterCreateNamedCollectionQuery.cpp Ignore ON CLUSTER clause in queries for management of replicated named collections 2024-07-09 17:36:09 +00:00
InterpreterCreateNamedCollectionQuery.h
InterpreterCreateQuery.cpp Merge remote-tracking branch 'origin/master' into support-ddl-on-cluster-stop-waiting-offline-hosts 2024-10-28 07:30:23 +00:00
InterpreterCreateQuery.h Merge branch 'master' into generate-random-suffix-when-replacing-table 2024-10-10 02:58:34 +00:00
InterpreterCreateResourceQuery.cpp Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterCreateResourceQuery.h Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterCreateWorkloadQuery.cpp Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterCreateWorkloadQuery.h Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterDeleteQuery.cpp Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
InterpreterDeleteQuery.h
InterpreterDescribeCacheQuery.cpp Load filesystem cache metadata asynchronously 2024-08-16 12:57:55 +02:00
InterpreterDescribeCacheQuery.h
InterpreterDescribeQuery.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
InterpreterDescribeQuery.h fix test 2024-02-29 21:09:12 +00:00
InterpreterDropFunctionQuery.cpp Don't access static members through instance 2024-04-03 18:50:33 +00:00
InterpreterDropFunctionQuery.h
InterpreterDropIndexQuery.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
InterpreterDropIndexQuery.h
InterpreterDropNamedCollectionQuery.cpp Ignore ON CLUSTER clause in queries for management of replicated named collections 2024-07-09 17:36:09 +00:00
InterpreterDropNamedCollectionQuery.h
InterpreterDropQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterDropQuery.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into better-stress-upgrade-checks 2024-04-03 12:07:22 +00:00
InterpreterDropResourceQuery.cpp Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterDropResourceQuery.h Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterDropWorkloadQuery.cpp Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterDropWorkloadQuery.h Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterExistsQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterExplainQuery.h
InterpreterExternalDDLQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
InterpreterFactory.h Update to clang-19 2024-02-27 14:37:21 +01:00
InterpreterInsertQuery.cpp Move ServerSettings to pImpl 2024-10-16 21:13:26 +02:00
InterpreterInsertQuery.h Revert "Revert "insertion deduplication on retries for materialised views"" 2024-07-05 16:52:51 +02:00
InterpreterKillQueryQuery.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterRenameQuery.h Useless changes 2024-05-09 01:08:33 +02:00
InterpreterSelectIntersectExceptQuery.cpp Rename more functions. 2024-10-01 09:56:15 +00:00
InterpreterSelectIntersectExceptQuery.h
InterpreterSelectQuery.cpp Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
InterpreterSelectQuery.h Interesting hack 2024-09-25 10:47:57 +00:00
InterpreterSelectQueryAnalyzer.cpp Merge branch 'master' into fix-use-concurrency-control 2024-10-18 13:30:03 +02:00
InterpreterSelectQueryAnalyzer.h Analyzer view read only necessary columns 2024-05-13 13:41:47 +03:00
InterpreterSelectWithUnionQuery.cpp Merge branch 'master' into remove-plan-streams 2024-10-10 07:09:08 +02:00
InterpreterSelectWithUnionQuery.h
InterpreterSetQuery.cpp Revert "Revert "Fix unexpected behavior with FORMAT and SETTINGS parsing"" 2024-09-11 13:22:27 +02:00
InterpreterSetQuery.h Revert "Revert "Fix unexpected behavior with FORMAT and SETTINGS parsing"" 2024-09-11 13:22:27 +02:00
InterpreterShowColumnsQuery.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
InterpreterShowColumnsQuery.h Implement SHOW COLUMNS 2023-03-28 18:04:22 +00:00
InterpreterShowCreateQuery.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
InterpreterShowCreateQuery.h
InterpreterShowEngineQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterShowEngineQuery.h
InterpreterShowFunctionsQuery.cpp Reduce header dependencies 2024-03-19 17:04:29 +01:00
InterpreterShowFunctionsQuery.h Add SHOW FUNCTIONS support to client 2023-09-07 14:08:50 -07:00
InterpreterShowIndexesQuery.cpp Better (perhaps, if the stars align) 2024-07-17 10:30:56 +00:00
InterpreterShowIndexesQuery.h Initial version of SHOW INDEXES 2023-04-25 20:48:11 +00:00
InterpreterShowProcesslistQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterShowProcesslistQuery.h
InterpreterShowSettingQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterShowSettingQuery.h Add SHOW SETTING query 2023-10-25 18:49:00 +03:00
InterpreterShowTablesQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterShowTablesQuery.h Implement SHOW COLUMNS 2023-03-28 18:04:22 +00:00
InterpreterSystemQuery.cpp allow to prewarm mark cache without enabled setting 2024-11-01 14:20:37 +00:00
InterpreterSystemQuery.h Merge branch 'master' into prewarm-mark-cache 2024-10-28 13:44:29 +01:00
InterpreterTransactionControlQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterTransactionControlQuery.h
InterpreterUndropQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterUndropQuery.h support undrop table 2023-03-27 22:16:36 +08:00
InterpreterUseQuery.cpp independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
InterpreterUseQuery.h
InterpreterWatchQuery.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
InterpreterWatchQuery.h
interpretSubquery.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
interpretSubquery.h Revert "Trying to fix a test." 2023-06-15 16:42:38 +00:00
InterserverCredentials.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
InterserverCredentials.h Remove superfluous includes of logger_userful.h from headers 2023-04-10 17:59:30 +02:00
InterserverIOHandler.h
ITokenExtractor.cpp fix: function filters with token-based text indexes 2024-06-04 09:25:00 +03:00
ITokenExtractor.h fix: function filters with token-based text indexes 2024-06-04 09:25:00 +03:00
joinDispatch.h fixed 2024-08-09 09:51:11 +08:00
JoinedTables.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
JoinedTables.h Addressed review comments 2023-03-21 18:29:26 +01:00
JoinSwitcher.cpp refactor hash join to reduce target size 2024-06-20 09:10:23 +08:00
JoinSwitcher.h Remove redundant descriptionForPlan 2023-11-28 11:01:38 +00:00
JoinToSubqueryTransformVisitor.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
JoinToSubqueryTransformVisitor.h
JoinUtils.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
JoinUtils.h Fix clang-tidy "-readability-redundant-inline-specifier" 2024-05-19 10:23:58 +00:00
Lemmatizers.cpp Fix style 2024-09-04 20:17:59 +02:00
Lemmatizers.h
loadMetadata.cpp Merge branch 'master' into async_load_system_database 2024-10-24 16:46:27 +02:00
loadMetadata.h fix tidy build 2024-10-25 08:16:48 +00:00
LogicalExpressionsOptimizer.cpp Remove default value for argument 'ignore_aliases' from IAST::getTreeHash() 2023-11-13 10:27:38 +00:00
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp
MarkTableIdentifiersVisitor.h
MergeJoin.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
MergeJoin.h Useless changes 2024-05-09 01:08:33 +02:00
MergeTreeTransaction.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
MergeTreeTransaction.h Fix MergeTreeTransaction::isReadOnly 2023-03-07 16:16:51 +00:00
MergeTreeTransactionHolder.cpp
MergeTreeTransactionHolder.h
MetricLog.cpp Take into account that some profile events such as NetworkReceiveBytes are inaccurate 2024-10-29 15:22:15 +00:00
MetricLog.h Add system.query_log_metric table 2024-07-15 09:45:41 +00:00
misc.h Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
MutationsInterpreter.cpp Merge pull request #61473 from ClickHouse/fix-use-concurrency-control 2024-10-19 22:27:12 +00:00
MutationsInterpreter.h Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
MutationsNonDeterministicHelpers.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
MutationsNonDeterministicHelpers.h allow to execute constant non-deterministic functions in mutations on initiator 2023-08-07 17:16:15 +00:00
NormalizeSelectWithUnionQueryVisitor.cpp Fix incomplete query result for UNION in view() function. 2023-11-02 18:33:57 +00:00
NormalizeSelectWithUnionQueryVisitor.h Fix reloading SQL UDFs with UNION 2024-08-02 11:13:41 +02:00
NullableUtils.cpp Avoid crashing on column type mismatch in a few dozen places 2024-05-06 22:09:02 +00:00
NullableUtils.h
ObjectStorageQueueLog.cpp Fix 2024-06-28 17:51:08 +02:00
ObjectStorageQueueLog.h One more 2024-06-28 17:56:51 +02:00
OpenTelemetrySpanLog.cpp Useless changes 2024-05-09 02:07:04 +02:00
OpenTelemetrySpanLog.h Fixing more headers 2024-02-29 15:40:30 +00:00
OptimizeDateOrDateTimeConverterWithPreimageVisitor.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
OptimizeDateOrDateTimeConverterWithPreimageVisitor.h Revert "Revert "Merge pull request #50951 from ZhiguoZh/20230607-toyear-fix"" 2023-07-04 17:38:53 +02:00
OptimizeIfChains.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
OptimizeIfChains.h
OptimizeIfWithConstantConditionVisitor.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
OptimizeIfWithConstantConditionVisitor.h Refactor OptimizeIfWithConstantConditionVisitor using InDepthNodeVisitor 2024-07-07 18:29:22 +08:00
OptimizeShardingKeyRewriteInVisitor.cpp fix system.kafka_consumers and doc, fix tidy 2024-08-11 20:40:55 +00:00
OptimizeShardingKeyRewriteInVisitor.h Fix incorrect sharding key types for optimize_skip_unused_shards_rewrite_in 2024-04-15 11:53:56 +02:00
parseColumnsListForTableFunction.cpp Fix bug #69589 2024-09-24 09:27:25 +00:00
parseColumnsListForTableFunction.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into json-data-type 2024-07-16 10:09:27 +00:00
PartLog.cpp Merge pull request #66532 from pamarcos/system-query-metric-log 2024-10-25 10:54:09 +00:00
PartLog.h Add MergePartsStart and MutatePartsStart events into part_log 2024-10-19 02:06:35 +02:00
PasteJoin.h Updated implementation 2024-01-25 14:31:49 +03:00
PeriodicLog.cpp Merge branch 'master' into system-query-metric-log 2024-08-29 10:38:29 +00:00
PeriodicLog.h Merge branch 'master' into system-query-metric-log 2024-08-29 10:38:29 +00:00
PredicateExpressionsOptimizer.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
PredicateExpressionsOptimizer.h
PredicateRewriteVisitor.cpp Remove default value for argument 'ignore_aliases' from IAST::getTreeHash() 2023-11-13 10:27:38 +00:00
PredicateRewriteVisitor.h
PreparedSets.cpp Rename more functions. 2024-10-01 09:56:15 +00:00
PreparedSets.h Fix 'Not-ready Set is passed' in system tables 2024-07-03 02:56:33 +00:00
processColumnTransformers.cpp better interfaces for virtual columns 2024-03-01 22:29:56 +00:00
processColumnTransformers.h
ProcessList.cpp Merge pull request #70027 from vitlibar/fix-restore-on-cluster-sync 2024-11-01 17:01:07 +00:00
ProcessList.h Add support for a custom cancellation exception to QueryStatus::cancelQuery(). 2024-10-30 22:18:35 +01:00
ProcessorsProfileLog.cpp Add plan_step_name and plan_step_description columns to system.processors_profile_log 2024-08-27 15:05:05 +02:00
ProcessorsProfileLog.h Add plan_step_name and plan_step_description columns to system.processors_profile_log 2024-08-27 15:05:05 +02:00
ProfileEventsExt.cpp Use FQDN as host name by default for TCP 2024-01-30 20:27:30 +00:00
ProfileEventsExt.h Use FQDN as host name by default for TCP 2024-01-30 20:27:30 +00:00
QueryAliasesVisitor.cpp Remove default value for argument 'ignore_aliases' from IAST::getTreeHash() 2023-11-13 10:27:38 +00:00
QueryAliasesVisitor.h
QueryLog.cpp Hide Settings object from Context.h 2024-07-11 14:00:05 +02:00
QueryLog.h Merge remote-tracking branch 'blessed/master' into mergetree_private 2024-07-11 19:58:54 +02:00
QueryMetricLog.cpp Fix debug log timestamp 2024-10-31 14:43:28 +00:00
QueryMetricLog.h Fix for collecting old metrics already collected 2024-10-28 15:40:24 +00:00
QueryNormalizer.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
QueryNormalizer.h Hide Settings implementation 2024-09-18 15:48:02 +02:00
QueryPriorities.h impl 2024-09-09 13:04:45 +01:00
QueryThreadLog.cpp More comments for column for system tables (#59016) 2024-03-08 18:05:56 +01:00
QueryThreadLog.h Remove unused method 2024-02-25 22:40:03 +01:00
QueryViewsLog.cpp Optimize system logs 2024-10-01 04:23:20 +02:00
QueryViewsLog.h Merge remote-tracking branch 'blessed/master' into mergetree_private 2024-07-11 19:58:54 +02:00
RedundantFunctionsInOrderByVisitor.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
registerInterpreters.cpp Revert "Revert "SQL syntax for workload and resource management"" 2024-10-30 16:18:35 +01:00
registerInterpreters.h independent registration of interpreters (#58443) 2024-01-08 22:33:48 -08:00
RemoveInjectiveFunctionsVisitor.cpp
RemoveInjectiveFunctionsVisitor.h
removeOnClusterClauseIfNeeded.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
removeOnClusterClauseIfNeeded.h Add settings and processing code 2023-08-03 12:44:44 +03:00
RenameColumnVisitor.cpp
RenameColumnVisitor.h
replaceAliasColumnsInQuery.cpp
replaceAliasColumnsInQuery.h
replaceForPositionalArguments.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
replaceForPositionalArguments.h
replaceMissedSubcolumnsInQuery.cpp Replace missed Object(Nullable(json)) subcolumns 2023-09-19 09:55:45 +08:00
replaceMissedSubcolumnsInQuery.h Replace missed Object(Nullable(json)) subcolumns 2023-09-19 09:55:45 +08:00
ReplaceQueryParameterVisitor.cpp Add support for parametrized SQL aliases 2024-07-01 17:21:20 +00:00
ReplaceQueryParameterVisitor.h Add support for parametrized SQL aliases 2024-07-01 17:21:20 +00:00
ReplicatedDatabaseQueryStatusSource.cpp Pass repliaces_path to DistributedQueryStatusSource 2024-09-25 02:35:57 +00:00
ReplicatedDatabaseQueryStatusSource.h Pass repliaces_path to DistributedQueryStatusSource 2024-09-25 02:35:57 +00:00
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h Check if I can remove KeyCondition analysis on AST. 2024-01-03 17:50:46 +00:00
RequiredSourceColumnsVisitor.cpp Check if I can remove KeyCondition analysis on AST. 2024-01-03 17:50:46 +00:00
RequiredSourceColumnsVisitor.h
RewriteArrayExistsFunctionVisitor.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
RewriteArrayExistsFunctionVisitor.h Better 2023-09-07 02:35:21 +00:00
RewriteCountDistinctVisitor.cpp Useless changes 2024-05-10 04:53:29 +02:00
RewriteCountDistinctVisitor.h
RewriteCountVariantsVisitor.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
RewriteCountVariantsVisitor.h
RewriteOrderByVisitor.cpp Fix crash 2024-04-03 12:18:54 +00:00
RewriteOrderByVisitor.hpp
RewriteSumFunctionWithSumAndCountVisitor.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
RewriteSumFunctionWithSumAndCountVisitor.h Rewrite the AST of sum(column + literal) function 2023-12-15 01:28:47 +08:00
RewriteUniqToCountVisitor.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
RewriteUniqToCountVisitor.h Add optimization uniq to count 2023-09-13 16:16:11 +08:00
RowRefs.cpp rebase and resolve conflict 2024-08-13 19:16:32 +08:00
RowRefs.h add threshold for table rows 2024-08-20 15:55:06 +08:00
SelectIntersectExceptQueryVisitor.cpp
SelectIntersectExceptQueryVisitor.h
SelectQueryOptions.h Fixed tests 2024-04-28 12:52:17 +03:00
ServerAsynchronousMetrics.cpp Do not calculate heavy asynchronous metrics by default 2024-10-27 00:06:30 +02:00
ServerAsynchronousMetrics.h Do not calculate heavy asynchronous metrics by default 2024-10-27 00:06:30 +02:00
Session.cpp Merge pull request #70090 from arthurpassos/valid_until_per_auth_method 2024-10-30 13:26:56 +00:00
Session.h Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
SessionLog.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
SessionLog.h update logout session 2024-07-26 14:47:37 -03:00
SessionTracker.cpp Implemented max sessions for user 2023-07-30 22:09:03 +00:00
SessionTracker.h Implemented max sessions for user 2023-07-30 22:09:03 +00:00
Set.cpp Fix Style. 2024-10-29 16:08:40 +00:00
Set.h Put DateTime64 implementation into another function. 2024-10-29 15:45:18 +00:00
SetKeys.h Cleanup. 2023-06-22 14:23:04 +00:00
SetVariants.cpp Reapply "Remove some unnecessary UNREACHABLEs" 2024-05-29 13:37:47 +00:00
SetVariants.h Merge branch 'master' of github.com:ClickHouse/ClickHouse into clang-18-ci 2024-05-10 07:17:39 +02:00
sortBlock.cpp Refactor EqualRange 2024-05-22 15:38:50 +00:00
sortBlock.h Sort block improvements 2023-06-18 12:52:08 +03:00
SortedBlocksWriter.cpp Fix usage of temporary directories during RESTORE 2023-07-27 19:24:54 +02:00
SortedBlocksWriter.h
Squashing.cpp Revert "Revert "Miscellaneous"" 2024-10-26 20:59:45 +02:00
Squashing.h add test when chunk with 0 columns has to be produced in squashing 2024-07-06 15:34:30 +02:00
StorageID.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
StorageID.h Pass-through RENAME and UUID-related operations in Overlay database to underlying databases 2024-08-17 00:09:39 +02:00
SubstituteColumnOptimizer.cpp Update SubstituteColumnOptimizer.cpp 2024-07-27 03:47:29 +02:00
SubstituteColumnOptimizer.h Fix English 2024-07-27 02:58:00 +02:00
SynonymsExtensions.cpp
SynonymsExtensions.h
SystemLog.cpp system.session_log is quite okay 2024-10-28 18:58:14 +01:00
SystemLog.h Merge branch 'master' into system-query-metric-log 2024-08-29 10:38:29 +00:00
TableJoin.cpp Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
TableJoin.h Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
TableNameHints.h Reduce header dependencies 2024-03-19 17:04:29 +01:00
TableOverrideUtils.cpp
TableOverrideUtils.h
TablesStatus.cpp Do not try to INSERT into readonly replicas for Distributed engine 2024-03-26 11:21:38 +01:00
TablesStatus.h Do not try to INSERT into readonly replicas for Distributed engine 2024-03-26 11:21:38 +01:00
TemporaryDataOnDisk.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
TemporaryDataOnDisk.h Fix conflicts 2024-06-19 13:34:15 +02:00
TextLog.cpp Add columns for values used in the formatting message into system.text_log 2024-04-23 17:26:56 +01:00
TextLog.h Add columns for values used in the formatting message into system.text_log 2024-04-23 17:26:56 +01:00
ThreadStatusExt.cpp Improve error and log messages around memory usage 2024-10-29 16:15:41 +01:00
TraceCollector.cpp Fix global trace collector 2024-06-06 11:18:31 +02:00
TraceCollector.h Update src/Interpreters/TraceCollector.h 2024-06-06 11:22:48 +02:00
TraceLog.cpp Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes. 2024-05-10 23:27:42 -07:00
TraceLog.h Add a build_id ALIAS column to trace_log to facilitate auto renaming upon detecting binary changes. 2024-05-10 23:27:42 -07:00
TransactionLog.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
TransactionLog.h Updated implementation 2024-01-25 14:31:49 +03:00
TransactionsInfoLog.cpp More comments for column for system tables (#59016) 2024-03-08 18:05:56 +01:00
TransactionsInfoLog.h Remove unused method 2024-02-25 22:40:03 +01:00
TransactionVersionMetadata.cpp Updated implementation 2024-01-25 14:31:49 +03:00
TransactionVersionMetadata.h Updated implementation 2024-01-25 14:31:49 +03:00
TranslateQualifiedNamesVisitor.cpp Move StringUtils.h/cpp back to Common/ 2024-05-19 09:39:36 +00:00
TranslateQualifiedNamesVisitor.h Enable clang-tidy in headers 2024-03-18 08:00:09 +00:00
TreeCNFConverter.cpp Apply linter changes 2024-10-06 12:29:20 +02:00
TreeCNFConverter.h Update src/Interpreters/TreeCNFConverter.h 2024-05-23 19:04:09 +03:00
TreeOptimizer.cpp Hide Settings implementation 2024-09-18 15:48:02 +02:00
TreeOptimizer.h fix crash with multiif and constant condition and nullable arguments 2023-05-22 23:31:50 +00:00
TreeRewriter.cpp Revert "Selection of hash join inner table" 2024-11-06 16:20:57 +01:00
TreeRewriter.h Check if I can remove KeyCondition analysis on AST. 2024-01-03 17:50:46 +00:00
WhereConstraintsOptimizer.cpp CNF with mutually exclusive atoms reduction fix 2024-05-23 19:03:56 +03:00
WhereConstraintsOptimizer.h
WindowDescription.cpp hide Field::get in private, only use Field::safeGet 2024-08-10 13:01:55 +00:00
WindowDescription.h Better. 2024-07-18 17:06:03 +00:00
ZooKeeperLog.cpp Support 64bit XID in Keeper 2024-09-24 18:06:37 +02:00
ZooKeeperLog.h Support 64bit XID in Keeper 2024-09-24 18:06:37 +02:00