Added line feeds [#CONV-2807].

This commit is contained in:
Alexey Milovidov 2013-06-14 16:38:54 +00:00
parent 45986edc39
commit 2854dd428b

View File

@ -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())