Package org.apache.calcite.sql.babel
package org.apache.calcite.sql.babel
Parse tree for SQL extensions used by the Babel parser.
-
ClassDescriptionParse tree for
CREATE TABLE
statement, with extensions for particular SQL dialects supported by Babel.Enumerates the collection type of a table:MULTISET
allows duplicates andSET
does not.