Package org.apache.flink.state.table
Class SavepointMetadataTableFunction
- java.lang.Object
-
- org.apache.flink.table.functions.UserDefinedFunction
-
- org.apache.flink.table.functions.TableFunction<org.apache.flink.types.Row>
-
- org.apache.flink.state.table.SavepointMetadataTableFunction
-
- All Implemented Interfaces:
Serializable
,org.apache.flink.table.functions.FunctionDefinition
@Internal public class SavepointMetadataTableFunction extends org.apache.flink.table.functions.TableFunction<org.apache.flink.types.Row>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SavepointMetadataTableFunction(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
eval(String savepointPath)
-
Methods inherited from class org.apache.flink.table.functions.TableFunction
collect, finish, getKind, getParameterTypes, getResultType, getTypeInference, setCollector
-
Methods inherited from class org.apache.flink.table.functions.UserDefinedFunction
close, functionIdentifier, open, toString
-
-
-
-
Method Detail
-
eval
public void eval(String savepointPath)
-
-