Uses of Class
org.apache.pinot.spi.config.table.FSTType
-
Packages that use FSTType Package Description org.apache.pinot.spi.config.table -
-
Uses of FSTType in org.apache.pinot.spi.config.table
Methods in org.apache.pinot.spi.config.table that return FSTType Modifier and Type Method Description FSTTypeIndexingConfig. getFSTIndexType()static FSTTypeFSTType. valueOf(String name)Returns the enum constant of this type with the specified name.static FSTType[]FSTType. 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 with parameters of type FSTType Modifier and Type Method Description voidIndexingConfig. setFSTIndexType(FSTType fstType)
-