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, setCollector
functionIdentifier, toString
public NewLookupFunction(FileStoreLookupFunction function)
public void open(org.apache.flink.table.functions.FunctionContext context) throws Exception
open
in class org.apache.flink.table.functions.UserDefinedFunction
Exception
public 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.LookupFunction
IOException
Copyright © 2023–2024 The Apache Software Foundation. All rights reserved.