Class FunctionInfo


  • @PublicEvolving
    public class FunctionInfo
    extends Object
    Info to describe the function. It is not equivalent to the FunctionDefinition that needs to load the implementation, which may require to download the jar from the remote to the local machine and load the classes. Comparing to the FunctionDefinition, the FunctionInfo return the available information in the current state, which is much lighter.