Name returns an identifier for this merge operator, which might be used for logging / debugging.
()
| 514 | // Name returns an identifier for this merge operator, which might |
| 515 | // be used for logging / debugging. |
| 516 | Name() string |
| 517 | |
| 518 | // FullMerge the full sequence of operands on top of an |
| 519 | // existingValue and returns the merged value. The existingValue |
no outgoing calls