mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-23 08:02:02 +00:00
Added line feeds [#CONV-2807].
This commit is contained in:
parent
45986edc39
commit
2854dd428b
@ -752,11 +752,13 @@ void ExpressionAnalyzer::assertSelect()
|
||||
if (!select_query)
|
||||
throw Exception("Not a select query", ErrorCodes::LOGICAL_ERROR);
|
||||
}
|
||||
|
||||
void ExpressionAnalyzer::assertAggregation()
|
||||
{
|
||||
if (!has_aggregation)
|
||||
throw Exception("No aggregation", ErrorCodes::LOGICAL_ERROR);
|
||||
}
|
||||
|
||||
void ExpressionAnalyzer::initChain(ExpressionActionsChain & chain, NamesAndTypesList & columns)
|
||||
{
|
||||
if (chain.steps.empty())
|
||||
|
Loading…
Reference in New Issue
Block a user