Update merge_operator.pxd

This commit is contained in:
iFA 2020-09-03 08:52:11 +02:00 committed by GitHub
parent 820f69ec8a
commit 8184df7c1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,9 @@
from libcpp.string cimport string from libcpp.string cimport string
from libcpp cimport bool as cpp_bool from libcpp cimport bool as cpp_bool
from libcpp.deque cimport deque from libcpp.deque cimport deque
from slice_ cimport Slice from .slice_ cimport Slice
from logger cimport Logger from .logger cimport Logger
from std_memory cimport shared_ptr from .std_memory cimport shared_ptr
cdef extern from "rocksdb/merge_operator.h" namespace "rocksdb": cdef extern from "rocksdb/merge_operator.h" namespace "rocksdb":
cdef cppclass MergeOperator: cdef cppclass MergeOperator: