Package | Description |
---|---|
org.apache.tajo.common | |
org.apache.tajo.datum | |
org.apache.tajo.datum.exception |
Modifier and Type | Method and Description |
---|---|
TajoDataTypes.Type |
TajoDataTypes.DataTypeOrBuilder.getType()
required .Type type = 1; |
TajoDataTypes.Type |
TajoDataTypes.DataType.getType()
required .Type type = 1; |
TajoDataTypes.Type |
TajoDataTypes.DataType.Builder.getType()
required .Type type = 1; |
static TajoDataTypes.Type |
TajoDataTypes.Type.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TajoDataTypes.Type |
TajoDataTypes.Type.valueOf(int value) |
static TajoDataTypes.Type |
TajoDataTypes.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TajoDataTypes.Type[] |
TajoDataTypes.Type.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<TajoDataTypes.Type> |
TajoDataTypes.Type.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
TajoDataTypes.DataType.Builder |
TajoDataTypes.DataType.Builder.setType(TajoDataTypes.Type value)
required .Type type = 1; |
Modifier and Type | Method and Description |
---|---|
TajoDataTypes.Type |
Datum.type() |
Modifier and Type | Method and Description |
---|---|
static Class<? extends Datum> |
DatumFactory.getDatumClass(TajoDataTypes.Type type) |
Constructor and Description |
---|
Datum(TajoDataTypes.Type type) |
NumericDatum(TajoDataTypes.Type type) |
Constructor and Description |
---|
InvalidOperationException(TajoDataTypes.Type type) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.