# File lib/arel/nodes/select_core.rb, line 7
      def initialize
        @top         = nil
        @froms       = nil
        @projections = []
        @wheres      = []
        @groups      = []
        @having      = nil
      end