MCPcopy
hub / github.com/dropbox/godropbox / UsedColumns

Method UsedColumns

database/binlog/rows_event.go:111–113  ·  view source on GitHub ↗

UsedColumns returns the column descriptors that are used by the event.

()

Source from the content-addressed store, hash-verified

109
110// UsedColumns returns the column descriptors that are used by the event.
111func (e *WriteRowsEvent) UsedColumns() []ColumnDescriptor {
112 return e.usedColumns
113}
114
115// InsertedRows returns the rows written into the table.
116func (e *WriteRowsEvent) InsertedRows() []RowValues {

Callers 4

TestWriteRowsV1Method · 0.45
TestWriteRowsV2Method · 0.45
TestDeleteRowsV1Method · 0.45
TestDeleteRowsV2Method · 0.45

Calls

no outgoing calls

Tested by 4

TestWriteRowsV1Method · 0.36
TestWriteRowsV2Method · 0.36
TestDeleteRowsV1Method · 0.36
TestDeleteRowsV2Method · 0.36