Uses of Class
org.apache.pinot.spi.config.table.TimestampConfig
-
Packages that use TimestampConfig Package Description org.apache.pinot.spi.config.table -
-
Uses of TimestampConfig in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return TimestampConfig Modifier and Type Method Description TimestampConfigFieldConfig. getTimestampConfig()Constructors in org.apache.pinot.spi.config.table with parameters of type TimestampConfig Constructor Description FieldConfig(String name, FieldConfig.EncodingType encodingType, FieldConfig.IndexType indexType, List<FieldConfig.IndexType> indexTypes, FieldConfig.CompressionCodec compressionCodec, TimestampConfig timestampConfig, Map<String,String> properties)
-