Uses of Class
org.apache.wayang.basic.operators.CountOperator
Packages that use CountOperator
Package
Description
-
Uses of CountOperator in org.apache.wayang.basic.operators
Constructors in org.apache.wayang.basic.operators with parameters of type CountOperatorModifierConstructorDescriptionCountOperator
(CountOperator<Type> that) Copies an instance (exclusive of broadcasts). -
Uses of CountOperator in org.apache.wayang.flink.operators
Subclasses of CountOperator in org.apache.wayang.flink.operatorsModifier and TypeClassDescriptionclass
FlinkCountOperator<Type>
Flink implementation of theCountOperator
.Constructors in org.apache.wayang.flink.operators with parameters of type CountOperatorModifierConstructorDescriptionFlinkCountOperator
(CountOperator<Type> that) Copies an instance (exclusive of broadcasts). -
Uses of CountOperator in org.apache.wayang.java.operators
Subclasses of CountOperator in org.apache.wayang.java.operatorsModifier and TypeClassDescriptionclass
JavaCountOperator<Type>
Java implementation of theCountOperator
.Constructors in org.apache.wayang.java.operators with parameters of type CountOperatorModifierConstructorDescriptionJavaCountOperator
(CountOperator<Type> that) Copies an instance (exclusive of broadcasts). -
Uses of CountOperator in org.apache.wayang.spark.operators
Subclasses of CountOperator in org.apache.wayang.spark.operatorsModifier and TypeClassDescriptionclass
SparkCountOperator<Type>
Spark implementation of theCountOperator
.Constructors in org.apache.wayang.spark.operators with parameters of type CountOperatorModifierConstructorDescriptionSparkCountOperator
(CountOperator<Type> that) Copies an instance (exclusive of broadcasts).