public abstract class Function<T extends Datum> extends Object implements Cloneable, GsonObject
Modifier and Type | Field and Description |
---|---|
protected Column[] |
definedParams |
static Column[] |
NoArgs |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
boolean |
equals(Object obj) |
abstract CatalogProtos.FunctionType |
getFunctionType() |
int |
hashCode() |
String |
toJson() |
protected Column[] definedParams
public static final Column[] NoArgs
public Function(Column[] definedArgs)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toJson()
toJson
in interface GsonObject
public abstract CatalogProtos.FunctionType getFunctionType()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.