Cleanup: Formatting code
This commit is contained in:
@@ -1125,11 +1125,8 @@ void CLI2::desugarFilterAttributes ()
|
|||||||
// duration --> yes
|
// duration --> yes
|
||||||
bool evalSupported = true;
|
bool evalSupported = true;
|
||||||
Column* col = context.columns[canonical];
|
Column* col = context.columns[canonical];
|
||||||
if (col &&
|
if (col && col->type () == "string")
|
||||||
col->type () == "string")
|
|
||||||
{
|
|
||||||
evalSupported = false;
|
evalSupported = false;
|
||||||
}
|
|
||||||
|
|
||||||
A2 lhs (name, Lexer::Type::dom);
|
A2 lhs (name, Lexer::Type::dom);
|
||||||
lhs.tag ("FILTER");
|
lhs.tag ("FILTER");
|
||||||
|
|||||||
Reference in New Issue
Block a user