package
19.2.0-alpha.20190805+incompatible
Repository: https://github.com/jrote1/cockroach.git
Documentation: pkg.go.dev
# Functions
NewMemBatch allocates a new in-memory Batch.
NewMemBatchWithSize allocates a new in-memory Batch with the given column size.
NewMemColumn returns a new memColumn, initialized with a length.
NewNulls returns a new nulls vector, initialized with a length.
# Constants
BatchSize is the maximum number of tuples that fit in a column batch.
# Structs
AppendArgs represents the arguments passed in to Vec.Append.
CopyArgs represents the arguments passed in to Vec.Copy.
MemBatch is an in-memory implementation of Batch.
Nulls represents a list of potentially nullable values using a bitmap.