mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-19 06:01:57 +00:00
Consistient codestyle
This commit is contained in:
parent
d605c9c104
commit
764cf232a0
@ -231,7 +231,7 @@ bool ParserBetweenExpression::parseImpl(Pos & pos, ASTPtr & node, Expected & exp
|
||||
/// For the expression (subject BETWEEN left AND right)
|
||||
/// create an AST the same as for (subject> = left AND subject <= right).
|
||||
|
||||
ParserKeyword s_not{"NOT"};
|
||||
ParserKeyword s_not("NOT");
|
||||
ParserKeyword s_between("BETWEEN");
|
||||
ParserKeyword s_and("AND");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user