Class HelpOperationParseStrategy
- java.lang.Object
-
- org.apache.flink.table.planner.parse.AbstractRegexParseStrategy
-
- org.apache.flink.table.planner.parse.HelpOperationParseStrategy
-
- All Implemented Interfaces:
ExtendedParseStrategy
public class HelpOperationParseStrategy extends AbstractRegexParseStrategy
Strategy to parse statement toHelpOperation
.
-
-
Field Summary
-
Fields inherited from class org.apache.flink.table.planner.parse.AbstractRegexParseStrategy
DEFAULT_PATTERN_FLAGS, pattern
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Operation
convert(String statement)
Convert the input statement to theOperation
.String[]
getHints()
Return hints for the given statement.-
Methods inherited from class org.apache.flink.table.planner.parse.AbstractRegexParseStrategy
match
-
-
-
-
Method Detail
-
convert
public Operation convert(String statement)
Description copied from interface:ExtendedParseStrategy
Convert the input statement to theOperation
.
-
getHints
public String[] getHints()
Description copied from interface:ExtendedParseStrategy
Return hints for the given statement.
-
-