Class AbstractRegexParseStrategy
java.lang.Object
org.apache.flink.table.planner.parse.AbstractRegexParseStrategy
- All Implemented Interfaces:
ExtendedParseStrategy
- Direct Known Subclasses:
ClearOperationParseStrategy,HelpOperationParseStrategy,QuitOperationParseStrategy,ResetOperationParseStrategy,SetOperationParseStrategy
Strategy to parse statement to
Operation by regex.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.flink.table.planner.parse.ExtendedParseStrategy
convert, getHints
-
Field Details
-
DEFAULT_PATTERN_FLAGS
protected static final int DEFAULT_PATTERN_FLAGS- See Also:
-
pattern
-
-
Constructor Details
-
AbstractRegexParseStrategy
-
-
Method Details
-
match
Description copied from interface:ExtendedParseStrategyDetermine whether the input statement is satisfied the strategy.- Specified by:
matchin interfaceExtendedParseStrategy
-