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 BinaryOperatorProfilerOperatorProfilers.createSparkCartesianProfiler()Creates a defaultSparkCartesianOperatorprofiler.static <In0,In1> BinaryOperatorProfiler OperatorProfilers.createSparkCartesianProfiler(Supplier<In0> dataGenerator0, Supplier<In1> dataGenerator1, Class<In0> inClass0, Class<In1> inClass1, Configuration configuration) Creates a customSparkCartesianOperatorprofiler.static BinaryOperatorProfilerOperatorProfilers.createSparkJoinProfiler()Creates a defaultSparkJoinOperatorprofiler.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 customSparkJoinOperatorprofiler.static BinaryOperatorProfilerOperatorProfilers.createSparkUnionProfiler()Creates a defaultSparkUnionAllOperatorprofiler.static <Type> BinaryOperatorProfilerOperatorProfilers.createSparkUnionProfiler(Supplier<Type> dataGenerator0, Supplier<Type> dataGenerator1, Class<Type> typeClass, Configuration configuration) Creates a customSparkUnionAllOperatorprofiler.