Package | Description |
---|---|
org.apache.flink.table.functions | |
org.apache.flink.table.sources |
Modifier and Type | Class and Description |
---|---|
class |
TemporalTableFunction
Class representing temporal table function over some history table.
|
Modifier and Type | Method and Description |
---|---|
TableFunction<?> |
TableFunctionDefinition.getTableFunction() |
Constructor and Description |
---|
TableFunctionDefinition(String name,
TableFunction<?> tableFunction,
org.apache.flink.api.common.typeinfo.TypeInformation<?> resultType) |
Modifier and Type | Method and Description |
---|---|
TableFunction<T> |
LookupableTableSource.getLookupFunction(String[] lookupKeys)
Gets the
TableFunction which supports lookup one key at a time. |
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.