Uses of Class
org.apache.wayang.basic.operators.DistinctOperator
Packages that use DistinctOperator
Package
Description
-
Uses of DistinctOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type DistinctOperatorModifierConstructorDescriptionDistinctOperator(DistinctOperator<Type> that) Copies an instance (exclusive of broadcasts). -
Uses of DistinctOperator in org.apache.wayang.flink.operators
Subclasses of DistinctOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclassFlinkDistinctOperator<Type>Flink implementation of theDistinctOperator.Constructors in org.apache.wayang.flink.operators with parameters of type DistinctOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of DistinctOperator in org.apache.wayang.java.operators
Subclasses of DistinctOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclassJavaDistinctOperator<Type>Java implementation of theDistinctOperator.Constructors in org.apache.wayang.java.operators with parameters of type DistinctOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts). -
Uses of DistinctOperator in org.apache.wayang.spark.operators
Subclasses of DistinctOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclassSparkDistinctOperator<Type>Spark implementation of theDistinctOperator.Constructors in org.apache.wayang.spark.operators with parameters of type DistinctOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).