Merge creates or updates a key-val entry in the Collection via the MergeOperator defined in the CollectionOptions. The key must be unique (not repeated) within the Batch. Merge() copies the key and val bytes into the Batch, so the memory bytes of the key and val may be reused by the caller.
(key, val []byte)
| 339 | // the key and val bytes into the Batch, so the memory bytes of |
| 340 | // the key and val may be reused by the caller. |
| 341 | Merge(key, val []byte) error |
| 342 | |
| 343 | // ---------------------------------------------------- |
| 344 |
no outgoing calls