Data Types
The ChaosSearch indexing uses three data types: STRING, NUMBER, and TIMEVAL. These data types are reported through the SQL API as column types: VARCHAR, DOUBLE, and TIMESTAMP, which is how they are stored in information_schema
for the column definitions.
Updated about 1 year ago