MCPcopy Create free account
hub / github.com/apecloud/myduckserver / Delete

Method Delete

binlogreplication/writer.go:15–15  ·  view source on GitHub ↗
(ctx *sql.Context, keyRows []sql.Row)

Source from the content-addressed store, hash-verified

13type TableWriter interface {
14 Insert(ctx *sql.Context, keyRows []sql.Row) error
15 Delete(ctx *sql.Context, keyRows []sql.Row) error
16 Update(ctx *sql.Context, keyRows []sql.Row, valueRows []sql.Row) error
17}
18

Callers 5

writeChangesMethod · 0.65
teardownFunction · 0.65
CloseConnMethod · 0.65
CloseTxnMethod · 0.65
UpdateSubscriptionsFunction · 0.65

Implementers 1

tableUpdaterreplica/updater.go

Calls

no outgoing calls

Tested by 1

teardownFunction · 0.52