mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 04:52:10 +00:00
fixed parsing
This commit is contained in:
parent
5e626be07f
commit
cf377b9828
@ -101,7 +101,7 @@ bool ParserIndexDeclaration::parseImpl(Pos & pos, ASTPtr & node, Expected & expe
|
||||
|
||||
ParserIdentifier name_p;
|
||||
ParserIdentifierWithOptionalParameters ident_with_optional_params_p;
|
||||
ParserExpression expression_p;
|
||||
ParserExpressionList expression_p(false);
|
||||
ParserUnsignedInteger granularity_p;
|
||||
|
||||
ASTPtr name;
|
||||
|
Loading…
Reference in New Issue
Block a user