| Package | Description |
|---|---|
| org.apache.tajo.plan.expr | |
| org.apache.tajo.plan.function |
| Modifier and Type | Method and Description |
|---|---|
FunctionEval.ParamType[] |
FunctionEval.getParamType() |
static FunctionEval.ParamType |
FunctionEval.ParamType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FunctionEval.ParamType[] |
FunctionEval.ParamType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GeneralFunction.init(OverridableConf queryContext,
FunctionEval.ParamType[] paramTypes)
Deprecated.
This method gives hints to an actual function instance.
|
Copyright © 2015 Apache Software Foundation. All Rights Reserved.