Common Content for Data Integration
- Common Content for Data Integration 10.5.5
- All Products
Complex Data Type
| Description
|
---|---|
array
| Contains an ordered collection of elements. All elements in the array must be of the same data type. The elements can be of primitive or complex data type.
|
map
| Contains an unordered collection of key-value pairs. The key part must be of primitive data type. The value part can be of primitive or complex data type.
|
struct
| Contains a collection of elements of different data types. The elements can be of primitive or complex data types.
|