Key returns the key at the current iterator position.
()
| 79 | |
| 80 | // Key returns the key at the current iterator position. |
| 81 | Key() []byte |
| 82 | |
| 83 | // Value returns the value (position information) at the current iterator position. |
| 84 | Value() *data.LogRecordPst |
no outgoing calls