# File lib/arel/algebra/relations/operations/project.rb, line 16
    def eval
      unoperated_rows.collect { |r| r.slice(*projections) }
    end