Current returns the current latest temp index value.
()
| 1342 | |
| 1343 | // Current returns the current latest temp index value. |
| 1344 | func (v TempIndexValue) Current() *TempIndexValueElem { |
| 1345 | return v[len(v)-1] |
| 1346 | } |
| 1347 | |
| 1348 | // FilterOverwritten is used by the temp index merge process to remove the overwritten index operations. |
| 1349 | // For example, the value {temp_idx_key -> [h2, h2d, h3, h1d]} recorded four operations on the original index. |
no outgoing calls
no test coverage detected