ReferenceSQL ReferenceData TypesData type listOn this pageData type listData type overview StarRocks supports the following data types: Numeric, String, Date, Semi-structured, and Others. You can defines columns of these types when you create a table, load data into these columns, and query the data. Numeric TINYINT SMALLINT INT BIGINT LARGEINT DECIMAL DOUBLE FLOAT BOOLEAN PERCENTILE String CHAR STRING VARCHAR BINARY Date DATE DATETIME Semi-structured ARRAY JSON MAP STRUCT Others BITMAP HLL