Class MutableFSTUtils
- java.lang.Object
-
- org.apache.pinot.segment.local.utils.nativefst.mutablefst.utils.MutableFSTUtils
-
public class MutableFSTUtils extends Object
-
-
Method Summary
Modifier and Type Method Description static booleanarcEquals(Object thisArcObj, Object thatArcObj)static booleanfstEquals(Object thisFstObj, Object thatFstObj)static longregexQueryNrHitsForRealTimeFST(String regex, MutableFST fst)Return number of matches for given regex for realtime FSTstatic booleanstateEquals(Object thisStateObj, Object thatStateObj)
-
-
-
Method Detail
-
regexQueryNrHitsForRealTimeFST
public static long regexQueryNrHitsForRealTimeFST(String regex, MutableFST fst)
Return number of matches for given regex for realtime FST
-
-