Update table_factory.pxd

This commit is contained in:
iFA 2020-05-18 17:51:39 +02:00 committed by GitHub
parent 4e7ad8b9d9
commit 8865320820
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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