Class FunctionInfo
java.lang.Object
se.kuseman.payloadbuilder.api.catalog.FunctionInfo
- Direct Known Subclasses:
OperatorFunctionInfo,ScalarFunctionInfo,TableFunctionInfo
Base class for functions
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classArity definition for functionsstatic enumFunction type -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FunctionInfo
-
-
Method Details
-
getName
-
getDescription
Description of function. Used in show statement for a description of the function. -
getFunctionType
-
requiresNamedArguments
public boolean requiresNamedArguments()Returns true if all arguments should be named for this function else false. -
arity
Return this functions arity. -
toString
-
hashCode
public int hashCode() -
equals
-