Data Engineering Integration
- Data Engineering Integration 10.4.0
- All Products
ORC File Data Type
| Transformation Data Type
| Range and Description
|
---|---|---|
BigInt
| BigInt
| -9223372036854775808 to 9,223,372,036,854,775,807.
|
Boolean
| Integer
| TRUE (1) or FALSE (0).
|
Char
| String
| 1 to 104,857,600 characters.
|
Date
| Date/Time
| January 1, 0001 to December 31, 9999.
|
Double
| Double
| Precision of 15 digits.
|
Float
| Double
| Precision of 15 digits.
|
Integer
| Integer
| -2,147,483,648 to 2,147,483,647.
|
SmallInt
| Integer
| -32,768 to 32,767.
|
String
| String
| 1 to 104,857,600 characters.
|
Timestamp
| Date/Time
| January 1, 0001 00:00:00 to December 31, 9999 23:59:59.997.
Precision to microsecond.
|
TinyInt
| Integer
| -128 to 127.
|
Varchar
| String
| 1 to 104,857,600 characters.
|