Package org.apache.flink.table.sources
Class CsvTableSource.CsvLookupFunction
java.lang.Object
org.apache.flink.table.functions.UserDefinedFunction
org.apache.flink.table.functions.TableFunction<org.apache.flink.types.Row>
org.apache.flink.table.sources.CsvTableSource.CsvLookupFunction
- All Implemented Interfaces:
Serializable,org.apache.flink.table.functions.FunctionDefinition
- Enclosing class:
- CsvTableSource
@Internal
public static class CsvTableSource.CsvLookupFunction
extends org.apache.flink.table.functions.TableFunction<org.apache.flink.types.Row>
LookupFunction to support lookup in CsvTableSource.
- See Also:
-
Method Summary
Methods inherited from class org.apache.flink.table.functions.TableFunction
collect, finish, getKind, getParameterTypes, getTypeInference, setCollectorMethods inherited from class org.apache.flink.table.functions.UserDefinedFunction
functionIdentifier, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.apache.flink.table.functions.FunctionDefinition
getRequirements, isDeterministic, supportsConstantFolding
-
Method Details
-
getResultType
public org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.types.Row> getResultType()- Overrides:
getResultTypein classorg.apache.flink.table.functions.TableFunction<org.apache.flink.types.Row>
-
open
- Overrides:
openin classorg.apache.flink.table.functions.UserDefinedFunction- Throws:
Exception
-
eval
-
close
- Overrides:
closein classorg.apache.flink.table.functions.UserDefinedFunction- Throws:
Exception
-