Uses of Class
org.apache.wayang.basic.operators.DistinctOperator
-
Packages that use DistinctOperator Package Description org.apache.wayang.basic.operators org.apache.wayang.flink.operators org.apache.wayang.java.operators org.apache.wayang.spark.operators -
-
Uses of DistinctOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type DistinctOperator Constructor Description DistinctOperator(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.operators Modifier and Type Class Description class
FlinkDistinctOperator<Type>
Flink implementation of theDistinctOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type DistinctOperator Constructor Description FlinkDistinctOperator(DistinctOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of DistinctOperator in org.apache.wayang.java.operators
Subclasses of DistinctOperator in org.apache.wayang.java.operators Modifier and Type Class Description class
JavaDistinctOperator<Type>
Java implementation of theDistinctOperator
.Constructors in org.apache.wayang.java.operators with parameters of type DistinctOperator Constructor Description JavaDistinctOperator(DistinctOperator<Type> that)
Copies an instance (exclusive of broadcasts). -
Uses of DistinctOperator in org.apache.wayang.spark.operators
Subclasses of DistinctOperator in org.apache.wayang.spark.operators Modifier and Type Class Description class
SparkDistinctOperator<Type>
Spark implementation of theDistinctOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type DistinctOperator Constructor Description SparkDistinctOperator(DistinctOperator<Type> that)
Copies an instance (exclusive of broadcasts).
-