Update InterpreterSelectQuery.h

This commit is contained in:
alexey-milovidov 2017-09-12 20:05:14 +03:00
parent af323d4e16
commit c4c8057a28

View File

@ -96,7 +96,7 @@ private:
void init(const BlockInputStreamPtr & input, const Names & required_column_names = Names{});
void basicInit(const BlockInputStreamPtr & input);
void initQueryAnalyzer();
bool hasAggregation(ASTSelectQuery * query_ptr);
bool hasAggregation(const ASTSelectQuery & query_ptr);
/// Execute one SELECT query from the UNION ALL chain.
void executeSingleQuery();