@Internal public final class UdfOperatorUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
analyzeDualInputUdf(TwoInputUdfOperator<?,?,?,?> operator,
Class<?> udfBaseClass,
String defaultName,
org.apache.flink.api.common.functions.Function udf,
org.apache.flink.api.common.operators.Keys<?> key1,
org.apache.flink.api.common.operators.Keys<?> key2) |
static void |
analyzeSingleInputUdf(SingleInputUdfOperator<?,?,?> operator,
Class<?> udfBaseClass,
String defaultName,
org.apache.flink.api.common.functions.Function udf,
org.apache.flink.api.common.operators.Keys<?> key) |
public static void analyzeSingleInputUdf(SingleInputUdfOperator<?,?,?> operator, Class<?> udfBaseClass, String defaultName, org.apache.flink.api.common.functions.Function udf, org.apache.flink.api.common.operators.Keys<?> key)
public static void analyzeDualInputUdf(TwoInputUdfOperator<?,?,?,?> operator, Class<?> udfBaseClass, String defaultName, org.apache.flink.api.common.functions.Function udf, org.apache.flink.api.common.operators.Keys<?> key1, org.apache.flink.api.common.operators.Keys<?> key2)
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.