Skip to content

table::column

column(table: Table, name: String)

ParameterTypeDescription
tableTableThe table.
nameStringThe name of the column.

Gets all the values in a specific column.

Returns

(Generator) A list of the values in the column.