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.

# Structs

A Frame is a collection of 0 or more typed, equal-length columns that form a logical table.
Ops represents a set of operations on a single frame instance.

# Interfaces

No description provided by the author
An Encoder manages transmission of data over a connection or file.
Session is a key-value store that is used by frame codecs to store session-specific state.

# Type aliases

Key represents a key that can be used to store session specific state.