StartIterator returns a new Iterator instance on this Snapshot. On success, the returned Iterator will be positioned so that Iterator.Current() will either provide the first entry in the range or ErrIteratorDone. A startKeyInclusive of nil means the logical "bottom-most" possible key and an endKey
(startKeyInclusive, endKeyExclusive []byte, iteratorOptions IteratorOptions)
| 392 | // possible key and an endKeyExclusive of nil means the logical |
| 393 | // key that's above the "top-most" possible key. |
| 394 | StartIterator(startKeyInclusive, endKeyExclusive []byte, |
| 395 | iteratorOptions IteratorOptions) (Iterator, error) |
| 396 | |
| 397 | // ChildCollectionNames returns an array of child collection name strings. |
no outgoing calls