| 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 |
|---|---|
protected void |
DrillComplexWriterFuncHolder.checkNullHandling(FunctionTemplate.NullHandling nullHandling) |
protected void |
DrillFuncHolder.checkNullHandling(FunctionTemplate.NullHandling nullHandling)
Check if function type supports provided null handling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
TypeCastRules.isCastableWithNullHandling(TypeProtos.MajorType argumentType,
TypeProtos.MajorType paramType,
FunctionTemplate.NullHandling nullHandling) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.