Documentation
¶
Index ¶
- func AppendColumn(col frames.Column, value interface{}) error
- func AppendNil(col frames.Column) error
- func AppendValue(data interface{}, value interface{}) (interface{}, error)
- func ColAt(col frames.Column, i int) (interface{}, error)
- func NewColumn(value interface{}, size int) (interface{}, error)
- func NewColumnFromType(t string, size int) (interface{}, error)
- func RemoveColumn(name string, columns []frames.Column) []frames.Column
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AppendColumn ¶
AppendColumn appends a value to a column
func AppendValue ¶
func AppendValue(data interface{}, value interface{}) (interface{}, error)
AppendValue appends a value to data
func ColAt ¶
ColAt return value at index i in column as interface{} This is a slightly different use case than col.ValueAt, also we don't want to use defer/recover due to performance overhead
func NewColumnFromType ¶
NewColumn creates a new column from type of value
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.