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