# File lib/arel/algebra/relations/utilities/compound.rb, line 35
    def table_sql(formatter = Sql::TableReference.new(self))
      @relation.table_sql formatter
    end