Class MLInferenceLookupFunction
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.TableFunction<org.apache.flink.table.data.RowData>
-
- com.codedstreams.otterstreams.sql.connector.MLInferenceLookupFunction
-
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
public class MLInferenceLookupFunction extends org.apache.flink.table.functions.TableFunction<org.apache.flink.table.data.RowData>Lookup function for temporal joins with ML predictions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MLInferenceLookupFunction(SqlInferenceConfig config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voideval(Object... keys)voidopen(org.apache.flink.table.functions.FunctionContext context)-
Methods inherited from class org.apache.flink.table.functions.TableFunction
collect, finish, getKind, getParameterTypes, getResultType, getTypeInference, setCollector
-
Methods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, toString
-
-
-
-
Constructor Detail
-
MLInferenceLookupFunction
public MLInferenceLookupFunction(SqlInferenceConfig config)
-
-