Muthu Krishnan

Results 11 issues of Muthu Krishnan

Adds bindings for [User Defined Timestamp APIs](https://github.com/facebook/rocksdb/wiki/User-defined-Timestamp-(Experimental))

Need User Defined Timestamp support in WriteBatchWithIndex

enhancement
feature-request

small reproducible go program here (not runnable in golang play) https://play.golang.org/p/B_1g13pr33d in line 64, endBytes (byte array) is set to IterateUpperBound in gorocksdb, **byteToChar** util (using unsafe pointer) is used...

This PR changes NewNative functions to accept unsafe.Pointer instead of C pointers

This PR adds Native methods to return unsafe.Pointer of native C

### Expected behavior in CompareWithoutTimestamp call, when hasTS is false, key should not have timestamp part ### Actual behavior in CompareWithoutTimestamp call, when hasTS is false, key has both user...

This PR adds UpdateTimestamp API of WriteBatch and WBWI, create WB, WBWI with all options and Iterator Refresh in C API

CLA Signed