# File lib/arel/nodes/window.rb, line 56
      def initialize_copy other
        super
        @name = other.name.clone
      end