ClickHouse/src/Interpreters
2021-05-22 17:14:23 +03:00
..
ClusterProxy Fix typos. 2021-05-19 15:43:10 +03:00
examples Merge pull request #24320 from ClickHouse/remove-auto-array 2021-05-22 02:19:59 +03:00
JIT Function move file 2021-05-17 10:30:42 +03:00
MySQL ExpressionActions compile only necessary places 2021-05-19 11:43:16 +03:00
tests Fix tests 2021-05-11 18:12:28 +08: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 Merge pull request #24273 from kitaisreal/expression-actions-compile-only-necessary-places 2021-05-20 10:53:30 +03:00
ActionsDAG.h ExpressionActions compile only necessary places 2021-05-19 11:43:16 +03:00
ActionsVisitor.cpp Merge pull request #24320 from ClickHouse/remove-auto-array 2021-05-22 02:19:59 +03:00
ActionsVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
AddDefaultDatabaseVisitor.h
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 Fix fuild. 2021-04-30 13:18:01 +03:00
addTypeConversionToAST.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
AggregateDescription.cpp Use JSONBuilder for explain json result. 2021-04-14 17:07:56 +03:00
AggregateDescription.h Use JSONBuilder for explain json result. 2021-04-14 17:07:56 +03:00
AggregateFunctionOfGroupByKeysVisitor.h
AggregationCommon.h Merge branch 'master' into normalize-bigint 2021-04-25 06:57:44 +03:00
Aggregator.cpp Fix empty key 2021-05-14 22:54:14 +08:00
Aggregator.h Fix distributed processing when using projection 2021-05-16 22:40:06 +08:00
Aliases.h
ApplyWithAliasVisitor.cpp
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp
ApplyWithGlobalVisitor.h
ApplyWithSubqueryVisitor.cpp Fix CTE in view. 2021-04-06 11:32:16 +08: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
asof.h
AsynchronousMetricLog.cpp use LowCardinality for AsynchronousMetricLog name column 2021-05-09 16:25:28 +00:00
AsynchronousMetricLog.h
AsynchronousMetrics.cpp Fixed code review issues 2021-05-10 11:09:32 +03:00
AsynchronousMetrics.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
BloomFilter.cpp
BloomFilter.h
BloomFilterHash.h BloomFilterHash for UUID 2021-05-07 03:23:32 +03:00
CancellationCode.h
castColumn.cpp IFunction refactoring 2021-05-15 20:33:15 +03:00
castColumn.h
CatBoostModel.cpp Update paths to the model configs in config reloading 2021-04-01 13:30:05 +03:00
CatBoostModel.h
ClientInfo.cpp Fix OpenTelemetry 2021-05-05 01:42:14 +03:00
ClientInfo.h Merge branch 'master' into normalize-bigint 2021-04-25 06:57:44 +03:00
Cluster.cpp Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
Cluster.h Poco::Timespan reference fix 2021-04-29 19:11:20 +03:00
CMakeLists.txt better 2021-04-26 21:26:55 +03:00
CollectJoinOnKeysVisitor.cpp Revert "Move conditions from JOIN ON to WHERE" 2021-04-07 14:57:20 +03:00
CollectJoinOnKeysVisitor.h Revert "Move conditions from JOIN ON to WHERE" 2021-04-07 14:57:20 +03:00
ColumnAliasesVisitor.cpp
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 Review fixes 2021-05-18 17:08:56 +03:00
Context.h Review fixes 2021-05-18 17:08:56 +03:00
convertFieldToType.cpp Fixed converting const DateTime to DateTime64 in WHERE 2021-05-13 20:16:00 +03:00
convertFieldToType.h
ConvertStringsToEnumVisitor.cpp Fix clang-tidy 2021-05-09 20:02:37 +03:00
ConvertStringsToEnumVisitor.h Fix a bunch of warnings from PVS-Studio 2021-05-08 19:13:10 +03:00
CrashLog.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
CrashLog.h
createBlockSelector.cpp Add support for extended precision integers and decimals (#13097) 2020-08-19 14:52:17 +03:00
createBlockSelector.h
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
DatabaseAndTableWithAlias.h added hash of itiator address 2021-04-13 22:39:41 +03:00
DatabaseCatalog.cpp fix style 2021-05-14 15:50:05 +00:00
DatabaseCatalog.h Projections 2021-05-11 18:12:23 +08:00
DDLTask.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
DDLTask.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
DDLWorker.cpp logs for debuging test failures with Replicated and Keeper 2021-04-15 21:34:53 +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 A bunch of changes for PVS-Studio 2021-05-08 19:11:50 +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 fuild. 2021-04-30 13:18:01 +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 Projections 2021-05-11 18:12:23 +08: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 Updated ExpressionActionSettings 2021-05-19 17:32:07 +03:00
ExpressionActions.h Updated ExpressionActionSettings 2021-05-19 17:32:07 +03:00
ExpressionActionsSettings.cpp Updated ExpressionActionSettings 2021-05-19 17:32:07 +03:00
ExpressionActionsSettings.h Updated ExpressionActionSettings 2021-05-19 17:32:07 +03:00
ExpressionAnalyzer.cpp Updated ExpressionActionSettings 2021-05-19 17:32:07 +03:00
ExpressionAnalyzer.h ExpressionActions compile only necessary places 2021-05-19 11:43:16 +03:00
ExpressionJIT.cpp Merge pull request #24023 from kitaisreal/compile-expressions-comparison-function-constant-case-with-alias-fix 2021-05-20 10:58:38 +03:00
ExpressionJIT.h IFunction refactoring 2021-05-15 20:33:15 +03:00
ExternalDictionariesLoader.cpp Fixed tests 2021-04-26 13:52:41 +03:00
ExternalDictionariesLoader.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ExternalLoader.cpp Attach background thread for dictionary reload to the reload query 2021-05-09 14:30:31 +03:00
ExternalLoader.h Fixed tests 2021-03-18 17:03: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
ExternalLoaderTempConfigRepository.h Fixed tests 2021-04-26 13:52:41 +03:00
ExternalLoaderXMLConfigRepository.cpp
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
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
FillingRow.h Improve implementation 2021-05-21 04:17:18 +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 A bunch of changes for PVS-Studio 2021-05-08 19:11:50 +03:00
HashJoin.cpp Merge branch 'master' into normalize-bigint 2021-05-04 14:53:42 +03:00
HashJoin.h Merge branch 'master' into normalize-bigint 2021-05-04 14:53:42 +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
IExternalLoadable.h
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 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 Fix other tests. 2021-04-29 12:08:49 +03:00
InDepthNodeVisitor.h
InJoinSubqueriesPreprocessor.cpp A bunch of changes for PVS-Studio 2021-05-08 19:11:50 +03:00
InJoinSubqueriesPreprocessor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
inplaceBlockConversions.cpp Fix fuild. 2021-04-30 13:18:01 +03:00
inplaceBlockConversions.h Fixes 2021-04-23 12:36:40 +00:00
InternalTextLogsQueue.cpp
InternalTextLogsQueue.h
InterpreterAlterQuery.cpp Projections 2021-05-11 18:12:23 +08: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 Merge branch 'master' into issue-16775 2021-05-22 17:14:23 +03:00
InterpreterCreateQuery.h Projections 2021-05-11 18:12:23 +08: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 Call IStorage::flush() for each table on DETACH DATABASE before shutdown 2021-05-16 13:28:35 +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 Fix build. 2021-04-20 08:55:20 +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 Updated ExpressionActionSettings 2021-05-19 17:32:07 +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 Merge pull request #24273 from kitaisreal/expression-actions-compile-only-necessary-places 2021-05-20 10:53:30 +03:00
InterpreterSelectQuery.h support prewhere, row_filter, read_in_order and decent projection selection 2021-05-11 18:12:27 +08: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 A bunch of changes for PVS-Studio 2021-05-08 19:11:50 +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 Refactored StorageDictionary 2021-04-26 13:52:41 +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 Introduce IStorage::flushAndShutdown() 2021-05-16 13:23:53 +03:00
InterpreterSystemQuery.h Add SYSTEM RESTART DISK command. 2021-04-20 22:23: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 Fix a bunch of warnings from PVS-Studio 2021-05-08 19:13:10 +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 Fix a bunch of warnings from PVS-Studio 2021-05-08 19:13:10 +03:00
join_common.h Convert columns to LC(Nullable(T)) in join 2021-04-17 22:03:32 +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 Fixed code review issues 2021-04-22 17:19:47 +03:00
JoinToSubqueryTransformVisitor.h
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
LogicalExpressionsOptimizer.h
MarkTableIdentifiersVisitor.cpp Fix segfault using ANTLR parser (#20156) 2021-02-07 11:06:39 +03:00
MarkTableIdentifiersVisitor.h
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
misc.h
MonotonicityCheckVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
MutationsInterpreter.cpp Projections 2021-05-11 18:12:23 +08:00
MutationsInterpreter.h Projections 2021-05-11 18:12:23 +08:00
NormalizeSelectWithUnionQueryVisitor.cpp fix tiny code style 2021-05-16 14:14:59 +00:00
NormalizeSelectWithUnionQueryVisitor.h union distinct improve 2021-02-25 07:47:08 +00:00
NullableUtils.cpp
NullableUtils.h
OpenTelemetrySpanLog.cpp Fix OpenTelemetry 2021-05-05 01:42:14 +03:00
OpenTelemetrySpanLog.h Fix OpenTelemetry 2021-05-05 01:42:14 +03:00
OptimizeIfChains.cpp
OptimizeIfChains.h
OptimizeIfWithConstantConditionVisitor.cpp Better 2021-02-18 20:20:28 +08:00
OptimizeIfWithConstantConditionVisitor.h
OptimizeShardingKeyRewriteInVisitor.cpp Add type conversion for optimize_skip_unused_shards_rewrite_in 2021-04-19 00:03:38 +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 Fix a bunch of warnings from PVS-Studio 2021-05-08 19:13:10 +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
processColumnTransformers.cpp
processColumnTransformers.h
ProcessList.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
ProcessList.h Fix some PVS-Studio warnings 2021-05-09 01:10:10 +03:00
ProfileEventsExt.cpp
ProfileEventsExt.h
QueryAliasesVisitor.cpp Updated tests 2021-04-20 13:31:01 +03:00
QueryAliasesVisitor.h
QueryLog.cpp Projections 2021-05-11 18:12:23 +08:00
QueryLog.h Projections 2021-05-11 18:12:23 +08:00
QueryNormalizer.cpp Merge pull request #24022 from amosbird/fixalias 2021-05-12 09:54:04 +03:00
QueryNormalizer.h Projections 2021-05-11 18:12:23 +08:00
QueryParameterVisitor.cpp
QueryParameterVisitor.h
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
RedundantFunctionsInOrderByVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
RemoveInjectiveFunctionsVisitor.cpp Raname uniqThetaSketch to uniqTheta 2021-05-11 17:39:35 +03:00
RemoveInjectiveFunctionsVisitor.h Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
RenameColumnVisitor.cpp
RenameColumnVisitor.h
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
RequiredSourceColumnsData.cpp
RequiredSourceColumnsData.h
RequiredSourceColumnsVisitor.cpp Resurrect indexHint function. 2021-04-20 19:27:23 +08:00
RequiredSourceColumnsVisitor.h
RewriteAnyFunctionVisitor.cpp
RewriteAnyFunctionVisitor.h
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 Untangle UUID 2021-05-04 01:46:51 +03:00
RewriteSumIfFunctionVisitor.h
RowRefs.cpp
RowRefs.h
SelectQueryOptions.h Cleanup code. 2021-05-11 18:12:26 +08:00
Set.cpp Remove AutoArray 2021-05-20 09:30:13 +03:00
Set.h
SetVariants.cpp
SetVariants.h
sortBlock.cpp
sortBlock.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
SortedBlocksWriter.cpp Merge branch 'master' into Add_IStoragePolicy_interface 2021-01-29 14:00:12 +03:00
SortedBlocksWriter.h
StorageID.cpp
StorageID.h Added table function dictionary 2021-03-19 15:47:27 +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
SystemLog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
SystemLog.h Introduce IStorage::flushAndShutdown() 2021-05-16 13:23:53 +03:00
TableJoin.cpp Convert columns to LC(Nullable(T)) in join 2021-04-17 22:03:32 +03:00
TableJoin.h TableJoin: forceHashJoin for dictionary_reader, add tests 2021-04-20 12:52:52 +03:00
TablesStatus.cpp dbms/ → src/ 2020-04-03 18:14:31 +03:00
TablesStatus.h
TextLog.cpp Replace all Context references with std::weak_ptr (#22297) 2021-04-11 02:33:54 +03:00
TextLog.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
ThreadStatusExt.cpp Fix OpenTelemetry 2021-05-05 01:42:14 +03:00
TraceLog.cpp Extended range of DateTime64 to years 1925 - 2238 2021-02-24 17:08:35 +02:00
TraceLog.h
TranslateQualifiedNamesVisitor.cpp
TranslateQualifiedNamesVisitor.h
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 Reformat and fix some tests 2021-05-11 18:12:27 +08:00
TreeRewriter.h Reformat and fix some tests 2021-05-11 18:12:27 +08:00
WindowDescription.cpp Untangle UUID 2021-05-04 01:46:51 +03:00
WindowDescription.h Untangle UUID 2021-05-04 01:46:51 +03:00
ya.make utils/generate-ya-make/generate-ya-make.sh 2021-05-09 03:28:33 +03:00
ya.make.in Add examples folder filter to ya.make.in 2021-04-30 11:25:52 +03:00