| Class | Description |
|---|---|
| ExtendedSqlCollectionTypeNameSpec |
A 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). |
| ExtendedSqlRowTypeNameSpec |
A sql type name specification of ROW type.
|
| SqlMapTypeNameSpec |
Parse SQL MAP type, i.e.
|
| SqlRawTypeNameSpec |
Represents a raw type such as
RAW('org.my.Class', 'sW3Djsds...'). |
| SqlTimestampLtzTypeNameSpec |
Represents type TIMESTAMP_LTZ(int) which is a synonym of type TIMESTAMP(int) WITH LOCAL TIME
ZONE.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.