Uses of Interface
org.apache.pinot.segment.local.utils.nativefst.mutablefst.MutableFST
-
-
Uses of MutableFST in org.apache.pinot.segment.local.utils.nativefst.mutablefst
Classes in org.apache.pinot.segment.local.utils.nativefst.mutablefst that implement MutableFST Modifier and Type Class Description classMutableFSTImplA mutable finite state transducer implementation that allows you to build mutable via the API. -
Uses of MutableFST in org.apache.pinot.segment.local.utils.nativefst.mutablefst.utils
Methods in org.apache.pinot.segment.local.utils.nativefst.mutablefst.utils with parameters of type MutableFST Modifier and Type Method Description static longMutableFSTUtils. regexQueryNrHitsForRealTimeFST(String regex, MutableFST fst)Return number of matches for given regex for realtime FST -
Uses of MutableFST in org.apache.pinot.segment.local.utils.nativefst.utils
Methods in org.apache.pinot.segment.local.utils.nativefst.utils with parameters of type MutableFST Modifier and Type Method Description static voidRealTimeRegexpMatcher. regexMatch(String regexQuery, MutableFST fst, org.roaringbitmap.IntConsumer dest)Constructors in org.apache.pinot.segment.local.utils.nativefst.utils with parameters of type MutableFST Constructor Description RealTimeRegexpMatcher(String regexQuery, MutableFST fst, org.roaringbitmap.IntConsumer dest)
-