Class FunctionHolder

java.lang.Object
org.apache.drill.exec.expr.fn.registry.FunctionHolder

public class FunctionHolder extends Object
Holder class that contains:
  1. function name
  2. function signature which is string representation of function name and its input parameters
  3. DrillFuncHolder associated with the function