package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev

# Functions

NewRowBuffer creates a RowBuffer with the given schema and initial rows.

# Structs

BufferedRecord represents a row or metadata record that has been buffered inside a RowBuffer.
RowBuffer is an implementation of RowReceiver that buffers (accumulates) results in memory, as well as an implementation of RowSource that returns records from a record buffer.
RowBufferArgs contains testing-oriented parameters for a RowBuffer.