Supported Data Types
This document contains the datatypes supported by e6data
An array of the given component type.
Examples:
Represents boolean values TRUE and FALSE
Represents values having values of fields year, month, and day.
Represents the numbers with precision and a scale factor of x.
Represents x-byte single/variable-precision floating point numbers.
Represents x-byte single/variable-precision floating point numbers.
Represents a 32-bit signed two’s complement integer with a minimum value of −231 and a maximum value of 231−1.
Represents a 64-bit signed two’s complement integer with a minimum value of −263 and a maximum value of 263−1.
JSON querying is supported when the JSON data is saved in the form of a string.
Represents character string values.
Represents values with the structure described by a sequence of fields.
Example:
struct({value:prod,dpid:51})
select tablename.columnname.structfield1.structfield2 from tablename