DB_Column.get
getindexdefault
Group: Selections
Documentation
Returns the value contained in this column at the given index.
Arguments
index
: The index in the column from which to get the value.default
: The value if the index is out of range.
Examples
Get the first element from a column.
import Standard.Examples
example_at = Examples.integer_column.get 0 -1