Class ResetOperationParseStrategy

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

public class ResetOperationParseStrategy extends AbstractRegexParseStrategy
Strategy to parse statement to ResetOperation.
  • 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.