Resulting Data Types
- Last UpdatedJan 20, 2023
- 1 minute read
The result of a Data Extraction command is returned as one or several values, which can be of different data types. Below follows a list of the most common data types.
|
String (s) |
A character varying string |
|
Integer (i) |
An integer value (double integer) |
|
Real (r) |
A real value (double precision) |
|
Real vector(3r) |
A vector with three real double precision values. |