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 TABLEstatement, with extensions for particular SQL dialects supported by Babel.Enumerates the collection type of a table:MULTISETallows duplicates andSETdoes not.