public class NewLookupFunction
extends org.apache.flink.table.functions.LookupFunction
LookupFunction for 1.16+, it supports Flink retry join.| Constructor and Description |
|---|
NewLookupFunction(FileStoreLookupFunction function) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Collection<org.apache.flink.table.data.RowData> |
lookup(org.apache.flink.table.data.RowData keyRow) |
void |
open(org.apache.flink.table.functions.FunctionContext context) |
collect, finish, getKind, getParameterTypes, getResultType, getTypeInference, setCollectorfunctionIdentifier, toStringpublic NewLookupFunction(FileStoreLookupFunction function)
public void open(org.apache.flink.table.functions.FunctionContext context)
throws Exception
open in class org.apache.flink.table.functions.UserDefinedFunctionExceptionpublic Collection<org.apache.flink.table.data.RowData> lookup(org.apache.flink.table.data.RowData keyRow) throws IOException
lookup in class org.apache.flink.table.functions.LookupFunctionIOExceptionCopyright © 2023–2024 The Apache Software Foundation. All rights reserved.