public class Automaton extends Object
It is used to implement the Match
relational expression (for the MATCH_RECOGNIZE clause in SQL).
Pattern,
AutomatonBuilder,
DeterministicAutomaton| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<org.apache.calcite.runtime.Automaton.EpsilonTransition> |
getEpsilonTransitions() |
com.google.common.collect.ImmutableList<org.apache.calcite.runtime.Automaton.SymbolTransition> |
getTransitions() |
Copyright © 2012-2022 Apache Software Foundation. All Rights Reserved.