Handbook
Glossary
rocksdb_compact_range ( db start_key start_key_len limit_key limit_key_len -- )
Vocabulary
rocksdb
.
ffi
Inputs
db
an
object
start_key
an
object
start_key_len
an
object
limit_key
an
object
limit_key_len
an
object
Outputs
None
Definition
USING:
alien.c-types
alien.syntax
;
IN:
rocksdb.ffi
LIBRARY:
rocksdb
FUNCTION:
void
rocksdb_compact_range
( rocksdb_t* db, char* start_key,
size_t
start_key_len,
char* limit_key,
size_t
limit_key_len )