Skip to content
Snippets Groups Projects
Unverified Commit 65ce14e6 authored by iFA's avatar iFA Committed by GitHub
Browse files

Update table_factory.pxd

parent aefc0328
No related branches found
No related tags found
No related merge requests found
from libc.stdint cimport uint32_t
from libcpp cimport bool as cpp_bool
from std_memory cimport shared_ptr
from .std_memory cimport shared_ptr
from cache cimport Cache
from filter_policy cimport FilterPolicy
from .cache cimport Cache
from .filter_policy cimport FilterPolicy
cdef extern from "rocksdb/table.h" namespace "rocksdb":
cdef cppclass TableFactory:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment