@Deprecated public abstract class GeneralFunction extends Function implements GsonObject
| Modifier and Type | Class and Description |
|---|---|
static class |
GeneralFunction.Type
Deprecated.
|
definedParams, NoArgs| Constructor and Description |
|---|
GeneralFunction(Column[] definedArgs)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Datum |
eval(Tuple params)
Deprecated.
|
CatalogProtos.FunctionType |
getFunctionType()
Deprecated.
|
void |
init(OverridableConf queryContext,
FunctionEval.ParamType[] paramTypes)
Deprecated.
This method gives hints to an actual function instance.
|
String |
toJson()
Deprecated.
|
public GeneralFunction(Column[] definedArgs)
public void init(OverridableConf queryContext, FunctionEval.ParamType[] paramTypes)
public String toJson()
toJson in interface GsonObjecttoJson in class Functionpublic CatalogProtos.FunctionType getFunctionType()
getFunctionType in class FunctionCopyright © 2015 Apache Software Foundation. All Rights Reserved.