Class UnionAllOperator<Type>

    • Constructor Detail

      • UnionAllOperator

        public UnionAllOperator​(DataSetType<Type> type)
        Creates a new instance.
        Parameters:
        type - the type of the datasets to be coalesced
      • UnionAllOperator

        public UnionAllOperator​(java.lang.Class<Type> typeClass)
        Creates a new instance.
        Parameters:
        typeClass - the type of the datasets to be coalesced
      • UnionAllOperator

        public UnionAllOperator​(UnionAllOperator<Type> that)
        Copies an instance (exclusive of broadcasts).
        Parameters:
        that - that should be copied