Data Integration Connectors
- Data Integration Connectors
- All Products
Amazon Redshift Data Type
| Transformation Data Type
| Description
|
---|---|---|
Bigint
| Bigint
| Signed eight-byte integer.
|
Boolean
| Small Integer
| Logical Boolean (true/false).
|
Char
| String
| Fixed-length character string.
|
Date
| Timestamp
| Calendar date (year, month, day).
|
Decimal
| Decimal
| Exact numeric of selectable precision.
|
Double Precision
| Double
| Double precision floating-point number.
|
Integer
| Integer
| Signed four-byte integer.
|
Real
| Double
| Single precision floating-point number.
|
Smallint
| Small Integer
| Signed two-byte integer.
|
Timestamp
| Timestamp
| Date and time (without time zone).
|
Varchar
| String
| Variable-length character string with a user-defined limit.
|