Package org.apache.pinot.segment.spi
Class V1Constants.MetadataKeys.Segment
- java.lang.Object
-
- org.apache.pinot.segment.spi.V1Constants.MetadataKeys.Segment
-
- Enclosing class:
- V1Constants.MetadataKeys
public static class V1Constants.MetadataKeys.Segment extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classV1Constants.MetadataKeys.Segment.Realtime
-
Field Summary
Fields Modifier and Type Field Description static StringCUSTOM_SUBSETstatic StringDATETIME_COLUMNSstatic StringDIMENSIONSstatic StringMETRICSstatic StringSEGMENT_CREATOR_VERSIONstatic StringSEGMENT_END_TIMEstatic StringSEGMENT_NAMEstatic StringSEGMENT_PADDING_CHARACTERstatic StringSEGMENT_START_TIMEstatic StringSEGMENT_TOTAL_DOCSstatic StringSEGMENT_VERSIONstatic StringTABLE_NAMEstatic StringTIME_COLUMN_NAMEThe primary time column for the table.static StringTIME_UNIT
-
Constructor Summary
Constructors Constructor Description Segment()
-
-
-
Field Detail
-
SEGMENT_CREATOR_VERSION
public static final String SEGMENT_CREATOR_VERSION
- See Also:
- Constant Field Values
-
SEGMENT_NAME
public static final String SEGMENT_NAME
- See Also:
- Constant Field Values
-
SEGMENT_VERSION
public static final String SEGMENT_VERSION
- See Also:
- Constant Field Values
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
DIMENSIONS
public static final String DIMENSIONS
- See Also:
- Constant Field Values
-
METRICS
public static final String METRICS
- See Also:
- Constant Field Values
-
TIME_COLUMN_NAME
public static final String TIME_COLUMN_NAME
The primary time column for the table. This will match the timeColumnName defined in the tableConfig. In the Pinot schema, this column can be defined as either a TimeFieldSpec (which is deprecated) or DateTimeFieldSpec- See Also:
- Constant Field Values
-
TIME_UNIT
public static final String TIME_UNIT
- See Also:
- Constant Field Values
-
SEGMENT_START_TIME
public static final String SEGMENT_START_TIME
- See Also:
- Constant Field Values
-
SEGMENT_END_TIME
public static final String SEGMENT_END_TIME
- See Also:
- Constant Field Values
-
DATETIME_COLUMNS
public static final String DATETIME_COLUMNS
- See Also:
- Constant Field Values
-
SEGMENT_TOTAL_DOCS
public static final String SEGMENT_TOTAL_DOCS
- See Also:
- Constant Field Values
-
SEGMENT_PADDING_CHARACTER
public static final String SEGMENT_PADDING_CHARACTER
- See Also:
- Constant Field Values
-
CUSTOM_SUBSET
public static final String CUSTOM_SUBSET
- See Also:
- Constant Field Values
-
-