package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# 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.
# Interfaces
ResultDiskBuffer encapsulates the logic for spilling Results to temporary disk storage.
# Type aliases
OperationMode describes the mode of operation of the Streamer.