.. |
ClusterProxy
|
Add shardNum() and shardCount() functions
|
2021-07-31 15:45:39 +08:00 |
examples
|
Add comments
|
2021-09-19 22:26:16 +03:00 |
JIT
|
Fixed typos
|
2021-09-03 12:06:16 +03:00 |
MySQL
|
Fix
|
2021-09-03 09:04:46 +00:00 |
tests
|
Ban loop aliases in table definitions
|
2021-06-07 23:59:38 +03:00 |
ActionLocksManager.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
ActionLocksManager.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
ActionsDAG.cpp
|
Initial: replacing hardcoded toString for enums with magic_enum
|
2021-09-06 16:24:03 +02:00 |
ActionsDAG.h
|
Initial: replacing hardcoded toString for enums with magic_enum
|
2021-09-06 16:24:03 +02:00 |
ActionsVisitor.cpp
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-20 19:43:15 +03:00 |
ActionsVisitor.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
AddDefaultDatabaseVisitor.h
|
Fix for alter update and IN operator
|
2021-04-14 18:35:52 +03:00 |
addMissingDefaults.cpp
|
Allow null to default convertion only if column has default
|
2021-04-23 09:55:57 +00:00 |
addMissingDefaults.h
|
Add check for columns sizes match
|
2021-04-23 19:09:09 +00:00 |
addTypeConversionToAST.cpp
|
Introduce CAST for internal usage
|
2021-08-07 09:03:10 +00:00 |
addTypeConversionToAST.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
AggregateDescription.cpp
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
AggregateDescription.h
|
Use JSONBuilder for explain json result.
|
2021-04-14 17:07:56 +03:00 |
AggregateFunctionOfGroupByKeysVisitor.h
|
ANTLR4 Grammar for ClickHouse and new parser (#11298)
|
2020-12-04 05:15:44 +03:00 |
AggregationCommon.h
|
Merge branch 'master' into normalize-bigint
|
2021-04-25 06:57:44 +03:00 |
Aggregator.cpp
|
Fix crash on exception with projection aggregate
|
2021-09-09 10:43:56 +08:00 |
Aggregator.h
|
Fix crash on exception with projection aggregate
|
2021-09-09 10:43:56 +08:00 |
Aliases.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
ApplyWithAliasVisitor.cpp
|
better cte and with global
|
2021-01-26 10:29:11 +08:00 |
ApplyWithAliasVisitor.h
|
Global WITH and WITH propagation.
|
2020-10-08 15:03:34 +08:00 |
ApplyWithGlobalVisitor.cpp
|
make clang happy
|
2021-01-26 10:29:12 +08:00 |
ApplyWithGlobalVisitor.h
|
Fix global with after union refactoring
|
2021-01-26 10:29:12 +08:00 |
ApplyWithSubqueryVisitor.cpp
|
Fix false-positive issue from clang-tidy
|
2021-06-11 21:05:45 +03:00 |
ApplyWithSubqueryVisitor.h
|
Fix CTE in view.
|
2021-04-06 11:32:16 +08:00 |
ArithmeticOperationsInAgrFuncOptimize.cpp
|
Add 256 bit integers in some places
|
2021-05-06 03:31:09 +03:00 |
ArithmeticOperationsInAgrFuncOptimize.h
|
rewrite avg for algebraic optimization
|
2021-02-07 14:41:41 +00:00 |
ArrayJoinAction.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
ArrayJoinAction.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
ArrayJoinedColumnsVisitor.h
|
Change signature of ASTSelectQuery::arrayJoinExpressionList
|
2021-08-31 15:27:44 +03:00 |
asof.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
AsynchronousInsertQueue.cpp
|
Merge remote-tracking branch 'upstream/master' into HEAD
|
2021-09-28 15:03:27 +03:00 |
AsynchronousInsertQueue.h
|
Merge pull request #29444 from CurtizJ/fix-deadlock-async-inserts
|
2021-09-29 00:56:29 +03:00 |
AsynchronousMetricLog.cpp
|
More metrics
|
2021-07-05 01:33:32 +03:00 |
AsynchronousMetricLog.h
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
AsynchronousMetrics.cpp
|
Skip "no data" exception when reading thermal sensors
|
2021-09-11 10:03:06 +03:00 |
AsynchronousMetrics.h
|
Reopen sensors (/sys/class/thermal)
|
2021-08-11 10:16:44 +03:00 |
BloomFilter.cpp
|
Updated bloom filter index for map type to work with mapKeys function
|
2021-09-22 12:45:48 +03:00 |
BloomFilter.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
BloomFilterHash.h
|
Updated bloom filter index for map type to work with mapKeys function
|
2021-09-22 12:45:48 +03:00 |
CancellationCode.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
castColumn.cpp
|
Move templates from FunctionsConvertion
|
2021-08-11 19:09:51 +00:00 |
castColumn.h
|
Fixed compilation timeout
|
2020-12-17 21:32:25 +03:00 |
CatBoostModel.cpp
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
CatBoostModel.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ClientInfo.cpp
|
Update comment
|
2021-06-11 23:24:38 +08:00 |
ClientInfo.h
|
Add separate constants for interface LOCAL and TCP_INTERSERVER.
|
2021-08-19 23:04:36 +03:00 |
Cluster.cpp
|
Merge pull request #26736 from Algunenano/ch_local_remote_localhost
|
2021-07-27 15:30:54 +03:00 |
Cluster.h
|
Fix build
|
2021-09-09 14:59:25 +00:00 |
CMakeLists.txt
|
better
|
2021-04-26 21:26:55 +03:00 |
CollectJoinOnKeysVisitor.cpp
|
bypass filer conditions in DNF in ORs in JOIN (part 2)
|
2021-09-28 14:11:33 +03:00 |
CollectJoinOnKeysVisitor.h
|
get rid of DNF and related features in ORs in JOIN
|
2021-09-28 14:11:33 +03:00 |
ColumnAliasesVisitor.cpp
|
Skip JOIN OR/USING sections in replaceAliasColumnsInQuery
|
2021-09-14 14:13:19 +03:00 |
ColumnAliasesVisitor.h
|
Skip JOIN OR/USING sections in replaceAliasColumnsInQuery
|
2021-09-14 14:13:19 +03:00 |
Context_fwd.h
|
Remove old code
|
2021-07-06 05:31:09 +03:00 |
Context.cpp
|
Merge branch 'master' into better-retries-2
|
2021-09-21 13:55:53 +03:00 |
Context.h
|
Fix typo in comment
|
2021-09-25 02:10:10 +03:00 |
convertFieldToType.cpp
|
Simplifying exception messages
|
2021-09-11 00:40:18 +02:00 |
convertFieldToType.h
|
fix some logical errors
|
2020-06-24 23:51:17 +03:00 |
ConvertStringsToEnumVisitor.cpp
|
Simplifying exception messages
|
2021-09-11 00:40:18 +02:00 |
ConvertStringsToEnumVisitor.h
|
Fix a bunch of warnings from PVS-Studio
|
2021-05-08 19:13:10 +03:00 |
CrashLog.cpp
|
Less include <Common/Stopwatch.h>
|
2021-08-11 16:20:59 +02:00 |
CrashLog.h
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
createBlockSelector.cpp
|
Add support for extended precision integers and decimals (#13097)
|
2020-08-19 14:52:17 +03:00 |
createBlockSelector.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
CrossToInnerJoinVisitor.cpp
|
Handle not plain where tree in StorageMerge modifySelect
|
2021-04-06 12:29:29 +03:00 |
CrossToInnerJoinVisitor.h
|
Revert "Support old cross to inner join rewrite behaviour"
|
2021-02-19 15:14:24 +03:00 |
DatabaseAndTableWithAlias.cpp
|
Merge branch 'master' into ast-table-identifier-2
|
2021-04-09 17:56:15 +03:00 |
DatabaseAndTableWithAlias.h
|
Support ALIASed columns in JOIN ON expression
|
2021-06-25 14:50:02 +03:00 |
DatabaseCatalog.cpp
|
Merge pull request #28373 from ClickHouse/tables_topsort
|
2021-09-20 14:46:47 +03:00 |
DatabaseCatalog.h
|
Merging #24866 (#28691)
|
2021-09-09 12:37:51 +03:00 |
DDLTask.cpp
|
Merge branch 'master' into improve_create_or_replace
|
2021-08-03 11:39:07 +00:00 |
DDLTask.h
|
Merge branch 'master' into improve_create_or_replace
|
2021-08-03 11:39:07 +00:00 |
DDLWorker.cpp
|
remove some trash
|
2021-09-17 22:29:10 +03:00 |
DDLWorker.h
|
Add metric MaxPushedDDLEntryID.
|
2021-08-11 11:40:06 +08:00 |
DictionaryReader.cpp
|
ORs in JOINs
|
2021-09-28 14:11:28 +03:00 |
DictionaryReader.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
DNSCacheUpdater.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
DNSCacheUpdater.h
|
Less include <Common/Stopwatch.h>
|
2021-08-11 16:20:59 +02:00 |
DuplicateOrderByVisitor.cpp
|
Fix another misoptimization
|
2021-09-12 01:41:37 +03:00 |
DuplicateOrderByVisitor.h
|
Fix bad optimization of ORDER BY in subquery if it contains WITH FILL
|
2021-09-12 01:24:20 +03:00 |
EmbeddedDictionaries.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
EmbeddedDictionaries.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
evaluateConstantExpression.cpp
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
evaluateConstantExpression.h
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
executeDDLQueryOnCluster.cpp
|
Fix more tests again
|
2021-09-21 09:57:55 +03:00 |
executeDDLQueryOnCluster.h
|
Move code to .cpp
|
2021-07-22 03:38:28 +03:00 |
executeQuery.cpp
|
Remove ExceptionHandlingSink.
|
2021-09-26 17:54:59 +03:00 |
executeQuery.h
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-17 15:38:11 +03:00 |
ExecuteScalarSubqueriesVisitor.cpp
|
Fix the case of empty column name
|
2021-07-24 04:25:00 +03:00 |
ExecuteScalarSubqueriesVisitor.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
ExpressionActions.cpp
|
wip
|
2021-09-28 14:11:31 +03:00 |
ExpressionActions.h
|
Fix style
|
2021-08-12 11:31:28 +03:00 |
ExpressionActionsSettings.cpp
|
Fix performance, make only one setting
|
2021-08-16 14:30:56 +03:00 |
ExpressionActionsSettings.h
|
Fix performance, make only one setting
|
2021-08-16 14:30:56 +03:00 |
ExpressionAnalyzer.cpp
|
Merge pull request #29475 from ClickHouse/fix-29010
|
2021-09-29 13:03:27 +03:00 |
ExpressionAnalyzer.h
|
Remove filter column from HAVING when it is not needed.
|
2021-09-28 13:01:47 +03:00 |
ExpressionJIT.cpp
|
Fix expressions compilation with short circuit evaluation
|
2021-09-09 22:43:11 +03:00 |
ExternalDictionariesLoader.cpp
|
follow up to 28373
|
2021-09-20 19:44:00 +03:00 |
ExternalDictionariesLoader.h
|
fixes after review
|
2021-09-13 22:11:16 +03:00 |
ExternalLoader.cpp
|
Fixed tests
|
2021-09-17 18:43:00 +03:00 |
ExternalLoader.h
|
fix logical race on dictionaries loading
|
2021-09-10 12:54:22 +03:00 |
ExternalLoaderDatabaseConfigRepository.h
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
ExternalLoaderDictionaryStorageConfigRepository.cpp
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
ExternalLoaderDictionaryStorageConfigRepository.h
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
ExternalLoaderTempConfigRepository.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
ExternalLoaderTempConfigRepository.h
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
ExternalLoaderXMLConfigRepository.cpp
|
File movement
|
2021-05-29 00:57:53 +03:00 |
ExternalLoaderXMLConfigRepository.h
|
Fixed tests
|
2021-04-26 13:52:41 +03:00 |
ExternalModelsLoader.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
ExternalModelsLoader.h
|
Added system query reload model
|
2021-04-17 20:59:08 +03:00 |
ExternalUserDefinedExecutableFunctionsLoader.cpp
|
Added user defined executable functions to system.functions
|
2021-09-17 18:43:00 +03:00 |
ExternalUserDefinedExecutableFunctionsLoader.h
|
Added user defined executable functions to system.functions
|
2021-09-17 18:43:00 +03:00 |
ExtractExpressionInfoVisitor.cpp
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
ExtractExpressionInfoVisitor.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
FillingRow.cpp
|
Minor changes
|
2021-06-14 07:13:35 +03:00 |
FillingRow.h
|
Fix yet another issue
|
2021-09-12 02:55:53 +03:00 |
FunctionNameNormalizer.cpp
|
Comments
|
2021-02-20 16:45:25 +08:00 |
FunctionNameNormalizer.h
|
Better
|
2021-02-18 20:20:28 +08:00 |
GatherFunctionQuantileVisitor.cpp
|
Add NameQuantileBFloat16Weighted to GatherFunctionQuantileVisitor
|
2021-09-22 15:53:39 +03:00 |
GatherFunctionQuantileVisitor.h
|
Avoid cycles in optimizeFuseQuantileFunctions
|
2021-09-20 11:39:29 +03:00 |
GetAggregatesVisitor.h
|
Rewriter fuse logical
|
2021-03-08 11:58:18 +08:00 |
getClusterName.cpp
|
getClusterName: Use std::string over String (since it includes only <string>)
|
2021-03-03 23:29:11 +03:00 |
getClusterName.h
|
getClusterName: Use std::string over String (since it includes only <string>)
|
2021-03-03 23:29:11 +03:00 |
getHeaderForProcessingStage.cpp
|
Remove PrewhereDAGInfo.
|
2021-06-25 17:49:28 +03:00 |
getHeaderForProcessingStage.h
|
removeJoin: remove joined columns
|
2021-06-03 21:07:47 +03:00 |
getTableExpressions.cpp
|
Minor style changes in JoinedTables
|
2021-07-08 13:49:13 +03:00 |
getTableExpressions.h
|
Minor style changes in JoinedTables
|
2021-07-08 13:49:13 +03:00 |
GlobalSubqueriesVisitor.h
|
Remove ExceptionHandlingSink.
|
2021-09-26 17:54:59 +03:00 |
GroupByFunctionKeysVisitor.h
|
A bunch of changes for PVS-Studio
|
2021-05-08 19:11:50 +03:00 |
HashJoin.cpp
|
rebase collisions fixed in ORs in JOIN
|
2021-09-28 14:11:32 +03:00 |
HashJoin.h
|
fix
|
2021-09-28 14:11:31 +03:00 |
IdentifierSemantic.cpp
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
IdentifierSemantic.h
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
IExternalLoadable.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
IExternalLoadable.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
IExternalLoaderConfigRepository.h
|
ExternalLoaderRepository fix arcadia
|
2021-04-28 14:40:35 +03:00 |
IInterpreter.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
IInterpreter.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
IInterpreterUnionOrSelectQuery.cpp
|
Fix build.
|
2021-09-16 20:40:42 +03:00 |
IInterpreterUnionOrSelectQuery.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
IJoin.h
|
Minor changes related to JOIN ON ORs
|
2021-09-28 14:11:31 +03:00 |
InDepthNodeVisitor.h
|
Skip JOIN OR/USING sections in replaceAliasColumnsInQuery
|
2021-09-14 14:13:19 +03:00 |
InJoinSubqueriesPreprocessor.cpp
|
Add prefer_global_in_and_join setting
|
2021-06-17 14:27:29 +08:00 |
InJoinSubqueriesPreprocessor.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
inplaceBlockConversions.cpp
|
Column default dictGet identifier fix
|
2021-09-10 17:41:09 +03:00 |
inplaceBlockConversions.h
|
Fixes
|
2021-04-23 12:36:40 +00:00 |
InternalTextLogsQueue.cpp
|
Return old names of macros
|
2020-05-24 01:24:01 +03:00 |
InternalTextLogsQueue.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
InterpreterAlterQuery.cpp
|
Merge pull request #28582 from ClickHouse/rewrite-pushing-to-views
|
2021-09-27 21:19:11 +03:00 |
InterpreterAlterQuery.h
|
Almost done
|
2021-08-28 17:34:23 +03:00 |
InterpreterBackupQuery.cpp
|
Added new commands BACKUP and RESTORE.
|
2021-08-23 23:41:45 +03:00 |
InterpreterBackupQuery.h
|
Added new commands BACKUP and RESTORE.
|
2021-08-23 23:41:45 +03:00 |
InterpreterCheckQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterCheckQuery.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterCreateFunctionQuery.cpp
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-20 19:43:15 +03:00 |
InterpreterCreateFunctionQuery.h
|
Fixed integration tests
|
2021-08-23 17:31:58 +03:00 |
InterpreterCreateQuery.cpp
|
Whitespaces
|
2021-09-25 02:12:26 +03:00 |
InterpreterCreateQuery.h
|
better code, moar logging
|
2021-09-02 12:19:37 +03:00 |
InterpreterCreateQuotaQuery.cpp
|
Merge ext into common
|
2021-06-16 23:28:41 +03:00 |
InterpreterCreateQuotaQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterCreateRoleQuery.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterCreateRoleQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterCreateRowPolicyQuery.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterCreateRowPolicyQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterCreateSettingsProfileQuery.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterCreateSettingsProfileQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterCreateUserQuery.cpp
|
add missing changes
|
2021-07-28 14:05:22 +08:00 |
InterpreterCreateUserQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterDescribeQuery.cpp
|
Fix more tests
|
2021-09-20 22:07:33 +03:00 |
InterpreterDescribeQuery.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterDropAccessEntityQuery.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterDropAccessEntityQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterDropFunctionQuery.cpp
|
Added executable user defined functions
|
2021-09-17 18:42:59 +03:00 |
InterpreterDropFunctionQuery.h
|
Fixed integration tests
|
2021-08-23 17:31:58 +03:00 |
InterpreterDropQuery.cpp
|
Merge pull request #28373 from ClickHouse/tables_topsort
|
2021-09-20 14:46:47 +03:00 |
InterpreterDropQuery.h
|
Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into pg-ch-replica
|
2021-06-01 17:43:34 +00:00 |
InterpreterExistsQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterExistsQuery.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterExplainQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterExplainQuery.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterExternalDDLQuery.cpp
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterExternalDDLQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterFactory.cpp
|
Merge branch 'master' into create-user-defined-lambda-function
|
2021-08-24 19:12:32 +03:00 |
InterpreterFactory.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterGrantQuery.cpp
|
Fix checking access rights when executing GRANT WITH REPLACE OPTION on cluster.
|
2021-08-22 12:14:23 +03:00 |
InterpreterGrantQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterInsertQuery.cpp
|
Remove ExceptionHandlingSink.
|
2021-09-26 17:54:59 +03:00 |
InterpreterInsertQuery.h
|
Refactor a little bit.
|
2021-09-21 13:35:41 +03:00 |
InterpreterKillQueryQuery.cpp
|
Fix crash in kill
|
2021-09-20 16:08:52 +03:00 |
InterpreterKillQueryQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterOptimizeQuery.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterOptimizeQuery.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterRenameQuery.cpp
|
fix
|
2021-08-05 14:14:50 +03:00 |
InterpreterRenameQuery.h
|
improve CREATE OR REPLACE query
|
2021-07-01 16:21:38 +03:00 |
InterpreterSelectIntersectExceptQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterSelectIntersectExceptQuery.h
|
Some final fixes
|
2021-08-15 11:40:30 +03:00 |
InterpreterSelectQuery.cpp
|
Merge pull request #29475 from ClickHouse/fix-29010
|
2021-09-29 13:03:27 +03:00 |
InterpreterSelectQuery.h
|
Remove filter column from HAVING when it is not needed.
|
2021-09-28 13:01:47 +03:00 |
InterpreterSelectWithUnionQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterSelectWithUnionQuery.h
|
Fix
|
2021-08-16 15:32:44 +03:00 |
InterpreterSetQuery.cpp
|
Remove unnecessary changes.
|
2021-09-07 01:37:28 +03:00 |
InterpreterSetQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterSetRoleQuery.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterSetRoleQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterShowAccessEntitiesQuery.cpp
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterShowAccessEntitiesQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterShowAccessQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterShowAccessQuery.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterShowCreateAccessEntityQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterShowCreateAccessEntityQuery.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterShowCreateQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterShowCreateQuery.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterShowGrantsQuery.cpp
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterShowGrantsQuery.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
InterpreterShowPrivilegesQuery.cpp
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterShowPrivilegesQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterShowProcesslistQuery.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterShowProcesslistQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterShowTablesQuery.cpp
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterShowTablesQuery.h
|
Make ContextPtr const by default.
|
2021-05-31 17:49:02 +03:00 |
InterpreterSystemQuery.cpp
|
Stop ThreadFuzzer before hung check (#29167)
|
2021-09-20 17:23:10 +03:00 |
InterpreterSystemQuery.h
|
SYSTEM RESTORE REPLICA replica [ON CLUSTER cluster] (#13652)
|
2021-06-20 11:24:43 +03:00 |
InterpreterUseQuery.cpp
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterUseQuery.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterpreterWatchQuery.cpp
|
Fix build.
|
2021-09-16 20:40:42 +03:00 |
InterpreterWatchQuery.h
|
Fix build.
|
2021-09-16 20:40:42 +03:00 |
interpretSubquery.cpp
|
Merge branch 'master' into ast-table-identifier-2
|
2021-04-12 20:23:28 +03:00 |
interpretSubquery.h
|
Replace all Context references with std::weak_ptr (#22297)
|
2021-04-11 02:33:54 +03:00 |
InterserverCredentials.cpp
|
More clear messages
|
2021-04-07 17:05:40 +03:00 |
InterserverCredentials.h
|
Better interface
|
2021-04-07 16:59:18 +03:00 |
InterserverIOHandler.h
|
Fix segfault
|
2021-03-19 23:29:01 +03:00 |
join_common.cpp
|
Minor changes related to JOIN ON ORs
|
2021-09-28 14:11:31 +03:00 |
join_common.h
|
Minor changes related to JOIN ON ORs
|
2021-09-28 14:11:31 +03:00 |
joinDispatch.h
|
Minor changes related to JOIN ON ORs
|
2021-09-28 14:11:31 +03:00 |
JoinedTables.cpp
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
JoinedTables.h
|
Minor style changes in JoinedTables
|
2021-07-08 13:49:13 +03:00 |
JoinSwitcher.cpp
|
BlockWithFlags removed from vdimir's change
|
2021-09-28 14:11:30 +03:00 |
JoinSwitcher.h
|
Minor changes related to JOIN ON ORs
|
2021-09-28 14:11:31 +03:00 |
JoinToSubqueryTransformVisitor.cpp
|
Do not throw exception if unknwon column met while join rewriting
|
2021-08-02 14:51:34 +03:00 |
JoinToSubqueryTransformVisitor.h
|
Revert "CC"
|
2021-04-22 16:55:18 +03:00 |
Lemmatizers.cpp
|
more sync fixes
|
2021-08-04 10:58:39 +03:00 |
Lemmatizers.h
|
Fix style
|
2021-07-30 21:00:25 +03:00 |
loadMetadata.cpp
|
Merge branch 'master' into tables_topsort
|
2021-09-10 13:16:41 +03:00 |
loadMetadata.h
|
fixes after review
|
2021-09-13 22:11:16 +03:00 |
LogicalExpressionsOptimizer.cpp
|
Store all related to one join disjunct in JoinOnClause, pt1
|
2021-09-28 14:11:31 +03:00 |
LogicalExpressionsOptimizer.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
MarkTableIdentifiersVisitor.cpp
|
Fix clang-tidy
|
2021-07-03 13:16:55 +03:00 |
MarkTableIdentifiersVisitor.h
|
Fix crash on call dictGet() with bad arguments.
|
2021-07-02 14:46:12 +03:00 |
MergeJoin.cpp
|
rebase collisions fixed in ORs in JOIN
|
2021-09-28 14:11:32 +03:00 |
MergeJoin.h
|
fix join->getNonJoinedBlocks
|
2021-09-28 14:11:30 +03:00 |
MetricLog.cpp
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
MetricLog.h
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
misc.h
|
Refactor joinGet and implement multi-key lookup.
|
2020-07-28 22:38:52 +08:00 |
MonotonicityCheckVisitor.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
MutationsInterpreter.cpp
|
Fix some other tests.
|
2021-09-19 23:15:10 +03:00 |
MutationsInterpreter.h
|
Rename QueryPipeline to QueryPipelineBuilder.
|
2021-09-14 19:28:41 +03:00 |
NormalizeSelectWithUnionQueryVisitor.cpp
|
Fix style check
|
2021-08-16 18:23:08 +03:00 |
NormalizeSelectWithUnionQueryVisitor.h
|
Fix
|
2021-08-16 15:32:44 +03:00 |
NullableUtils.cpp
|
Minor changes related to JOIN ON ORs
|
2021-09-28 14:11:31 +03:00 |
NullableUtils.h
|
fix transform_null_in with sets of tuples
|
2020-11-05 21:07:44 +03:00 |
OpenTelemetrySpanLog.cpp
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
OpenTelemetrySpanLog.h
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
OptimizeIfChains.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
OptimizeIfChains.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
OptimizeIfWithConstantConditionVisitor.cpp
|
Introduce CAST for internal usage
|
2021-08-07 09:03:10 +00:00 |
OptimizeIfWithConstantConditionVisitor.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
OptimizeShardingKeyRewriteInVisitor.cpp
|
Add conversion of values from IN section for optimize_skip_unused_shards_rewrite_in
|
2021-07-07 00:18:24 +03:00 |
OptimizeShardingKeyRewriteInVisitor.h
|
Refactor code around optimize_skip_unused_shards_rewrite_in a little
|
2021-07-07 00:17:39 +03:00 |
PartLog.cpp
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
PartLog.h
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
PredicateExpressionsOptimizer.cpp
|
Change signature of ASTSelectQuery::arrayJoinExpressionList
|
2021-08-31 15:27:44 +03:00 |
PredicateExpressionsOptimizer.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
PredicateRewriteVisitor.cpp
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
PredicateRewriteVisitor.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
PreparedSets.h
|
Fix trailing whitespace
|
2020-10-26 22:12:40 +03:00 |
processColumnTransformers.cpp
|
Fix build
|
2020-12-31 14:52:28 +03:00 |
processColumnTransformers.h
|
OPTIMIZE DEDUPLICATE BY columns
|
2020-12-07 09:44:07 +03:00 |
ProcessList.cpp
|
Fix another one test.
|
2021-09-21 11:01:00 +03:00 |
ProcessList.h
|
Fix build.
|
2021-09-16 20:40:42 +03:00 |
ProfileEventsExt.cpp
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
ProfileEventsExt.h
|
(feature) Use Map data type for system logs tables
|
2021-01-05 10:10:19 +00:00 |
QueryAliasesVisitor.cpp
|
Updated tests
|
2021-04-20 13:31:01 +03:00 |
QueryAliasesVisitor.h
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
QueryLog.cpp
|
Merge remote-tracking branch 'blessed/master' into materialization_log
|
2021-08-10 10:49:05 +02:00 |
QueryLog.h
|
Merge remote-tracking branch 'blessed/master' into materialization_log
|
2021-08-10 10:49:05 +02:00 |
QueryNormalizer.cpp
|
Replace parameters in ASTFunctions with alias.
|
2021-08-10 23:22:33 +08:00 |
QueryNormalizer.h
|
Shadow lambda arguments
|
2021-08-05 18:52:00 +02:00 |
QueryParameterVisitor.cpp
|
Remove ANALYZE and AST queries (#16536)
|
2020-11-02 15:47:12 +03:00 |
QueryParameterVisitor.h
|
Even more
|
2020-09-19 18:02:11 +03:00 |
QueryPriorities.h
|
Less include <Common/Stopwatch.h>
|
2021-08-11 16:20:59 +02:00 |
QueryThreadLog.cpp
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
QueryThreadLog.h
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
QueryViewsLog.cpp
|
Changes necessary master merge
|
2021-07-27 16:29:34 +02:00 |
QueryViewsLog.h
|
Refactor a little bit.
|
2021-09-21 13:35:41 +03:00 |
RedundantFunctionsInOrderByVisitor.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
RemoveInjectiveFunctionsVisitor.cpp
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
RemoveInjectiveFunctionsVisitor.h
|
Rename ContextConstPtr to ContextPtr.
|
2021-06-01 15:20:52 +03:00 |
RenameColumnVisitor.cpp
|
ASTTableIdentifier Part #1: improve internal representation of ASTIdentifier name (#16149)
|
2020-10-24 21:46:10 +03:00 |
RenameColumnVisitor.h
|
Checkpoint
|
2020-04-22 09:01:33 +03:00 |
replaceAliasColumnsInQuery.cpp
|
Skip JOIN OR/USING sections in replaceAliasColumnsInQuery
|
2021-09-14 14:13:19 +03:00 |
replaceAliasColumnsInQuery.h
|
Skip JOIN OR/USING sections in replaceAliasColumnsInQuery
|
2021-09-14 14:13:19 +03:00 |
ReplaceQueryParameterVisitor.cpp
|
Fix code with params
|
2021-04-15 10:33:15 +03:00 |
ReplaceQueryParameterVisitor.h
|
Another fix
|
2021-02-26 20:37:34 +03:00 |
RequiredSourceColumnsData.cpp
|
ASTTableIdentifier Part #1: improve internal representation of ASTIdentifier name (#16149)
|
2020-10-24 21:46:10 +03:00 |
RequiredSourceColumnsData.h
|
get rid of DNF and related features in ORs in JOIN
|
2021-09-28 14:11:33 +03:00 |
RequiredSourceColumnsVisitor.cpp
|
get rid of DNF and related features in ORs in JOIN
|
2021-09-28 14:11:33 +03:00 |
RequiredSourceColumnsVisitor.h
|
Fix lambdas with multiple_joins_rewriter v2 (#11587)
|
2020-06-16 19:32:32 +03:00 |
RewriteAnyFunctionVisitor.cpp
|
Fix incomplete code
|
2021-01-12 22:58:54 +03:00 |
RewriteAnyFunctionVisitor.h
|
Fix move_functions_out_of_any optimisation with lambda (#12664)
|
2020-07-23 18:15:22 +03:00 |
RewriteCountVariantsVisitor.cpp
|
Fix ANTLR parser tests
|
2021-02-11 18:21:21 +03:00 |
RewriteCountVariantsVisitor.h
|
Fix
|
2021-02-10 12:48:41 +08:00 |
RewriteFunctionToSubcolumnVisitor.cpp
|
fix build
|
2021-05-24 15:57:03 +03:00 |
RewriteFunctionToSubcolumnVisitor.h
|
fix build
|
2021-05-24 15:57:03 +03:00 |
RewriteSumIfFunctionVisitor.cpp
|
Untangle UUID
|
2021-05-04 01:46:51 +03:00 |
RewriteSumIfFunctionVisitor.h
|
Rewrite sum(if()) and sumIf to countIf in special cases (#17041)
|
2021-01-21 12:01:35 +03:00 |
RowRefs.cpp
|
Adapted usage of is_decimal concept
|
2021-09-11 19:35:12 +02:00 |
RowRefs.h
|
Use JoinUsedFlags with multiple dijuncts
|
2021-09-28 14:11:30 +03:00 |
SelectIntersectExceptQueryVisitor.cpp
|
Some final fixes
|
2021-08-15 11:40:30 +03:00 |
SelectIntersectExceptQueryVisitor.h
|
Better
|
2021-08-14 16:09:53 +03:00 |
SelectQueryOptions.h
|
Improve aliased_column_distributed_bug, fix check
|
2021-08-16 18:04:20 +03:00 |
Session.cpp
|
Merge branch 'master' into governance/session_log
|
2021-09-07 10:12:54 +03:00 |
Session.h
|
Added system.session_log table
|
2021-08-30 18:28:28 +03:00 |
SessionLog.cpp
|
Fixed GCC-9 build
|
2021-08-30 19:08:02 +03:00 |
SessionLog.h
|
Fixed GCC-9 build
|
2021-08-30 19:08:02 +03:00 |
Set.cpp
|
Fix NOT-IN index optimization when not all keys are used.
|
2021-09-06 12:21:03 +08:00 |
Set.h
|
Fix NOT-IN index optimization when not all keys are used.
|
2021-09-06 12:21:03 +08:00 |
SetVariants.cpp
|
Normalize BigInt implementation
|
2021-01-27 03:54:57 +03:00 |
SetVariants.h
|
Normalize BigInt implementation
|
2021-01-27 03:54:57 +03:00 |
sortBlock.cpp
|
Support collation for Array and Tuple
|
2020-11-03 17:09:37 +03:00 |
sortBlock.h
|
More fixes for PVS-Studio
|
2021-05-08 19:12:31 +03:00 |
SortedBlocksWriter.cpp
|
Fix build.
|
2021-09-16 20:40:42 +03:00 |
SortedBlocksWriter.h
|
Remove more streams.
|
2021-07-22 19:05:52 +03:00 |
StorageID.cpp
|
Merge branch 'master' into ast-table-identifier-2
|
2021-06-10 16:43:22 +03:00 |
StorageID.h
|
Merge branch 'master' into ast-table-identifier-2
|
2021-06-10 16:43:22 +03:00 |
SubqueryForSet.cpp
|
Fix build.
|
2021-04-29 17:58:58 +03:00 |
SubqueryForSet.h
|
Fix build.
|
2021-04-29 17:58:58 +03:00 |
SynonymsExtensions.cpp
|
more sync fixes
|
2021-08-04 10:58:39 +03:00 |
SynonymsExtensions.h
|
Add an ability to build ClickHouse without NLP functions
|
2021-07-30 16:30:30 +03:00 |
SystemLog.cpp
|
Fixed tests and minor style issues
|
2021-08-31 15:39:15 +03:00 |
SystemLog.h
|
Small refactoring.
|
2021-09-15 22:35:48 +03:00 |
TableJoin.cpp
|
minor fixes in ORs in JOIN
|
2021-09-28 14:11:33 +03:00 |
TableJoin.h
|
get rid of DNF and related features in ORs in JOIN
|
2021-09-28 14:11:33 +03:00 |
TablesStatus.cpp
|
dbms/ → src/
|
2020-04-03 18:14:31 +03:00 |
TablesStatus.h
|
Try speedup build (#14809)
|
2020-09-15 12:55:57 +03:00 |
TextLog.cpp
|
Add missed level
|
2021-09-06 13:11:19 +03:00 |
TextLog.h
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
ThreadStatusExt.cpp
|
Refactor a little bit.
|
2021-09-21 13:35:41 +03:00 |
TraceLog.cpp
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
TraceLog.h
|
Update using Map datatyle in system log tables before merge
|
2021-06-28 14:42:21 +03:00 |
TranslateQualifiedNamesVisitor.cpp
|
Fix assert in table function merge with database regexp
|
2021-09-25 05:48:24 +03:00 |
TranslateQualifiedNamesVisitor.h
|
refactoring: remove TableWithColumnNames
|
2020-06-06 00:17:00 +03:00 |
TreeOptimizer.cpp
|
Merge pull request #26657 from hexiaoting/fuse_quantile
|
2021-09-21 12:33:07 +03:00 |
TreeOptimizer.h
|
Merge branch 'master' into rename-const-context-ptr
|
2021-06-12 03:25:09 +03:00 |
TreeRewriter.cpp
|
get rid of DNF and related features in ORs in JOIN
|
2021-09-28 14:11:33 +03:00 |
TreeRewriter.h
|
Separate functoin buildJoinedPlan, minor refactoring
|
2021-08-31 15:27:44 +03:00 |
UserDefinedExecutableFunction.cpp
|
Added user defined executable functions to system.functions
|
2021-09-17 18:43:00 +03:00 |
UserDefinedExecutableFunction.h
|
UserDefinedExecutableFunction fix debug message
|
2021-09-23 12:14:21 +03:00 |
UserDefinedExecutableFunctionFactory.cpp
|
Fixing build.
|
2021-09-20 20:54:01 +03:00 |
UserDefinedExecutableFunctionFactory.h
|
Added user defined executable functions to system.functions
|
2021-09-17 18:43:00 +03:00 |
UserDefinedSQLFunctionFactory.cpp
|
Added executable user defined functions
|
2021-09-17 18:42:59 +03:00 |
UserDefinedSQLFunctionFactory.h
|
Added executable user defined functions
|
2021-09-17 18:42:59 +03:00 |
UserDefinedSQLFunctionVisitor.cpp
|
Added executable user defined functions
|
2021-09-17 18:42:59 +03:00 |
UserDefinedSQLFunctionVisitor.h
|
Added executable user defined functions
|
2021-09-17 18:42:59 +03:00 |
UserDefinedSQLObjectsLoader.cpp
|
Merge branch 'master' into rewrite-pushing-to-views
|
2021-09-20 19:43:15 +03:00 |
UserDefinedSQLObjectsLoader.h
|
Added executable user defined functions
|
2021-09-17 18:42:59 +03:00 |
WindowDescription.cpp
|
Initial: replacing hardcoded toString for enums with magic_enum
|
2021-09-06 16:24:03 +02:00 |
WindowDescription.h
|
Initial: replacing hardcoded toString for enums with magic_enum
|
2021-09-06 16:24:03 +02:00 |
ZooKeeperLog.cpp
|
remove some trash
|
2021-09-17 22:29:10 +03:00 |
ZooKeeperLog.h
|
remove some trash
|
2021-09-17 22:29:10 +03:00 |