Skip to content
The Elk Shell Language
Search
K
Main Navigation
Reference
Standard Library
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
table::column
column(table: Table, name: String)
Parameter
Type
Description
table
Table
The table.
name
String
The name of the column.
Gets all the values in a specific column.
Returns
(Generator) A list of the values in the column.