package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Functions

OpenDiskSorter opens a DiskSorter with the given directory.

# Structs

DiskSorter is an external sorter that sorts data on disk.
DiskSorterOptions holds the optional parameters for DiskSorter.

# Interfaces

ExternalSorter is an interface for sorting key-value pairs in external storage.
Iterator is an interface for iterating over the key-value pairs after sorting.
Writer is an interface for writing key-value pairs to the external sorter.