# File lib/arel/nodes/window.rb, line 51
      def initialize name
        super()
        @name = name
      end