Class SqlMapTypeNameSpec

java.lang.Object
org.apache.calcite.sql.SqlTypeNameSpec
org.apache.calcite.sql.SqlMapTypeNameSpec

public class SqlMapTypeNameSpec extends SqlTypeNameSpec
Parse SQL MAP type, i.e. MAP<INT NOT NULL, TIMESTAMP NULL>, the key and value can specify a suffix to indicate if the type is nullable, default is not null.

MAP type does not belong to standard SQL.