This document provides a detailed list of data types supported in the read-only analysis engine.
Numeric Data Types
TINYINT
SMALLINT
MEDIUMIN
INT
BIGINT
DECIMAL, NUMERIC
FLOAT
DOUBLE
BIT
Note:
BIT supports data building in the read-only analysis engine, but does not support querying.
Date and Time Data Types
DATE
DATETIMESTAMP
TIMESTAMP
TIME
YEAR
Character Data Types
CHAR
VARCHAR
BINARY
BLOB
TEXT
ENUM
SET
Note:
ENUM and SET support data loading into the read-only analysis engine, but do not support querying.
Spatial Data Types
GEOMETRY
POINT
LINESTRING
POLYGON
Note:
GEOMETRY, POINT, LINESTRING, and POLYGON neither support data loading into the read-only analysis engine nor support querying.
JSON Data Type
Data type mapping and support:
JSON
Note:
JSON supports data loading into the read-only analysis engine, but does not support querying.
Was this page helpful?