Package | Description |
---|---|
org.apache.tajo.catalog.partition | |
org.apache.tajo.catalog.proto |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.PartitionType |
PartitionMethodDesc.getPartitionType() |
Modifier and Type | Method and Description |
---|---|
void |
PartitionMethodDesc.setPartitionType(CatalogProtos.PartitionType partitionsType) |
Constructor and Description |
---|
PartitionMethodDesc(String databaseName,
String tableName,
CatalogProtos.PartitionType partitionType,
String expression,
Schema expressionSchema) |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.PartitionType |
CatalogProtos.PartitionMethodProtoOrBuilder.getPartitionType()
required .PartitionType partitionType = 2; |
CatalogProtos.PartitionType |
CatalogProtos.PartitionMethodProto.getPartitionType()
required .PartitionType partitionType = 2; |
CatalogProtos.PartitionType |
CatalogProtos.PartitionMethodProto.Builder.getPartitionType()
required .PartitionType partitionType = 2; |
static CatalogProtos.PartitionType |
CatalogProtos.PartitionType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogProtos.PartitionType |
CatalogProtos.PartitionType.valueOf(int value) |
static CatalogProtos.PartitionType |
CatalogProtos.PartitionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogProtos.PartitionType[] |
CatalogProtos.PartitionType.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.PartitionType> |
CatalogProtos.PartitionType.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.PartitionMethodProto.Builder |
CatalogProtos.PartitionMethodProto.Builder.setPartitionType(CatalogProtos.PartitionType value)
required .PartitionType partitionType = 2; |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.