Package org.apache.flink.table.functions
Class TemporalTableFunction
java.lang.Object
org.apache.flink.table.functions.UserDefinedFunction
org.apache.flink.table.functions.TableFunction<org.apache.flink.types.Row>
org.apache.flink.table.functions.TemporalTableFunction
- All Implemented Interfaces:
Serializable,FunctionDefinition
@PublicEvolving
public abstract class TemporalTableFunction
extends TableFunction<org.apache.flink.types.Row>
Class representing temporal table function over some history table. A
TemporalTableFunction is also an instance of TableFunction.
Currently TemporalTableFunctions are only supported in streaming.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.flink.table.functions.TableFunction
collect, finish, getKind, getParameterTypes, getResultType, getTypeInference, setCollectorMethods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, 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
-
Constructor Details
-
TemporalTableFunction
public TemporalTableFunction()
-