Package org.apache.flink.sql.parser.type
-
Class Summary Class Description ExtendedSqlCollectionTypeNameSpec A extended sql type name specification of collection type, different withSqlCollectionTypeNameSpec, we support NULL or NOT NULL suffix for the element type name(this syntax does not belong to standard SQL).ExtendedSqlRowTypeNameSpec A sql type name specification of ROW type.SqlMapTypeNameSpec Parse SQL MAP type, i.e.SqlRawTypeNameSpec Represents a raw type such asRAW('org.my.Class', 'sW3Djsds...').SqlTimestampLtzTypeNameSpec Represents type TIMESTAMP_LTZ(int) which is a synonym of type TIMESTAMP(int) WITH LOCAL TIME ZONE.