package
20.1.0-beta.2+incompatible
Repository: https://github.com/jbowens/cockroach.git
Documentation: pkg.go.dev
# Functions
NewDiskQueue creates a Queue that spills to disk.
# Structs
DiskQueueCfg is a struct holding the configuration options for a DiskQueue.
# Interfaces
Queue describes a simple queue interface to which coldata.Batches can be Enqueued and Dequeued.