Update table_factory.pxd

This commit is contained in:
iFA 2020-08-31 11:31:48 +02:00 committed by GitHub
parent 3f4e75f119
commit 4186979026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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