rocksdb v0.0.7 (2017-02-12T09:26:21Z)
Dub
Repo
rocksdb_comparator_create
rocksdb
comparator
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (
C
)
rocksdb_comparator_t
*
rocksdb_comparator_create
(
void
*
state
,
void
function
(
void
*
)
,
int
function
(
void
*
,
const
char
*
a
,
size_t
alen
,
const
char
*
b
,
size_t
blen
)
,
immutable
(
char
*)
function
(
void
*
)
)
Meta
Source
See Implementation
rocksdb
comparator
aliases
CmpCompareF
CmpDestroyF
CmpNameF
classes
Comparator
functions
rocksdb_comparator_create
rocksdb_comparator_destroy
structs
rocksdb_comparator_t