package
9.0.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev
# Functions
NewDBReader returns a new *DBReader.
NewIterator returns a new *badger.Iterator.
# Variables
ErrScanBreak is returned by ScanFunc to break the scan loop.
# Structs
DBReader reads data from DB, for read-only requests, the locks must already be checked before DBReader is created.
# Interfaces
ScanProcessor process the key/value pair.
# Type aliases
BatchGetFunc defines a batch get function.
ScanFunc accepts key and value, should not keep reference to them.