Class 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
      • Methods inherited from interface org.apache.flink.table.functions.FunctionDefinition

        getRequirements, isDeterministic, supportsConstantFolding
    • Constructor Detail

      • SavepointMetadataTableFunction

        public SavepointMetadataTableFunction​(org.apache.flink.table.functions.SpecializedFunction.SpecializedContext context)
    • Method Detail

      • eval

        public void eval​(String savepointPath)