rocksdb_key_may_exist ( db options key key_len value val_len timestamp timestamp_len value_found -- uchar )


Vocabulary
rocksdb.ffi

Inputs
dban object
optionsan object
keyan object
key_lenan object
valuean object
val_lenan object
timestampan object
timestamp_lenan object
value_foundan object


Outputs
ucharan object


Definition


LIBRARY: rocksdb FUNCTION: uchar rocksdb_key_may_exist
( rocksdb_t* db, rocksdb_readoptions_t* options, char* key,
size_t key_len, char** value, size_t* val_len, char*
timestamp, size_t timestamp_len, uchar* value_found )