Interface ExtendedParseStrategy
- All Known Implementing Classes:
AbstractRegexParseStrategy,ClearOperationParseStrategy,HelpOperationParseStrategy,QuitOperationParseStrategy,ResetOperationParseStrategy,SetOperationParseStrategy
public interface ExtendedParseStrategy
Strategy to parse statement to
Operation. parsing some special command which can't
supported by CalciteParser, e.g. SET key=value may contain special characters in
key and value.-
Method Details
-
match
Determine whether the input statement is satisfied the strategy. -
convert
Convert the input statement to theOperation. -
getHints
String[] getHints()Return hints for the given statement.
-