public class FileStoreLookupFunction
extends org.apache.flink.table.functions.TableFunction<org.apache.flink.table.data.RowData>
TableFunction for file store.| 构造器和说明 |
|---|
FileStoreLookupFunction(org.apache.flink.table.store.table.FileStoreTable table,
int[] projection,
int[] joinKeyIndex,
org.apache.flink.table.store.file.predicate.Predicate predicate) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
close() |
void |
eval(Object... values)
Used by code generation.
|
void |
open(org.apache.flink.table.functions.FunctionContext context) |
collect, getKind, getParameterTypes, getResultType, getTypeInference, setCollectorpublic FileStoreLookupFunction(org.apache.flink.table.store.table.FileStoreTable table,
int[] projection,
int[] joinKeyIndex,
@Nullable
org.apache.flink.table.store.file.predicate.Predicate predicate)
public void open(org.apache.flink.table.functions.FunctionContext context)
throws Exception
open 在类中 org.apache.flink.table.functions.UserDefinedFunctionExceptionpublic void eval(Object... values) throws IOException
IOExceptionpublic void close()
throws IOException
close 在类中 org.apache.flink.table.functions.UserDefinedFunctionIOExceptionCopyright © 2019–2022 The Apache Software Foundation. All rights reserved.