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

Method String

binlog/events.go:26–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24)
25
26func (e RowEventType) String() string {
27 switch e {
28 case DeleteRowEvent:
29 return "DELETE"
30 case UpdateRowEvent:
31 return "UPDATE"
32 case InsertRowEvent:
33 return "INSERT"
34 default:
35 return "UNKNOWN"
36 }
37}

Callers 15

executeLoadDataMethod · 0.45
GetReplicaStatusMethod · 0.45
processBinlogEventMethod · 0.45
commitOngoingTxnMethod · 0.45
parseRowFunction · 0.45
convertSqlTypesValueFunction · 0.45
waitForReplicaToCatchUpFunction · 0.45

Calls

no outgoing calls