Uses of Class
org.apache.pinot.segment.local.utils.nativefst.MatchResult
-
Packages that use MatchResult Package Description org.apache.pinot.segment.local.utils.nativefst -
-
Uses of MatchResult in org.apache.pinot.segment.local.utils.nativefst
Methods in org.apache.pinot.segment.local.utils.nativefst that return MatchResult Modifier and Type Method Description MatchResultFSTTraversal. match(byte[] sequence)MatchResultFSTTraversal. match(byte[] sequence, int node)MatchResultFSTTraversal. match(byte[] sequence, int start, int length, int node)Finds a matching path in the dictionary for a given sequence of labels fromsequenceand starting at nodenode.MatchResultFSTTraversal. match(MatchResult reuse, byte[] sequence, int start, int length, int node)Same asFSTTraversal.match(byte[], int, int, int), but allows passing a reusableMatchResultobject so that no intermediate garbage is produced.Methods in org.apache.pinot.segment.local.utils.nativefst with parameters of type MatchResult Modifier and Type Method Description MatchResultFSTTraversal. match(MatchResult reuse, byte[] sequence, int start, int length, int node)Same asFSTTraversal.match(byte[], int, int, int), but allows passing a reusableMatchResultobject so that no intermediate garbage is produced.
-