Uses of Class
org.apache.wayang.profiler.spark.BinaryOperatorProfiler
Packages that use BinaryOperatorProfiler
-
Uses of BinaryOperatorProfiler in org.apache.wayang.profiler.spark
Methods in org.apache.wayang.profiler.spark that return BinaryOperatorProfilerModifier and TypeMethodDescriptionstatic BinaryOperatorProfiler
OperatorProfilers.createSparkCartesianProfiler()
Creates a defaultSparkCartesianOperator
profiler.static <In0,
In1> BinaryOperatorProfiler OperatorProfilers.createSparkCartesianProfiler
(Supplier<In0> dataGenerator0, Supplier<In1> dataGenerator1, Class<In0> inClass0, Class<In1> inClass1, Configuration configuration) Creates a customSparkCartesianOperator
profiler.static BinaryOperatorProfiler
OperatorProfilers.createSparkJoinProfiler()
Creates a defaultSparkJoinOperator
profiler.static <In0,
In1, Key>
BinaryOperatorProfilerOperatorProfilers.createSparkJoinProfiler
(Supplier<In0> dataGenerator0, Class<In0> inClass0, FunctionDescriptor.SerializableFunction<In0, Key> keyUdf0, Supplier<In1> dataGenerator1, Class<In1> inClass1, FunctionDescriptor.SerializableFunction<In1, Key> keyUdf1, Class<Key> keyClass, Configuration configuration) Creates a customSparkJoinOperator
profiler.static BinaryOperatorProfiler
OperatorProfilers.createSparkUnionProfiler()
Creates a defaultSparkUnionAllOperator
profiler.static <Type> BinaryOperatorProfiler
OperatorProfilers.createSparkUnionProfiler
(Supplier<Type> dataGenerator0, Supplier<Type> dataGenerator1, Class<Type> typeClass, Configuration configuration) Creates a customSparkUnionAllOperator
profiler.