| Interface | Description |
|---|---|
| ExtendedParseStrategy |
Strategy to parse statement to
Operation. |
| Class | Description |
|---|---|
| AbstractRegexParseStrategy |
Strategy to parse statement to
Operation by regex. |
| CalciteParser |
Thin wrapper around
SqlParser that does exception conversion and SqlNode casting. |
| ClearOperationParseStrategy |
Strategy to parse statement to
ClearOperation. |
| ExtendedParser |
ExtendedParser is used for parsing some special command which can't supported by CalciteParser, e.g. |
| HelpOperationParseStrategy |
Strategy to parse statement to
HelpOperation. |
| QuitOperationParseStrategy |
Operation to parse statement to
QuitOperation. |
| ResetOperationParseStrategy |
Strategy to parse statement to
ResetOperation. |
| SetOperationParseStrategy |
Strategy to parse statement to
SetOperation. |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.