Class DistinctOperator<Type>

    • Constructor Detail

      • DistinctOperator

        public DistinctOperator​(DataSetType<Type> type)
        Creates a new instance.
        Parameters:
        type - type of the dataunit elements
      • DistinctOperator

        public DistinctOperator​(java.lang.Class<Type> typeClass)
        Creates a new instance.
        Parameters:
        typeClass - type of the dataunit elements
      • DistinctOperator

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