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

# Functions

KvPairsFromRows converts a Rows instance constructed from MakeRowsFromKvPairs back into a slice of KvPair.
MakeRowFromKvPairs converts a KvPair slice into a Row instance.
MakeRowsFromKvPairs converts a KvPair slice into a Rows instance.
NewPanickingAllocator creates a PanickingAllocator shared by all allocation types.
NewSession creates a new trimmed down Session matching the options.
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
SessionOptions is the initial configuration of the session.
No description provided by the author

# Interfaces

Encoder encodes a row of SQL values into some opaque type which can be consumed by OpenEngine.WriteEncoded.
Row represents a single encoded row.
Rows represents a collection of encoded rows.

# Type aliases

RowArrayMarshaler wraps a slice of types.Datum for logging the content into zap.