Uses of Class
org.apache.pinot.spi.config.table.TimestampIndexGranularity
-
Packages that use TimestampIndexGranularity Package Description org.apache.pinot.spi.config.table org.apache.pinot.spi.utils -
-
Uses of TimestampIndexGranularity in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return TimestampIndexGranularity Modifier and Type Method Description static TimestampIndexGranularityTimestampIndexGranularity. valueOf(String name)Returns the enum constant of this type with the specified name.static TimestampIndexGranularity[]TimestampIndexGranularity. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.spi.config.table that return types with arguments of type TimestampIndexGranularity Modifier and Type Method Description List<TimestampIndexGranularity>TimestampConfig. getGranularities()Constructor parameters in org.apache.pinot.spi.config.table with type arguments of type TimestampIndexGranularity Constructor Description TimestampConfig(List<TimestampIndexGranularity> granularities) -
Uses of TimestampIndexGranularity in org.apache.pinot.spi.utils
Methods in org.apache.pinot.spi.utils with parameters of type TimestampIndexGranularity Modifier and Type Method Description static StringTimestampIndexUtils. getColumnWithGranularity(String timestampColumn, TimestampIndexGranularity granularity)Returns the column name with granularity, e.g.
-