Update table_factory.pxd

This commit is contained in:
iFA 2020-03-12 20:51:28 +01:00 committed by GitHub
parent 734a8b6337
commit f14a8197bb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,7 @@ cdef extern from "rocksdb/table.h" namespace "rocksdb":
shared_ptr[Cache] block_cache
shared_ptr[Cache] block_cache_compressed
shared_ptr[FilterPolicy] filter_policy
cpp_bool enable_index_compression
cdef TableFactory* NewBlockBasedTableFactory(const BlockBasedTableOptions&)