Represents metadata of a flux table.
Table columns.
Gets columns by name
column label
Optional
throw error on missing column (by default), return UNKNOWN_COLUMN when false
table column
IllegalArgumentError if column is not found
Gets column values out of the supplied row.
a row with data for each column
column name
column value, undefined for unknown column
Creates an object out of the supplied row with the help of column descriptors.
Represents metadata of a flux table.