Update filter_policy.pxd
This commit is contained in:
parent
7a93495a42
commit
1e63c4935d
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
from libcpp cimport bool as cpp_bool
|
||||
from libcpp.string cimport string
|
||||
from libc.string cimport const_char
|
||||
from slice_ cimport Slice
|
||||
from std_memory cimport shared_ptr
|
||||
from logger cimport Logger
|
||||
from .slice_ cimport Slice
|
||||
from .std_memory cimport shared_ptr
|
||||
from .logger cimport Logger
|
||||
|
||||
cdef extern from "rocksdb/filter_policy.h" namespace "rocksdb":
|
||||
cdef cppclass FilterPolicy:
|
||||
|
|
Loading…
Reference in a new issue