Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.json |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionDesc.newInstance() |
Modifier and Type | Method and Description |
---|---|
Class<? extends Function> |
FunctionDesc.getFuncClass() |
Constructor and Description |
---|
FunctionDesc(String signature,
Class<? extends Function> clazz,
CatalogProtos.FunctionType funcType,
TajoDataTypes.DataType retType,
TajoDataTypes.DataType[] params) |
Modifier and Type | Method and Description |
---|---|
Function |
FunctionAdapter.deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
Modifier and Type | Method and Description |
---|---|
com.google.gson.JsonElement |
FunctionAdapter.serialize(Function src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.