public interface ExtendedParseStrategy
Operation. parsing some special command which can't
supported by CalciteParser, e.g. SET key=value may contain special characters in
key and value.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.table.operations.Operation |
convert(String statement)
Convert the input statement to the
Operation. |
String[] |
getHints()
Return hints for the given statement.
|
boolean |
match(String statement)
Determine whether the input statement is satisfied the strategy.
|
boolean match(String statement)
org.apache.flink.table.operations.Operation convert(String statement)
Operation.String[] getHints()
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.