Uses of Enum
org.apache.drill.exec.expr.annotations.FunctionTemplate.NullHandling
Package
Description
-
Uses of FunctionTemplate.NullHandling in org.apache.drill.exec.expr.annotations
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static FunctionTemplate.NullHandling[]
FunctionTemplate.NullHandling.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FunctionTemplate.NullHandling in org.apache.drill.exec.expr.fn
Modifier and TypeMethodDescriptionDrillFuncHolder.getNullHandling()
FunctionAttributes.getNullHandling()
Modifier and TypeMethodDescriptionprotected void
DrillComplexWriterFuncHolder.checkNullHandling
(FunctionTemplate.NullHandling nullHandling) protected void
DrillFuncHolder.checkNullHandling
(FunctionTemplate.NullHandling nullHandling) Check if function type supports provided null handling strategy. -
Uses of FunctionTemplate.NullHandling in org.apache.drill.exec.resolver
Modifier and TypeMethodDescriptionstatic boolean
TypeCastRules.isCastableWithNullHandling
(TypeProtos.MajorType argumentType, TypeProtos.MajorType paramType, FunctionTemplate.NullHandling nullHandling)