Update options.pxd

This commit is contained in:
iFA 2019-04-22 20:46:01 +02:00 committed by GitHub
parent 57397cd077
commit ac49a391af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -102,6 +102,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
cpp_bool allow_concurrent_memtable_write
cpp_bool enable_write_thread_adaptive_yield
shared_ptr[Cache] row_cache
void IncreaseParallelism(int) nogil except+
cdef cppclass ColumnFamilyOptions:
ColumnFamilyOptions()