Package org.apache.calcite.sql.babel


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