# File lib/arel/factory_methods.rb, line 39
    def lower column
      Nodes::NamedFunction.new 'LOWER', [column]
    end