# File lib/arel/algebra/relations/utilities/compound.rb, line 52
    def unoperated_rows
      relation.call.collect { |row| row.bind(self) }
    end