Uses of Class
org.apache.drill.exec.expr.fn.HiveFuncHolder
Package
Description
Drill expression materialization and evaluation facilities.
-
Uses of HiveFuncHolder in org.apache.drill.exec.expr
ModifierConstructorDescriptionHiveFuncHolderExpr
(String nameUsed, HiveFuncHolder holder, List<LogicalExpression> args, ExpressionPosition pos) -
Uses of HiveFuncHolder in org.apache.drill.exec.expr.fn
Modifier and TypeMethodDescriptionHiveFunctionRegistry.getFunction
(FunctionCall call) Find the UDF class for given function name and check if it accepts the given input argument types.