public static class CsvTableSource.CsvLookupFunction
extends org.apache.flink.table.functions.TableFunction<org.apache.flink.types.Row>
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
eval(Object... values) |
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> |
getResultType() |
void |
open(org.apache.flink.table.functions.FunctionContext context) |
collect, getKind, getParameterTypes, getTypeInference, setCollectorfunctionIdentifier, toStringpublic org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> getResultType()
getResultType in class org.apache.flink.table.functions.TableFunction<org.apache.flink.types.Row>public void open(org.apache.flink.table.functions.FunctionContext context)
throws Exception
open in class org.apache.flink.table.functions.UserDefinedFunctionExceptionpublic void eval(Object... values)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.