Documentation ¶
Overview ¶
Package etldrow contains functions to manipulate iter.Iter of drow.Row.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntOrString ¶
type IntOrString = drow.IntOrString
type Iter ¶
Iter is an etl.Iter.
func Select ¶
func Select(it Iter, names ...IntOrString) Iter
Select returns an iterator that yields rows with only the fields in 'names'.
Click to show internal directories.
Click to hide internal directories.