public static enum CatalogProtos.StatType extends Enum<CatalogProtos.StatType> implements com.google.protobuf.ProtocolMessageEnum
StatType
Enum Constant and Description |
---|
COLUMN_NUM_NDV
COLUMN_NUM_NDV = 5; |
COLUMN_NUM_NULLS
COLUMN_NUM_NULLS = 6; |
TABLE_AVG_ROWS
TABLE_AVG_ROWS = 3; |
TABLE_NUM_BLOCKS
TABLE_NUM_BLOCKS = 1; |
TABLE_NUM_BYTES
TABLE_NUM_BYTES = 4; |
TABLE_NUM_PARTITIONS
TABLE_NUM_PARTITIONS = 2; |
TABLE_NUM_ROWS
TABLE_NUM_ROWS = 0; |
Modifier and Type | Field and Description |
---|---|
static int |
COLUMN_NUM_NDV_VALUE
COLUMN_NUM_NDV = 5; |
static int |
COLUMN_NUM_NULLS_VALUE
COLUMN_NUM_NULLS = 6; |
static int |
TABLE_AVG_ROWS_VALUE
TABLE_AVG_ROWS = 3; |
static int |
TABLE_NUM_BLOCKS_VALUE
TABLE_NUM_BLOCKS = 1; |
static int |
TABLE_NUM_BYTES_VALUE
TABLE_NUM_BYTES = 4; |
static int |
TABLE_NUM_PARTITIONS_VALUE
TABLE_NUM_PARTITIONS = 2; |
static int |
TABLE_NUM_ROWS_VALUE
TABLE_NUM_ROWS = 0; |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CatalogProtos.StatType> |
internalGetValueMap() |
static CatalogProtos.StatType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CatalogProtos.StatType |
valueOf(int value) |
static CatalogProtos.StatType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatalogProtos.StatType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatalogProtos.StatType TABLE_NUM_ROWS
TABLE_NUM_ROWS = 0;
public static final CatalogProtos.StatType TABLE_NUM_BLOCKS
TABLE_NUM_BLOCKS = 1;
public static final CatalogProtos.StatType TABLE_NUM_PARTITIONS
TABLE_NUM_PARTITIONS = 2;
public static final CatalogProtos.StatType TABLE_AVG_ROWS
TABLE_AVG_ROWS = 3;
public static final CatalogProtos.StatType TABLE_NUM_BYTES
TABLE_NUM_BYTES = 4;
public static final CatalogProtos.StatType COLUMN_NUM_NDV
COLUMN_NUM_NDV = 5;
public static final CatalogProtos.StatType COLUMN_NUM_NULLS
COLUMN_NUM_NULLS = 6;
public static final int TABLE_NUM_ROWS_VALUE
TABLE_NUM_ROWS = 0;
public static final int TABLE_NUM_BLOCKS_VALUE
TABLE_NUM_BLOCKS = 1;
public static final int TABLE_NUM_PARTITIONS_VALUE
TABLE_NUM_PARTITIONS = 2;
public static final int TABLE_AVG_ROWS_VALUE
TABLE_AVG_ROWS = 3;
public static final int TABLE_NUM_BYTES_VALUE
TABLE_NUM_BYTES = 4;
public static final int COLUMN_NUM_NDV_VALUE
COLUMN_NUM_NDV = 5;
public static final int COLUMN_NUM_NULLS_VALUE
COLUMN_NUM_NULLS = 6;
public static CatalogProtos.StatType[] values()
for (CatalogProtos.StatType c : CatalogProtos.StatType.values()) System.out.println(c);
public static CatalogProtos.StatType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static CatalogProtos.StatType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<CatalogProtos.StatType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CatalogProtos.StatType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.