Class DrillSimpleFuncHolder

All Implemented Interfaces:
FuncHolder
Direct Known Subclasses:
DrillComplexWriterFuncHolder

public class DrillSimpleFuncHolder extends DrillFuncHolder
Definition of a Drill function defined using the @FunctionTemplate annotation of the class which implements the function. Simple functions have input parameters as defined by member variables annotated with the @Param annotation.