Details
-
Sub-task
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.13.0
Description
The ParseStrategyParser is responsible to convert statement to Operation by StatementParseStrategy.
In this JIRA, we also move the getCompletionHints from the planner to parser. The reason why we do this as follow:
- parser is the one to convert the input statement to operation.
- If we want to get completion hints about command from the planner, planner needs to also maintain a collection of the StatementParseStrategy. We think the responsiblity should belong to the parser rather than planner.
Attachments
Issue Links
- links to