MCPcopy
hub / github.com/pingcap/tidb / Rows

Interface Rows

pkg/lightning/backend/encode/encode.go:72–76  ·  view source on GitHub ↗

Rows represents a collection of encoded rows.

Source from the content-addressed store, hash-verified

70
71// Rows represents a collection of encoded rows.
72type Rows interface {
73 // Clear returns a new collection with empty content. It may share the
74 // capacity with the current instance. The typical usage is `x = x.Clear()`.
75 Clear() Rows
76}
77
78// Row represents a single encoded row.
79type Row interface {

Callers 1

ClearRowFunction · 0.65

Implementers 15

FlushSubscriberbr/pkg/streamhelper/flush_subscriber.g
MockRowsbr/pkg/mock/encode.go
MockRowsMockRecorderbr/pkg/mock/encode.go
Handlepkg/statistics/handle/handle.go
StatsCacheImplpkg/statistics/handle/cache/statscache
keySetShardpkg/statistics/handle/cache/internal/l
keySetpkg/statistics/handle/cache/internal/l
LFUpkg/statistics/handle/cache/internal/l
globalBindingHandlepkg/bindinfo/global_handle.go
staticPluginspkg/plugin/plugin.go
TxStructurepkg/structure/structure.go
Pairspkg/lightning/backend/kv/sql2kv.go

Calls

no outgoing calls

Tested by

no test coverage detected