Uses of Class
org.apache.pinot.segment.local.utils.nativefst.FSTHeader
-
Packages that use FSTHeader Package Description org.apache.pinot.segment.local.utils.nativefst -
-
Uses of FSTHeader in org.apache.pinot.segment.local.utils.nativefst
Methods in org.apache.pinot.segment.local.utils.nativefst that return FSTHeader Modifier and Type Method Description static FSTHeaderFSTHeader. read(InputStream in)Read FST header and version from a stream, consuming read bytes.
-