package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
NewExternalDistinct returns a new disk-backed unordered distinct operator.
NewExternalHashAggregator returns a new disk-backed hash aggregator.
NewExternalHashJoiner returns a disk-backed hash joiner.
NewExternalSorter returns a disk-backed general sort operator.
NewOneInputDiskSpiller returns a new oneInputDiskSpiller.
NewTwoInputDiskSpiller returns a new twoInputDiskSpiller.
# Type aliases
DiskBackedSorterConstructor is used by the external operators to instantiate a disk-backed sorter used in the fallback strategies.