Skip to content
Snippets Groups Projects
Unverified Commit 41869790 authored by iFA's avatar iFA Committed by GitHub
Browse files

Update table_factory.pxd

parent 3f4e75f1
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ cdef extern from "rocksdb/table.h" namespace "rocksdb": ...@@ -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&)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment