mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 18:12:02 +00:00
Update ParserKQLSort.cpp
Style
This commit is contained in:
parent
a307e0d95d
commit
baabc49f33
@ -27,7 +27,7 @@ bool ParserKQLSort :: parseImpl(Pos & pos, ASTPtr & node, Expected & expected)
|
||||
while (!new_pos->isEnd() && new_pos->type != TokenType::PipeMark && new_pos->type != TokenType::Semicolon)
|
||||
{
|
||||
String tmp(new_pos->begin, new_pos->end);
|
||||
if (tmp == "desc" or tmp == "asc")
|
||||
if (tmp == "desc" || tmp == "asc")
|
||||
has_dir = true;
|
||||
|
||||
if (new_pos->type == TokenType::Comma)
|
||||
|
Loading…
Reference in New Issue
Block a user