Data Engineering Integration
- Data Engineering Integration 10.2.2
- All Products
Avro
| Transformation
| Description
|
---|---|---|
Array
| Array
| Unlimited number of characters.
|
Boolean
| Integer
| -2,147,483,648 to 2,147,483,647
Precision of 10, scale of 0
|
Bytes
| Binary
| 1 to 104,857,600 bytes
|
Double
| Double
| Precision of 15 digits
|
Fixed
| Binary
| 1 to 104,857,600 bytes
|
Float
| Double
| Precision of 15 digits
|
Int
| Integer
| -2,147,483,648 to 2,147,483,647
Precision of 10, scale of 0
|
Long
| Bigint
| -9,223,372,036,854,775,808 to 9,223,372,036,854,775,807
Precision of 19, scale of 0
|
Map
| Map
| Unlimited number of characters.
|
Record
| Struct
| Unlimited number of characters.
|
String
| String
| 1 to 104,857,600 characters
|
Union
| Corresponding data type in a union of ["primitive_type|complex_type", "null"] or ["null", "primitive_type|complex_type"].
| Dependent on primitive or complex data type.
|