Class HelpOperationParseStrategy
java.lang.Object
org.apache.flink.table.planner.parse.AbstractRegexParseStrategy
org.apache.flink.table.planner.parse.HelpOperationParseStrategy
- All Implemented Interfaces:
ExtendedParseStrategy
Strategy to parse statement to
HelpOperation.-
Field Summary
Fields inherited from class org.apache.flink.table.planner.parse.AbstractRegexParseStrategy
DEFAULT_PATTERN_FLAGS, pattern -
Method Summary
Methods inherited from class org.apache.flink.table.planner.parse.AbstractRegexParseStrategy
match
-
Method Details
-
convert
Description copied from interface:ExtendedParseStrategyConvert the input statement to theOperation. -
getHints
Description copied from interface:ExtendedParseStrategyReturn hints for the given statement.
-