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

# Functions

NewStreamer creates a new Streamer.

# Constants

AsyncRequestOp is the operation name (in tracing) of all requests issued by the Streamer asynchronously.
1KiB.
InOrder is the mode of operation in which the results are delivered in the order in which the requests were handed off to the Streamer.
OutOfOrder is the mode of operation in which the results are delivered in the order in which they're produced.

# Variables

TestResultDiskBufferConstructor constructs a ResultDiskBuffer for tests.

# Structs

Hints provides different hints to the Streamer for optimization purposes.
Result describes the result of performing a single KV request.
Streamer provides a streaming oriented API for reading from the KV layer.

# Interfaces

ResultDiskBuffer encapsulates the logic for spilling Results to temporary disk storage.

# Type aliases

OperationMode describes the mode of operation of the Streamer.