Uses of Class
org.apache.pinot.segment.spi.creator.SegmentGeneratorConfig.TimeColumnType
-
Packages that use SegmentGeneratorConfig.TimeColumnType Package Description org.apache.pinot.segment.spi.creator -
-
Uses of SegmentGeneratorConfig.TimeColumnType in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return SegmentGeneratorConfig.TimeColumnType Modifier and Type Method Description SegmentGeneratorConfig.TimeColumnTypeSegmentGeneratorConfig. getTimeColumnType()static SegmentGeneratorConfig.TimeColumnTypeSegmentGeneratorConfig.TimeColumnType. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentGeneratorConfig.TimeColumnType[]SegmentGeneratorConfig.TimeColumnType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-