AllocMerge is like Merge(), but the caller must provide []byte parameters that came from Alloc().
(keyFromAlloc, valFromAlloc []byte)
| 357 | // AllocMerge is like Merge(), but the caller must provide []byte |
| 358 | // parameters that came from Alloc(). |
| 359 | AllocMerge(keyFromAlloc, valFromAlloc []byte) error |
| 360 | |
| 361 | // NewChildCollectionBatch returns a new Batch instance with preallocated |
| 362 | // resources for a specific child collection given its unique name. |
no outgoing calls