Handbook
Glossary
rocksdb_sstfilewriter_create_with_comparator ( env io_options comparator -- rocksdb_sstfilewriter_t* )
Vocabulary
rocksdb
.
ffi
Inputs
env
an
object
io_options
an
object
comparator
an
object
Outputs
rocksdb_sstfilewriter_t*
an
object
Definition
USING:
alien.syntax
;
IN:
rocksdb.ffi
LIBRARY:
rocksdb
FUNCTION:
rocksdb_sstfilewriter_t*
rocksdb_sstfilewriter_create_with_comparator
( rocksdb_envoptions_t* env, rocksdb_options_t* io_options,
rocksdb_comparator_t* comparator )