Add support to Calcite's Babel parser for MULTISET/SET and VOLATILE modifiers in CREATE TABLE statements.
The syntax for these statements is:
CREATE TABLE [SET|MULTISET] [VOLATILE] <table_name> [IF NOT EXISTS] (<column_name> <data_type>, ...);
- links to