# Variables
BatchSort is a hook for constructing iterators over the point and range mutations contained in a batch in sorted order.
SSTableCacheOpts is a hook for specifying cache options to sstable.NewReader.
SSTableInternalProperties is a func(*sstable.Writer) *sstable.Properties function that allows Pebble-internal code to mutate properties that external sstable writers are not permitted to edit.
SSTableRawTombstonesOpt is a sstable.Reader option for disabling fragmentation of the range tombstones returned by sstable.Reader.NewRangeDelIter().
SSTableWriterDisableKeyOrderChecks is a hook for disabling the key ordering invariant check performed by sstable.Writer.