|
@@ -13,10 +13,11 @@ Below is the list of data types supported.
|
|
| 1 | bigint | The int type. |
|
|
| 1 | bigint | The int type. |
|
|
| 2 | float | The float type. |
|
|
| 2 | float | The float type. |
|
|
| 3 | string | Text values, comprised of Unicode characters. |
|
|
| 3 | string | Text values, comprised of Unicode characters. |
|
|
-| 4 | datetime | datatime type. |
|
|
|
|
|
|
+| 4 | datetime | datetime type. |
|
|
| 5 | boolean | The boolean type, the value could be `true` or `false`. |
|
|
| 5 | boolean | The boolean type, the value could be `true` or `false`. |
|
|
-| 6 | array | The array type, can be any types from simple data or struct type |
|
|
|
|
-| 7 | struct | The complex type. Set of name/value pairs. Values must be of supported data type. |
|
|
|
|
|
|
+| 6 | bytea | A sequence of bytes to store binary data. If the stream format is "JSON", the bytea field must be a base64 encoded string. |
|
|
|
|
+| 7 | array | The array type, can be any types from simple data or struct type. |
|
|
|
|
+| 8 | struct | The complex type. Set of name/value pairs. Values must be of supported data type. |
|
|
|
|
|
|
## Compatibility of comparison and calculation
|
|
## Compatibility of comparison and calculation
|
|
|
|
|