Package org.apache.pinot.segment.spi
Class V1Constants.MetadataKeys.Column
- java.lang.Object
-
- org.apache.pinot.segment.spi.V1Constants.MetadataKeys.Column
-
- Enclosing class:
- V1Constants.MetadataKeys
public static class V1Constants.MetadataKeys.Column extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringBITS_PER_ELEMENTstatic StringCARDINALITYstatic StringCOLUMN_PROPS_KEY_PREFIXstatic StringCOLUMN_TYPEstatic StringDATA_TYPEstatic StringDATETIME_FORMATstatic StringDATETIME_GRANULARITYstatic StringDEFAULT_NULL_VALUEstatic StringDICTIONARY_ELEMENT_SIZEstatic StringHAS_DICTIONARYstatic StringIS_AUTO_GENERATEDstatic StringIS_SINGLE_VALUEDstatic StringIS_SORTEDstatic StringMAX_MULTI_VALUE_ELEMENTSstatic StringMAX_VALUEstatic StringMIN_MAX_VALUE_INVALIDstatic StringMIN_VALUEstatic StringNUM_PARTITIONSstatic StringPARTITION_FUNCTIONstatic StringPARTITION_FUNCTION_CONFIGstatic StringPARTITION_VALUESstatic StringTOTAL_DOCSstatic StringTOTAL_NUMBER_OF_ENTRIES
-
Constructor Summary
Constructors Constructor Description Column()
-
-
-
Field Detail
-
CARDINALITY
public static final String CARDINALITY
- See Also:
- Constant Field Values
-
TOTAL_DOCS
public static final String TOTAL_DOCS
- See Also:
- Constant Field Values
-
DATA_TYPE
public static final String DATA_TYPE
- See Also:
- Constant Field Values
-
BITS_PER_ELEMENT
public static final String BITS_PER_ELEMENT
- See Also:
- Constant Field Values
-
DICTIONARY_ELEMENT_SIZE
public static final String DICTIONARY_ELEMENT_SIZE
- See Also:
- Constant Field Values
-
COLUMN_TYPE
public static final String COLUMN_TYPE
- See Also:
- Constant Field Values
-
IS_SORTED
public static final String IS_SORTED
- See Also:
- Constant Field Values
-
HAS_DICTIONARY
public static final String HAS_DICTIONARY
- See Also:
- Constant Field Values
-
IS_SINGLE_VALUED
public static final String IS_SINGLE_VALUED
- See Also:
- Constant Field Values
-
MAX_MULTI_VALUE_ELEMENTS
public static final String MAX_MULTI_VALUE_ELEMENTS
- See Also:
- Constant Field Values
-
TOTAL_NUMBER_OF_ENTRIES
public static final String TOTAL_NUMBER_OF_ENTRIES
- See Also:
- Constant Field Values
-
IS_AUTO_GENERATED
public static final String IS_AUTO_GENERATED
- See Also:
- Constant Field Values
-
DEFAULT_NULL_VALUE
public static final String DEFAULT_NULL_VALUE
- See Also:
- Constant Field Values
-
MIN_VALUE
public static final String MIN_VALUE
- See Also:
- Constant Field Values
-
MAX_VALUE
public static final String MAX_VALUE
- See Also:
- Constant Field Values
-
MIN_MAX_VALUE_INVALID
public static final String MIN_MAX_VALUE_INVALID
- See Also:
- Constant Field Values
-
PARTITION_FUNCTION
public static final String PARTITION_FUNCTION
- See Also:
- Constant Field Values
-
PARTITION_FUNCTION_CONFIG
public static final String PARTITION_FUNCTION_CONFIG
- See Also:
- Constant Field Values
-
NUM_PARTITIONS
public static final String NUM_PARTITIONS
- See Also:
- Constant Field Values
-
PARTITION_VALUES
public static final String PARTITION_VALUES
- See Also:
- Constant Field Values
-
DATETIME_FORMAT
public static final String DATETIME_FORMAT
- See Also:
- Constant Field Values
-
DATETIME_GRANULARITY
public static final String DATETIME_GRANULARITY
- See Also:
- Constant Field Values
-
COLUMN_PROPS_KEY_PREFIX
public static final String COLUMN_PROPS_KEY_PREFIX
- See Also:
- Constant Field Values
-
-