Uses of Class
org.apache.pinot.segment.local.utils.nativefst.FSTFlags
-
Packages that use FSTFlags Package Description org.apache.pinot.segment.local.utils.nativefst org.apache.pinot.segment.local.utils.nativefst.builder -
-
Uses of FSTFlags in org.apache.pinot.segment.local.utils.nativefst
Methods in org.apache.pinot.segment.local.utils.nativefst that return FSTFlags Modifier and Type Method Description static FSTFlagsFSTFlags. valueOf(String name)Returns the enum constant of this type with the specified name.static FSTFlags[]FSTFlags. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FSTFlags in org.apache.pinot.segment.local.utils.nativefst.builder
-