Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.function | |
org.apache.tajo.catalog.proto |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.FunctionType |
FunctionDesc.getFuncType() |
Constructor and Description |
---|
FunctionDesc(String signature,
Class<? extends Function> clazz,
CatalogProtos.FunctionType funcType,
TajoDataTypes.DataType retType,
TajoDataTypes.DataType[] params) |
FunctionDesc(String signature,
String className,
CatalogProtos.FunctionType type,
TajoDataTypes.DataType retType,
TajoDataTypes.DataType... argTypes) |
Modifier and Type | Method and Description |
---|---|
abstract CatalogProtos.FunctionType |
Function.getFunctionType() |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.FunctionType |
CatalogProtos.GetFunctionMetaRequestOrBuilder.getFunctionType()
optional .FunctionType functionType = 2; |
CatalogProtos.FunctionType |
CatalogProtos.GetFunctionMetaRequest.getFunctionType()
optional .FunctionType functionType = 2; |
CatalogProtos.FunctionType |
CatalogProtos.GetFunctionMetaRequest.Builder.getFunctionType()
optional .FunctionType functionType = 2; |
CatalogProtos.FunctionType |
CatalogProtos.ContainFunctionRequestOrBuilder.getFunctionType()
optional .FunctionType functionType = 2; |
CatalogProtos.FunctionType |
CatalogProtos.ContainFunctionRequest.getFunctionType()
optional .FunctionType functionType = 2; |
CatalogProtos.FunctionType |
CatalogProtos.ContainFunctionRequest.Builder.getFunctionType()
optional .FunctionType functionType = 2; |
CatalogProtos.FunctionType |
CatalogProtos.FunctionDescProtoOrBuilder.getType()
required .FunctionType type = 3; |
CatalogProtos.FunctionType |
CatalogProtos.FunctionDescProto.getType()
required .FunctionType type = 3; |
CatalogProtos.FunctionType |
CatalogProtos.FunctionDescProto.Builder.getType()
required .FunctionType type = 3; |
static CatalogProtos.FunctionType |
CatalogProtos.FunctionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogProtos.FunctionType |
CatalogProtos.FunctionType.valueOf(int value) |
static CatalogProtos.FunctionType |
CatalogProtos.FunctionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogProtos.FunctionType[] |
CatalogProtos.FunctionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<CatalogProtos.FunctionType> |
CatalogProtos.FunctionType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.GetFunctionMetaRequest.Builder |
CatalogProtos.GetFunctionMetaRequest.Builder.setFunctionType(CatalogProtos.FunctionType value)
optional .FunctionType functionType = 2; |
CatalogProtos.ContainFunctionRequest.Builder |
CatalogProtos.ContainFunctionRequest.Builder.setFunctionType(CatalogProtos.FunctionType value)
optional .FunctionType functionType = 2; |
CatalogProtos.FunctionDescProto.Builder |
CatalogProtos.FunctionDescProto.Builder.setType(CatalogProtos.FunctionType value)
required .FunctionType type = 3; |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.