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 | Field and Description |
---|---|
protected FunctionTemplate.NullHandling |
DrillFuncHolder.nullHandling |
Modifier and Type | Method and Description |
---|---|
FunctionTemplate.NullHandling |
FunctionAttributes.getNullHandling() |
FunctionTemplate.NullHandling |
DrillFuncHolder.getNullHandling() |
Constructor and Description |
---|
FunctionAttributes(FunctionTemplate.FunctionScope scope,
FunctionTemplate.NullHandling nullHandling,
boolean isBinaryCommutative,
boolean isDeteministic,
String[] registeredNames,
DrillFuncHolder.ValueReference[] parameters,
DrillFuncHolder.ValueReference returnValue,
DrillFuncHolder.WorkspaceReference[] workspaceVars,
FunctionTemplate.FunctionCostCategory costCategory) |
Modifier and Type | Method and Description |
---|---|
static boolean |
TypeCastRules.isCastableWithNullHandling(TypeProtos.MajorType from,
TypeProtos.MajorType to,
FunctionTemplate.NullHandling nullHandling) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.