Class QuitOperationParseStrategy

java.lang.Object
org.apache.flink.table.planner.parse.AbstractRegexParseStrategy
org.apache.flink.table.planner.parse.QuitOperationParseStrategy
All Implemented Interfaces:
ExtendedParseStrategy

public class QuitOperationParseStrategy extends AbstractRegexParseStrategy
Operation to parse statement to QuitOperation.
  • Method Details

    • convert

      public org.apache.flink.table.operations.Operation convert(String statement)
      Description copied from interface: ExtendedParseStrategy
      Convert the input statement to the Operation.
    • getHints

      public String[] getHints()
      Description copied from interface: ExtendedParseStrategy
      Return hints for the given statement.