Data Ingestion and Replication
- Data Ingestion and Replication
- All Products
Primitive data type
| Description
|
---|---|
INT
| 32-bit signed integer
|
LONG
| 64-bit signed integer
|
FLOAT
| Single precision (32-bit) IEEE 754 floating-point number
|
DOUBLE
| Double precision (64-bit) IEEE 754 floating-point number
|
BYTES
| Sequence of 8-bit unsigned bytes
|
STRING
| Unicode character sequence
|
Logical data type
| Description
|
---|---|
DECIMAL
| An arbitrary-precision signed decimal number of the form unscaled × 10
-
scale |
DATE
| A date, without reference to a time or time zone.
|
TIME
| A time of day that has the precision of 1 millisecond or 1 microsecond, without reference to a time zone or date.
|
TIMESTAMP
| A date and time value that has the precision of 1 millisecond or microsecond, without reference to a particular calendar or time zone.
|