Package | Description |
---|---|
org.apache.drill.exec.expr.annotations | |
org.apache.drill.exec.expr.fn | |
org.apache.drill.exec.resolver |
Modifier and Type | Method and Description |
---|---|
static FunctionTemplate.NullHandling |
FunctionTemplate.NullHandling.valueOf(String name)
Returns 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.
|
Modifier and Type | Method and Description |
---|---|
FunctionTemplate.NullHandling |
DrillFuncHolder.getNullHandling() |
FunctionTemplate.NullHandling |
FunctionAttributes.getNullHandling() |
Modifier and Type | Method and Description |
---|---|
static boolean |
TypeCastRules.isCastableWithNullHandling(TypeProtos.MajorType from,
TypeProtos.MajorType to,
FunctionTemplate.NullHandling nullHandling) |
Copyright © 2018 The Apache Software Foundation. All rights reserved.