Skip to main content

Data types reference

ScopeDB currently supports the following data types.

TypeDescription
int64-bit integer
uint64-bit unsigned integer
float64-bit IEEE 754 floating point number
stringUTF-8 encoded string
intervalduration stored as 64-bit nanoseconds
timestampUNIX epoch stored as 64-bit nanoseconds
booleantrue or false
variantsemi-structured data; analogy to JSON values

For more information about ScopeQL data types, see the following topics: