mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
style
This commit is contained in:
parent
44b996df49
commit
90144f40c5
@ -81,7 +81,8 @@ void traversePushNot(ASTPtr & node, bool add_negation)
|
||||
}
|
||||
|
||||
/// Push Or inside And (actually pull AND to top)
|
||||
void traversePushOr(ASTPtr & node) {
|
||||
void traversePushOr(ASTPtr & node)
|
||||
{
|
||||
auto * func = node->as<ASTFunction>();
|
||||
|
||||
if (func && (func->name == "or" || func->name == "and"))
|
||||
|
Loading…
Reference in New Issue
Block a user