mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-03 13:02:00 +00:00
fix
This commit is contained in:
parent
b2da3a34df
commit
69052b3fc0
@ -22,7 +22,6 @@ public:
|
||||
IAST * expr;
|
||||
ASTFunction * type;
|
||||
Field granularity;
|
||||
//TODO: params (GRANULARITY number or SETTINGS a=b, c=d, ..)?
|
||||
|
||||
/** Get the text that identifies this element. */
|
||||
String getID(char) const override { return "Index"; }
|
||||
|
@ -100,7 +100,7 @@ bool ParserIndexDeclaration::parseImpl(Pos & pos, ASTPtr & node, Expected & expe
|
||||
ParserIdentifier name_p;
|
||||
ParserIdentifierWithOptionalParameters ident_with_optional_params_p;
|
||||
ParserExpression expression_p;
|
||||
ParserLiteral granularity_p;
|
||||
ParserUnsignedInteger granularity_p;
|
||||
|
||||
ASTPtr name;
|
||||
ASTPtr expr;
|
||||
|
Loading…
Reference in New Issue
Block a user