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