package
0.0.0-20230519005545-30c4c12152ad
Repository: https://github.com/grailbio/bigslice.git
Documentation: pkg.go.dev
# Functions
AppendFrame appends src to dst, growing dst if needed.
CanCompare returns whether values of the provided type are comparable.
CanHash returns whether values of the provided type can be hashed.
Compatible reports whether frames f and g are assignment compatible: that is, they have the same number of columns and the same column types.
Copy copies the contents of src until either dst has been filled or src exhausted.
FreshKey returns a unique key that can be used to store state in sessions.
Make returns a new frame with the provided type, length, and capacity.
RegisterOps registers an ops implementation.
Slices returns a new Frame constructed from a set of Go slices, each representing a column.
Values returns a new Frame constructed from a set of reflect.Values, each representing a column.
# Variables
Empty is the empty frame.
# Type aliases
Key represents a key that can be used to store session specific state.