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

Update merge_operator.pxd

parent 820f69ec
No related branches found
No related tags found
No related merge requests found
from libcpp.string cimport string
from libcpp cimport bool as cpp_bool
from libcpp.deque cimport deque
from slice_ cimport Slice
from logger cimport Logger
from std_memory cimport shared_ptr
from .slice_ cimport Slice
from .logger cimport Logger
from .std_memory cimport shared_ptr
cdef extern from "rocksdb/merge_operator.h" namespace "rocksdb":
cdef cppclass MergeOperator:
......
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