block-quote On this pagechevron-down
copy Copy chevron-down
Getting Started chevron-right Glossary Data types and features This page provides an overview of the data types supported by different outputs. It also indicates whether or not the output supports upserts, aggregations, and SQL.
When creating an output, these specific data types are supported. Additionally, upserts, aggregations, and SQL are supported for most of the outputs.
DOUBLE6 ^{6} 6
BIGINT6 ^{6} 6
BOOLEAN
STRING
TIMESTAMP
DECIMAL(18,2)
DECIMAL(18,5)
DECIMAL(18,6)
See: Note 6
DOUBLE6 ^{6} 6
BIGINT6 ^{6} 6
BOOLEAN
BIGINT
STRING
TIMESTAMP
DECIMAL(18,2)
DECIMAL(18,5)
DECIMAL(18,6)
See: Note 1 and Note 6
BOOLEAN
STRING
Number6 ^{6} 6
See: Note 6
DOUBLE6 ^{6} 6
BIGINT6 ^{6} 6
BOOLEAN
STRING
TIMESTAMP
DECIMAL(18,2)
DECIMAL(18,5)
DECIMAL(18,6)
See: Note 6
BOOLEAN
STRING
NUMBER
TIMESTAMP
NESTED TYPES
Not fully automated.
The type is selected based on the output types. You can cast fields to get any types supported by the output format.
You cannot choose the destination data type as it is fetched from the original database.
Supported by definition. If a Primary Key (PK) is configured in the database, we will only have the latest record per PK.
Only aggregations by key are supported for lookup tables.
DOUBLE, BIGINT and Upsolver NUMBER data types are limited to 64 bits.