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