Package | Description |
---|---|
org.apache.drill.exec.expr.annotations | |
org.apache.drill.exec.expr.fn |
Modifier and Type | Method and Description |
---|---|
static FunctionTemplate.FunctionScope |
FunctionTemplate.FunctionScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionTemplate.FunctionScope[] |
FunctionTemplate.FunctionScope.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.FunctionScope |
DrillFuncHolder.scope |
Modifier and Type | Method and Description |
---|---|
FunctionTemplate.FunctionScope |
FunctionAttributes.getScope() |
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) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.