Package | Description |
---|---|
org.apache.tajo.catalog | |
org.apache.tajo.catalog.proto |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.IndexMethod |
IndexDesc.getIndexMethod() |
Constructor and Description |
---|
IndexDesc(String idxName,
String databaseName,
String tableName,
Column column,
CatalogProtos.IndexMethod type,
boolean isUnique,
boolean isClustered,
boolean isAscending) |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.IndexMethod |
CatalogProtos.IndexDescProtoOrBuilder.getIndexMethod()
required .IndexMethod indexMethod = 4; |
CatalogProtos.IndexMethod |
CatalogProtos.IndexDescProto.getIndexMethod()
required .IndexMethod indexMethod = 4; |
CatalogProtos.IndexMethod |
CatalogProtos.IndexDescProto.Builder.getIndexMethod()
required .IndexMethod indexMethod = 4; |
static CatalogProtos.IndexMethod |
CatalogProtos.IndexMethod.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogProtos.IndexMethod |
CatalogProtos.IndexMethod.valueOf(int value) |
static CatalogProtos.IndexMethod |
CatalogProtos.IndexMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogProtos.IndexMethod[] |
CatalogProtos.IndexMethod.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.IndexMethod> |
CatalogProtos.IndexMethod.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
CatalogProtos.IndexDescProto.Builder |
CatalogProtos.IndexDescProto.Builder.setIndexMethod(CatalogProtos.IndexMethod value)
required .IndexMethod indexMethod = 4; |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.