Uses of Enum
org.apache.drill.exec.expr.annotations.FunctionTemplate.NullHandling
Packages that use FunctionTemplate.NullHandling
Package
Description
-
Uses of FunctionTemplate.NullHandling in org.apache.drill.exec.expr.annotations
Methods in org.apache.drill.exec.expr.annotations that return FunctionTemplate.NullHandlingModifier 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
Methods in org.apache.drill.exec.expr.fn that return FunctionTemplate.NullHandlingModifier and TypeMethodDescriptionDrillFuncHolder.getNullHandling()FunctionAttributes.getNullHandling()Methods in org.apache.drill.exec.expr.fn with parameters of type FunctionTemplate.NullHandlingModifier and TypeMethodDescriptionprotected voidDrillComplexWriterFuncHolder.checkNullHandling(FunctionTemplate.NullHandling nullHandling) protected voidDrillFuncHolder.checkNullHandling(FunctionTemplate.NullHandling nullHandling) Check if function type supports provided null handling strategy. -
Uses of FunctionTemplate.NullHandling in org.apache.drill.exec.resolver
Methods in org.apache.drill.exec.resolver with parameters of type FunctionTemplate.NullHandlingModifier and TypeMethodDescriptionstatic booleanTypeCastRules.isCastableWithNullHandling(TypeProtos.MajorType argumentType, TypeProtos.MajorType paramType, FunctionTemplate.NullHandling nullHandling)