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