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

Method MetadataBytes

database/binlog/table_map_event.go:82–84  ·  view source on GitHub ↗

MetadataBytes returns the metadata associated to the columns as uninterpreted bytes.

()

Source from the content-addressed store, hash-verified

80// MetadataBytes returns the metadata associated to the columns as
81// uninterpreted bytes.
82func (e *TableMapEvent) MetadataBytes() []byte {
83 return e.metadataBytes
84}
85
86// NullColumnsBytes returns the null column bit vector as uninterpreted bytes.
87func (e *TableMapEvent) NullColumnsBytes() []byte {

Callers 1

TestBasicMethod · 0.80

Calls

no outgoing calls

Tested by 1

TestBasicMethod · 0.64