Overview
ScopeDB currently supports the following data types.
Type | Description |
---|---|
int | 64-bit integer |
uint | 64-bit unsigned integer |
float | 64-bit IEEE 754 floating point number |
string | UTF-8 encoded string |
interval | duration stored as 64-bit nanoseconds |
timestamp | UNIX epoch stored as 64-bit nanoseconds |
bool | true or false |
variant | semi-structured data; analogy to JSON values |