# File lib/arel/nodes/select_core.rb, line 42
      def hash
        [
          @source, @top, @set_quantifier, @projections,
          @wheres, @groups, @having, @windows
        ].hash
      end