ClickHouse/src/Interpreters
2021-04-13 11:14:14 +08:00
..
ClusterProxy Respect optimize_skip_unused_shards_rewrite_in with optimize_skip_unused_shards_limit 2021-04-12 10:37:28 +03:00
MySQL Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
tests Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +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 Fix fuzz crash. 2021-04-08 18:00:32 +03:00
ActionsDAG.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ActionsVisitor.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ActionsVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
AddDefaultDatabaseVisitor.h use WriteBuffer in formatAST(...) 2020-11-09 19:05:40 +03:00
addMissingDefaults.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
addMissingDefaults.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
addTypeConversionToAST.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
addTypeConversionToAST.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
AggregateDescription.cpp unbounded following frame end 2021-01-30 04:16:44 +03:00
AggregateDescription.h unbounded following frame end 2021-01-30 04:16:44 +03:00
AggregateFunctionOfGroupByKeysVisitor.h ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
AggregationCommon.h Merge pull request #21196 from ClickHouse/improve-performance-group-by-multiple-fixed-keys-2 2021-03-11 18:28:14 +03:00
Aggregator.cpp fix clang-tidy 2021-04-02 15:10:49 +03:00
Aggregator.h fix clang-tidy 2021-04-02 15:10:49 +03: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 better cte and with global 2021-01-26 10:29:11 +08:00
ApplyWithSubqueryVisitor.h Global WITH and WITH propagation. 2020-10-08 15:03:34 +08:00
ArithmeticOperationsInAgrFuncOptimize.cpp fix a problem in ArithmeticOperationsInAgrFuncOptimize 2021-02-09 14:17:48 +00: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 ASTTableIdentifier Part #1: improve internal representation of ASTIdentifier name (#16149) 2020-10-24 21:46:10 +03:00
asof.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
AsynchronousMetricLog.cpp AsynchronousMetricLog - add event_time_microseconds column 2020-09-06 08:31:27 -07:00
AsynchronousMetricLog.h yet another logs 2020-11-03 18:19:24 +03:00
AsynchronousMetrics.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
AsynchronousMetrics.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
BloomFilter.cpp Additional checks 2020-07-10 11:21:40 +03:00
BloomFilter.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
BloomFilterHash.h BloomFilter index added big integers and UUID support 2020-11-04 23:41:10 +03:00
CancellationCode.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
castColumn.cpp Fixed compilation timeout 2020-12-17 21:32:25 +03:00
castColumn.h Fixed compilation timeout 2020-12-17 21:32:25 +03:00
CatBoostModel.cpp Update paths to the model configs in config reloading 2021-04-01 13:30:05 +03:00
CatBoostModel.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
ClientInfo.cpp write distributed depth as VarUInt to save space, because it's small 2021-04-08 15:17:47 +03:00
ClientInfo.h max distributed depth 2021-04-05 14:00:54 +00:00
Cluster.cpp Update paths to the model configs in config reloading 2021-04-01 13:30:05 +03:00
Cluster.h Make Cluster::SlotToShards public 2021-04-12 10:32:04 +03:00
CMakeLists.txt dbms/ → src/ 2020-04-03 18:14:31 +03:00
CollectJoinOnKeysVisitor.cpp Fix has_some condition on CollectJoinOnKeysVisitor 2021-02-16 11:03:02 +03:00
CollectJoinOnKeysVisitor.h Minor changes move ON to WHERE for INNER JOIN 2021-02-15 23:26:29 +03:00
ColumnAliasesVisitor.cpp Remove useless codes 2021-01-20 09:25:57 +08:00
ColumnAliasesVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
Context_fwd.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
Context.cpp Fix build 2021-04-12 12:28:46 +03:00
Context.h Fix build 2021-04-12 12:28:46 +03:00
convertFieldToType.cpp fix window frame offset check and add more tests 2021-04-01 18:56:58 +03:00
convertFieldToType.h fix some logical errors 2020-06-24 23:51:17 +03:00
ConvertStringsToEnumVisitor.h prevent accidental reinterpret_cast in Field::get<> 2021-03-22 23:23:44 +03:00
CrashLog.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
CrashLog.h Fix build; fix errors 2020-08-01 18:54:44 +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 better cte and with global 2021-01-26 10:29:11 +08:00
DatabaseAndTableWithAlias.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DatabaseCatalog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DatabaseCatalog.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DDLTask.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DDLTask.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DDLWorker.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DDLWorker.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DictionaryReader.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DuplicateOrderByVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
evaluateConstantExpression.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
executeDDLQueryOnCluster.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
executeDDLQueryOnCluster.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
executeQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
executeQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExecuteScalarSubqueriesVisitor.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExecuteScalarSubqueriesVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExpressionActions.cpp Fix LOGICAL_ERROR for Log with nested types w/o columns in the SELECT clause 2021-04-05 08:48:04 +03:00
ExpressionActions.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExpressionActionsSettings.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExpressionActionsSettings.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExpressionAnalyzer.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExpressionAnalyzer.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExpressionJIT.cpp Fix comments 2021-04-04 12:33:06 +03:00
ExpressionJIT.h Refactor ActionsDAG 2021-03-04 20:38:12 +03:00
ExternalDictionariesLoader.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExternalDictionariesLoader.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExternalLoader.cpp Small simplification in ExternalLoader. 2021-03-23 15:15:44 +03:00
ExternalLoader.h Fixed tests 2021-03-18 17:03:22 +03:00
ExternalLoaderDatabaseConfigRepository.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExternalLoaderDatabaseConfigRepository.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExternalLoaderTempConfigRepository.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderTempConfigRepository.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ExternalLoaderXMLConfigRepository.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
ExternalLoaderXMLConfigRepository.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
ExternalModelsLoader.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExternalModelsLoader.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExtractExpressionInfoVisitor.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExtractExpressionInfoVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
FillingRow.cpp Split file for better build times 2020-06-14 21:42:10 +03:00
FillingRow.h Split file for better build times 2020-06-14 21:42:10 +03:00
FunctionNameNormalizer.cpp Comments 2021-02-20 16:45:25 +08:00
FunctionNameNormalizer.h Better 2021-02-18 20:20:28 +08: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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
getHeaderForProcessingStage.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
getTableExpressions.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
getTableExpressions.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
GlobalSubqueriesVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
GroupByFunctionKeysVisitor.h ANTLR4 Grammar for ClickHouse and new parser (#11298) 2020-12-04 05:15:44 +03:00
HashJoin.cpp Revert "Refactor join: make IJoin implementations independent from TableJoin" 2021-03-05 17:34:43 +03:00
HashJoin.h Filter push down for LEFT/INNER JOIN, CreatingSets, Union. 2021-03-25 21:11:54 +03:00
IdentifierSemantic.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IdentifierSemantic.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +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 dbms/ → src/ 2020-04-03 18:14:31 +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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IInterpreterUnionOrSelectQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
IJoin.h Filter push down for LEFT/INNER JOIN, CreatingSets, Union. 2021-03-25 21:11:54 +03:00
InDepthNodeVisitor.h Rewrite sum(if()) and sumIf to countIf in special cases (#17041) 2021-01-21 12:01:35 +03:00
InJoinSubqueriesPreprocessor.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InJoinSubqueriesPreprocessor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
inplaceBlockConversions.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
inplaceBlockConversions.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03: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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterAlterQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCheckQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCheckQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateQuotaQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateQuotaQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateRoleQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateRoleQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateRowPolicyQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateRowPolicyQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateSettingsProfileQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateSettingsProfileQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateUserQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterCreateUserQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterDescribeQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterDescribeQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterDropAccessEntityQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterDropAccessEntityQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterDropQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterDropQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterExistsQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterExistsQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterExplainQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterExplainQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterExternalDDLQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterExternalDDLQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterFactory.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterFactory.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterGrantQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterGrantQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterInsertQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterInsertQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterKillQueryQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterKillQueryQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterRenameQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSelectQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSelectQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSelectWithUnionQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSelectWithUnionQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSetQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSetQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSetRoleQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSetRoleQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowAccessEntitiesQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowAccessEntitiesQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowAccessQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowAccessQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowCreateAccessEntityQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowCreateAccessEntityQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowCreateQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowCreateQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowGrantsQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowGrantsQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowPrivilegesQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowPrivilegesQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowProcesslistQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowProcesslistQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowTablesQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterShowTablesQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSystemQuery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterSystemQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
InterpreterWatchQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
interpretSubquery.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +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 Shrink totals block to 1 row for JOIN with TOTALS and arrayJoin 2021-03-25 17:32:36 +03:00
join_common.h Revert "Refactor join: make IJoin implementations independent from TableJoin" 2021-03-05 17:34:43 +03:00
joinDispatch.h Store usage info flags separate from row refs in hash join 2021-02-05 16:20:13 +03:00
JoinedTables.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
JoinedTables.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
JoinSwitcher.cpp Revert "Refactor join: make IJoin implementations independent from TableJoin" 2021-03-05 17:34:43 +03:00
JoinSwitcher.h Filter push down for LEFT/INNER JOIN, CreatingSets, Union. 2021-03-25 21:11:54 +03:00
JoinToSubqueryTransformVisitor.cpp Add a check to avoid exception when long alias equals to column (#18968) 2021-01-20 18:34:17 +03:00
JoinToSubqueryTransformVisitor.h Remove multiple_joins_rewriter v1 (#15472) 2020-09-30 23:11:49 +03:00
loadMetadata.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
loadMetadata.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
LogicalExpressionsOptimizer.cpp Checkpoint 2020-04-22 09:01:33 +03:00
LogicalExpressionsOptimizer.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MarkTableIdentifiersVisitor.cpp Fix segfault using ANTLR parser (#20156) 2021-02-07 11:06:39 +03:00
MarkTableIdentifiersVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
MergeJoin.cpp Update MergeJoin.cpp 2021-04-02 21:07:11 +03:00
MergeJoin.h Merge branch 'master' into better-filter-push-down 2021-04-06 13:38:03 +03:00
MetricLog.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
MetricLog.h fix logs 2020-11-03 16:59:17 +03:00
misc.h Refactor joinGet and implement multi-key lookup. 2020-07-28 22:38:52 +08:00
MonotonicityCheckVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
MutationsInterpreter.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
MutationsInterpreter.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
NormalizeSelectWithUnionQueryVisitor.cpp add test 2021-02-26 12:14:57 +00:00
NormalizeSelectWithUnionQueryVisitor.h union distinct improve 2021-02-25 07:47:08 +00:00
NullableUtils.cpp fix transform_null_in with sets of tuples 2020-11-05 21:07:44 +03:00
NullableUtils.h fix transform_null_in with sets of tuples 2020-11-05 21:07:44 +03:00
OpenTelemetrySpanLog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
OpenTelemetrySpanLog.h cleanup 2020-11-19 19:55:56 +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 Better 2021-02-18 20:20:28 +08:00
OptimizeIfWithConstantConditionVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
OptimizeShardingKeyRewriteInVisitor.cpp Rewrite IN in query for remote shards to exclude values that does not belongs to shard 2021-04-12 10:37:28 +03:00
OptimizeShardingKeyRewriteInVisitor.h Rewrite IN in query for remote shards to exclude values that does not belongs to shard 2021-04-12 10:37:28 +03:00
PartLog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
PartLog.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
PredicateExpressionsOptimizer.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
PredicateExpressionsOptimizer.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
PredicateRewriteVisitor.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
PredicateRewriteVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
PreparedSets.h Fix trailing whitespace 2020-10-26 22:12:40 +03:00
processColumnTransformers.cpp OPTIMIZE DEDUPLICATE BY columns 2020-12-07 09:44:07 +03:00
processColumnTransformers.h OPTIMIZE DEDUPLICATE BY columns 2020-12-07 09:44:07 +03:00
ProcessList.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ProcessList.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ProfileEventsExt.cpp Checkpoint 2020-04-22 09:01:33 +03:00
ProfileEventsExt.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryAliasesVisitor.cpp remove more stringstreams 2020-11-10 21:22:26 +03:00
QueryAliasesVisitor.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryLog.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
QueryLog.h Merge branch 'master' into issue18494 2021-01-25 22:18:23 +03:00
QueryNormalizer.cpp Add prefer_column_name_to_alias settings (#22044) 2021-03-30 16:51:45 +03:00
QueryNormalizer.h Add prefer_column_name_to_alias settings (#22044) 2021-03-30 16:51:45 +03: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 dbms/ → src/ 2020-04-03 18:14:31 +03:00
QueryThreadLog.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
QueryThreadLog.h Fix MSan 2020-12-18 14:13:59 +08:00
RedundantFunctionsInOrderByVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
RemoveInjectiveFunctionsVisitor.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
RemoveInjectiveFunctionsVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
replaceAliasColumnsInQuery.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ReplaceQueryParameterVisitor.cpp refactoring of serializations 2021-03-09 17:46:52 +03:00
ReplaceQueryParameterVisitor.h Query parameter type : Identifier 2020-11-02 20:58:51 +08:00
RequiredSourceColumnsData.cpp ASTTableIdentifier Part #1: improve internal representation of ASTIdentifier name (#16149) 2020-10-24 21:46:10 +03:00
RequiredSourceColumnsData.h Try speedup build (#14809) 2020-09-15 12:55:57 +03:00
RequiredSourceColumnsVisitor.cpp Fix unused with column 2021-01-26 10:29:13 +08: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
RewriteSumIfFunctionVisitor.cpp remove some useless code 2021-02-06 14:59:48 +00:00
RewriteSumIfFunctionVisitor.h Rewrite sum(if()) and sumIf to countIf in special cases (#17041) 2021-01-21 12:01:35 +03:00
RowRefs.cpp Fixed ASOF JOIN with DateTime64, updated test case for comparison. 2020-11-14 09:19:08 +03:00
RowRefs.h Fixed ASOF JOIN with DateTime64, updated test case for comparison. 2020-11-14 09:19:08 +03:00
SelectQueryOptions.h Another fix 2021-02-09 11:46:06 +08:00
Set.cpp BloomFilter index crash fix 2021-01-31 21:49:27 +03:00
Set.h Fix TSan report in StorageSet and StorageJoin 2020-12-23 05:10:37 +03:00
SetVariants.cpp Another 256-bit integers (strict 32 bytes) (#14229) 2020-09-04 16:33:02 +03:00
SetVariants.h Refactoring: rename types to allow change bigint library (#14219) 2020-09-01 12:54:50 +03:00
sortBlock.cpp Support collation for Array and Tuple 2020-11-03 17:09:37 +03:00
sortBlock.h dbms/ → src/ 2020-04-03 18:14:31 +03:00
SortedBlocksWriter.cpp Merge branch 'master' into Add_IStoragePolicy_interface 2021-01-29 14:00:12 +03:00
SortedBlocksWriter.h Fixed integration test_tmp_policy 2020-07-26 21:27:36 +03:00
StorageID.cpp remove "UUID" word for tables from logs 2020-08-27 14:46:19 +03:00
StorageID.h Added table function dictionary 2021-03-19 15:47:27 +03:00
SubqueryForSet.cpp Fix build. 2021-03-10 13:48:08 +03:00
SubqueryForSet.h Add converting step for 'join using' 2021-02-19 14:24:28 +03:00
SystemLog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
SystemLog.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TableJoin.cpp Fixes for join key inferring 2021-03-08 17:21:50 +03:00
TableJoin.h Clean converting-related fields in TableJoin::resetCollected 2021-03-05 17:41:39 +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 Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TextLog.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ThreadStatusExt.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TraceLog.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
TraceLog.h yet another logs 2020-11-03 18:19:24 +03:00
TranslateQualifiedNamesVisitor.cpp Update TranslateQualifiedNamesVisitor.cpp 2020-12-31 17:49:32 +03:00
TranslateQualifiedNamesVisitor.h refactoring: remove TableWithColumnNames 2020-06-06 00:17:00 +03:00
TreeOptimizer.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TreeOptimizer.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TreeRewriter.cpp Merge remote-tracking branch 'origin/master' into dev-sumcount 2021-04-13 11:14:14 +08:00
TreeRewriter.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
WindowDescription.cpp fix ubsan 2021-04-06 19:24:56 +03:00
WindowDescription.h float frames and lag/lead_in_frame 2021-03-19 02:05:43 +03:00
ya.make Rewrite IN in query for remote shards to exclude values that does not belongs to shard 2021-04-12 10:37:28 +03:00
ya.make.in Follow Arcadia ya.make rules 2020-11-16 21:24:58 +03:00