Converts text to lowercase using database rules.
Expr<String> lower() => Expr.internal(FunctionNode('LOWER', [expressionNode]), Codecs.text);