Update table_factory.pxd
This commit is contained in:
parent
aefc0328aa
commit
65ce14e6a7
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
||||||
from libc.stdint cimport uint32_t
|
from libc.stdint cimport uint32_t
|
||||||
from libcpp cimport bool as cpp_bool
|
from libcpp cimport bool as cpp_bool
|
||||||
from std_memory cimport shared_ptr
|
from .std_memory cimport shared_ptr
|
||||||
|
|
||||||
from cache cimport Cache
|
from .cache cimport Cache
|
||||||
from filter_policy cimport FilterPolicy
|
from .filter_policy cimport FilterPolicy
|
||||||
|
|
||||||
cdef extern from "rocksdb/table.h" namespace "rocksdb":
|
cdef extern from "rocksdb/table.h" namespace "rocksdb":
|
||||||
cdef cppclass TableFactory:
|
cdef cppclass TableFactory:
|
||||||
|
|
Loading…
Reference in a new issue