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 |
---|---|
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.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.