Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Discard = func(t optimus.Table) error {
for _ = range t.Rows() {
}
return t.Err()
}
Discard is a Sink that discards all the Rows in the Table and returns any error.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.