You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to be able to succeed the ANTLR4 parser used in the Atroposs DMA Module, the parser must be able to understand DDL. This is the first of many issues marking the way to replacing said parser.
Goal
A basic CREATE TABLE statement shall produce an appropriate AST.
In order to be able to succeed the ANTLR4 parser used in the Atroposs DMA Module, the parser must be able to understand DDL. This is the first of many issues marking the way to replacing said parser.
Goal
A basic
CREATE TABLE
statement shall produce an appropriate AST.For reference, see the Oracle documentation.
Examples
How to demo
Appropriate tests are created showcasing the resulting AST and AST accessors to iterate and inspect the table properties.
Non-goals
The text was updated successfully, but these errors were encountered: