Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Proc ¶
type Proc struct {
// contains filtered or unexported fields
}
Put is a proc that modifies the record stream with computed values. Each new value is called a clause and consists of a field name and an expression. Each put clause either replaces an existing value in the column specified or appends a value as a new column. Appended values appear as new columns in the order that the clause appears in the put expression.
Click to show internal directories.
Click to hide internal directories.