ClickHouse/src/Interpreters
Nikolai Kochetov bb11cde871
Merge pull request #24108 from ClickHouse/actions-dag-calc-header
Calculate header from ActionsDAG
2021-05-14 13:55:00 +03:00
..
ClusterProxy Updated QueryAliasVisitor to set prefer_alias_to_column_name for aliases like _subquery 2021-04-20 13:16:29 +03:00
examples Updated CHJIT interface to be more thread safe 2021-05-08 17:39:35 +03:00
JIT Merge branch 'master' into normalize-bigint 2021-05-11 02:05:40 +03:00
MySQL Untangle UUID 2021-05-04 01:46:51 +03:00
tests Fix tests 2021-05-11 18:12:28 +08:00
ActionLocksManager.cpp
ActionLocksManager.h
ActionsDAG.cpp Review fixes. 2021-05-14 13:01:27 +03:00
ActionsDAG.h Calculate header for ActionsDAG 2021-05-13 16:38:18 +03:00
ActionsVisitor.cpp Fix some PVS-Studio warnings 2021-05-09 01:10:10 +03:00
ActionsVisitor.h
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
AggregateDescription.cpp
AggregateDescription.h
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 Reformat and fix some tests 2021-05-11 18:12:27 +08:00
Aggregator.h Try to merge projectons faster. 2021-05-11 18:12:26 +08:00
Aliases.h
ApplyWithAliasVisitor.cpp
ApplyWithAliasVisitor.h
ApplyWithGlobalVisitor.cpp
ApplyWithGlobalVisitor.h
ApplyWithSubqueryVisitor.cpp
ApplyWithSubqueryVisitor.h
ArithmeticOperationsInAgrFuncOptimize.cpp Add 256 bit integers in some places 2021-05-06 03:31:09 +03:00
ArithmeticOperationsInAgrFuncOptimize.h
ArrayJoinAction.cpp
ArrayJoinAction.h
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
BloomFilter.cpp
BloomFilter.h
BloomFilterHash.h BloomFilterHash for UUID 2021-05-07 03:23:32 +03:00
CancellationCode.h
castColumn.cpp
castColumn.h
CatBoostModel.cpp
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
CollectJoinOnKeysVisitor.h
ColumnAliasesVisitor.cpp
ColumnAliasesVisitor.h
Context_fwd.h
Context.cpp Preserve dictionaries until storage shutdown 2021-05-13 22:03:00 +03:00
Context.h Preserve dictionaries until storage shutdown 2021-05-13 22:03:00 +03:00
convertFieldToType.cpp Fix issue #7834 2021-05-04 02:27:05 +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
CrashLog.h
createBlockSelector.cpp
createBlockSelector.h
CrossToInnerJoinVisitor.cpp
CrossToInnerJoinVisitor.h
DatabaseAndTableWithAlias.cpp
DatabaseAndTableWithAlias.h
DatabaseCatalog.cpp Projections 2021-05-11 18:12:23 +08:00
DatabaseCatalog.h Projections 2021-05-11 18:12:23 +08:00
DDLTask.cpp
DDLTask.h More fixes for PVS-Studio 2021-05-08 19:12:31 +03:00
DDLWorker.cpp
DDLWorker.h
DictionaryReader.cpp
DictionaryReader.h
DNSCacheUpdater.cpp
DNSCacheUpdater.h
DuplicateOrderByVisitor.h A bunch of changes for PVS-Studio 2021-05-08 19:11:50 +03:00
EmbeddedDictionaries.cpp
EmbeddedDictionaries.h
evaluateConstantExpression.cpp Fix fuild. 2021-04-30 13:18:01 +03:00
evaluateConstantExpression.h
executeDDLQueryOnCluster.cpp
executeDDLQueryOnCluster.h
executeQuery.cpp Projections 2021-05-11 18:12:23 +08:00
executeQuery.h
ExecuteScalarSubqueriesVisitor.cpp
ExecuteScalarSubqueriesVisitor.h
ExpressionActions.cpp Merge pull request #23082 from ClickHouse/explain-output 2021-04-28 15:39:06 +03:00
ExpressionActions.h Merge branch 'master' into explain-output 2021-04-19 17:40:27 +03:00
ExpressionActionsSettings.cpp
ExpressionActionsSettings.h
ExpressionAnalyzer.cpp Fix more tests 2021-05-11 18:12:28 +08:00
ExpressionAnalyzer.h Fix more tests 2021-05-11 18:12:28 +08:00
ExpressionJIT.cpp Fix LLVMExecutableFunction called with const arguments 2021-05-10 01:02:54 +03:00
ExpressionJIT.h Merge branch 'master' into normalize-bigint 2021-05-11 02:05:40 +03:00
ExternalDictionariesLoader.cpp Fixed tests 2021-04-26 13:52:41 +03:00
ExternalDictionariesLoader.h
ExternalLoader.cpp Attach background thread for dictionary reload to the reload query 2021-05-09 14:30:31 +03:00
ExternalLoader.h
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
ExternalModelsLoader.h Added system query reload model 2021-04-17 20:59:08 +03:00
ExtractExpressionInfoVisitor.cpp
ExtractExpressionInfoVisitor.h
FillingRow.cpp
FillingRow.h
FunctionNameNormalizer.cpp
FunctionNameNormalizer.h
GetAggregatesVisitor.h
getClusterName.cpp
getClusterName.h
getHeaderForProcessingStage.cpp
getHeaderForProcessingStage.h
getTableExpressions.cpp
getTableExpressions.h
GlobalSubqueriesVisitor.h
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
IdentifierSemantic.h
IExternalLoadable.cpp
IExternalLoadable.h
IExternalLoaderConfigRepository.h ExternalLoaderRepository fix arcadia 2021-04-28 14:40:35 +03:00
IInterpreter.cpp
IInterpreter.h
IInterpreterUnionOrSelectQuery.cpp
IInterpreterUnionOrSelectQuery.h
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
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
InterpreterCreateQuery.cpp Merge pull request #20202 from amosbird/projection 2021-05-12 09:38:07 +03:00
InterpreterCreateQuery.h Projections 2021-05-11 18:12:23 +08:00
InterpreterCreateQuotaQuery.cpp
InterpreterCreateQuotaQuery.h
InterpreterCreateRoleQuery.cpp
InterpreterCreateRoleQuery.h
InterpreterCreateRowPolicyQuery.cpp
InterpreterCreateRowPolicyQuery.h
InterpreterCreateSettingsProfileQuery.cpp
InterpreterCreateSettingsProfileQuery.h
InterpreterCreateUserQuery.cpp
InterpreterCreateUserQuery.h
InterpreterDescribeQuery.cpp
InterpreterDescribeQuery.h
InterpreterDropAccessEntityQuery.cpp
InterpreterDropAccessEntityQuery.h
InterpreterDropQuery.cpp Fixed TRUNCATE TABLE for Dictionary storage 2021-04-27 22:13:21 +03:00
InterpreterDropQuery.h
InterpreterExistsQuery.cpp
InterpreterExistsQuery.h
InterpreterExplainQuery.cpp Fix build. 2021-04-20 08:55:20 +03:00
InterpreterExplainQuery.h
InterpreterExternalDDLQuery.cpp
InterpreterExternalDDLQuery.h
InterpreterFactory.cpp
InterpreterFactory.h
InterpreterGrantQuery.cpp
InterpreterGrantQuery.h
InterpreterInsertQuery.cpp Merge pull request #24048 from ClickHouse/aku/insert-select-bytes 2021-05-12 22:33:35 +03:00
InterpreterInsertQuery.h
InterpreterKillQueryQuery.cpp
InterpreterKillQueryQuery.h
InterpreterOptimizeQuery.cpp
InterpreterOptimizeQuery.h
InterpreterRenameQuery.cpp
InterpreterRenameQuery.h
InterpreterSelectQuery.cpp Fix issues in normal projection 2021-05-11 18:12:29 +08:00
InterpreterSelectQuery.h support prewhere, row_filter, read_in_order and decent projection selection 2021-05-11 18:12:27 +08:00
InterpreterSelectWithUnionQuery.cpp
InterpreterSelectWithUnionQuery.h
InterpreterSetQuery.cpp
InterpreterSetQuery.h
InterpreterSetRoleQuery.cpp
InterpreterSetRoleQuery.h
InterpreterShowAccessEntitiesQuery.cpp A bunch of changes for PVS-Studio 2021-05-08 19:11:50 +03:00
InterpreterShowAccessEntitiesQuery.h
InterpreterShowAccessQuery.cpp
InterpreterShowAccessQuery.h
InterpreterShowCreateAccessEntityQuery.cpp
InterpreterShowCreateAccessEntityQuery.h
InterpreterShowCreateQuery.cpp Refactored StorageDictionary 2021-04-26 13:52:41 +03:00
InterpreterShowCreateQuery.h
InterpreterShowGrantsQuery.cpp
InterpreterShowGrantsQuery.h
InterpreterShowPrivilegesQuery.cpp
InterpreterShowPrivilegesQuery.h
InterpreterShowProcesslistQuery.cpp
InterpreterShowProcesslistQuery.h
InterpreterShowTablesQuery.cpp
InterpreterShowTablesQuery.h
InterpreterSystemQuery.cpp Apply disk settings on config reload. 2021-04-29 23:32:19 +03:00
InterpreterSystemQuery.h Add SYSTEM RESTART DISK command. 2021-04-20 22:23:54 +03:00
InterpreterUseQuery.cpp
InterpreterUseQuery.h
InterpreterWatchQuery.cpp Fix a bunch of warnings from PVS-Studio 2021-05-08 19:13:10 +03:00
InterpreterWatchQuery.h
interpretSubquery.cpp
interpretSubquery.h
InterserverCredentials.cpp
InterserverCredentials.h
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
JoinedTables.cpp
JoinedTables.h
JoinSwitcher.cpp
JoinSwitcher.h
JoinToSubqueryTransformVisitor.cpp Fixed code review issues 2021-04-22 17:19:47 +03:00
JoinToSubqueryTransformVisitor.h
loadMetadata.cpp
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
MarkTableIdentifiersVisitor.h
MergeJoin.cpp
MergeJoin.h
MetricLog.cpp
MetricLog.h
misc.h
MonotonicityCheckVisitor.h
MutationsInterpreter.cpp Projections 2021-05-11 18:12:23 +08:00
MutationsInterpreter.h Projections 2021-05-11 18:12:23 +08:00
NormalizeSelectWithUnionQueryVisitor.cpp
NormalizeSelectWithUnionQueryVisitor.h
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
OptimizeIfWithConstantConditionVisitor.h
OptimizeShardingKeyRewriteInVisitor.cpp Add type conversion for optimize_skip_unused_shards_rewrite_in 2021-04-19 00:03:38 +03:00
OptimizeShardingKeyRewriteInVisitor.h
PartLog.cpp Fix a bunch of warnings from PVS-Studio 2021-05-08 19:13:10 +03:00
PartLog.h
PredicateExpressionsOptimizer.cpp
PredicateExpressionsOptimizer.h
PredicateRewriteVisitor.cpp
PredicateRewriteVisitor.h
PreparedSets.h
processColumnTransformers.cpp
processColumnTransformers.h
ProcessList.cpp
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
QueryThreadLog.cpp
QueryThreadLog.h
RedundantFunctionsInOrderByVisitor.h
RemoveInjectiveFunctionsVisitor.cpp Raname uniqThetaSketch to uniqTheta 2021-05-11 17:39:35 +03:00
RemoveInjectiveFunctionsVisitor.h
RenameColumnVisitor.cpp
RenameColumnVisitor.h
replaceAliasColumnsInQuery.cpp
replaceAliasColumnsInQuery.h
ReplaceQueryParameterVisitor.cpp
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
RewriteCountVariantsVisitor.h
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 Untangle UUID 2021-05-04 01:46:51 +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
SortedBlocksWriter.h
StorageID.cpp
StorageID.h
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
SystemLog.h
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
TablesStatus.h
TextLog.cpp
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
TraceLog.h
TranslateQualifiedNamesVisitor.cpp
TranslateQualifiedNamesVisitor.h
TreeOptimizer.cpp
TreeOptimizer.h
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