Data Types
Data may go through various formats as it is processed through a Data-flo.
``
boolean
: true or false.``
datatable
: grid-like columns and rows.``
file
: holds a file stream.``
graph
: non-linear structure of nodes and edges.``
list
: (array) holds a finite number of elements.``
map
: a collection of key-value pairs.``
number
: integer or fractional numeric values (i.e. with or without decimal places).``
text
: a string of alphanumeric characters of any length.
Last updated