# File lib/arel/nodes/select_statement.rb, line 23
      def hash
        [@cores, @orders, @limit, @lock, @offset, @with].hash
      end