Update table_factory.pxd
This commit is contained in:
parent
4e7ad8b9d9
commit
8865320820
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ cdef extern from "rocksdb/table.h" namespace "rocksdb":
|
|||
shared_ptr[Cache] block_cache_compressed
|
||||
shared_ptr[FilterPolicy] filter_policy
|
||||
cpp_bool enable_index_compression
|
||||
cpp_bool cache_index_and_filter_blocks
|
||||
|
||||
cdef TableFactory* NewBlockBasedTableFactory(const BlockBasedTableOptions&)
|
||||
|
||||
|
|
Loading…
Reference in a new issue