Update table_factory.pxd
This commit is contained in:
parent
734a8b6337
commit
f14a8197bb
1 changed files with 1 additions and 0 deletions
|
@ -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&)
|
||||
|
||||
|
|
Loading…
Reference in a new issue