Class RealTimeRegexpMatcher.Path
- java.lang.Object
-
- org.apache.pinot.segment.local.utils.nativefst.utils.RealTimeRegexpMatcher.Path
-
- Enclosing class:
- RealTimeRegexpMatcher
public final class RealTimeRegexpMatcher.Path extends Object
Represents a path in the FST traversal directed by the automaton
-
-
Field Summary
Fields Modifier and Type Field Description MutableArc_fstArcMutableState_nodeList<Character>_pathStateState_state
-
Constructor Summary
Constructors Constructor Description Path(State state, MutableState node, MutableArc fstArc, List<Character> pathState)
-
-
-
Field Detail
-
_state
public final State _state
-
_node
public final MutableState _node
-
_fstArc
public final MutableArc _fstArc
-
-
Constructor Detail
-
Path
public Path(State state, MutableState node, MutableArc fstArc, List<Character> pathState)
-
-