module NexosisApi::ColumnType

Constants for column data type

Constants

DATE

contains ISO-8601 compatible date

LOGICAL

contains boolean logical data (i.e. 1 and 0, true and false, etc.)

NUMERIC

contains numeric data

NUMERICMEASURE

Indicates a number which is not countable, or is not 'ordinal scaled' but 'ratio' or 'interval' scaled - i.e. a device measurement

STRING

contains string data

TEXT

free-form text field. @note differs from string primarily in how the data will be prepared for analysis. Nominal values belong in string. Text to be analyzed as speech, writing, etc. belongs in text field.