Update table_factory.pxd
This commit is contained in:
parent
3f4e75f119
commit
4186979026
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ cdef extern from "rocksdb/table.h" namespace "rocksdb":
|
||||||
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
|
cpp_bool cache_index_and_filter_blocks
|
||||||
|
int format_version
|
||||||
|
|
||||||
cdef TableFactory* NewBlockBasedTableFactory(const BlockBasedTableOptions&)
|
cdef TableFactory* NewBlockBasedTableFactory(const BlockBasedTableOptions&)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue