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 TypeClassDescriptionclass
FlinkDistinctOperator<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 TypeClassDescriptionclass
JavaDistinctOperator<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 TypeClassDescriptionclass
SparkDistinctOperator<Type>
Spark implementation of theDistinctOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type DistinctOperatorModifierConstructorDescriptionCopies an instance (exclusive of broadcasts).