mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Update InterpreterSelectQuery.h
This commit is contained in:
parent
af323d4e16
commit
c4c8057a28
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user