# File lib/arel/algebra/expression.rb, line 15
    def to_sql(formatter = Sql::SelectClause.new(relation))
      formatter.expression self
    end