Update options.pxd

This commit is contained in:
iFA 2020-04-07 14:19:08 +02:00 committed by GitHub
parent ecd0823331
commit 47451afdb7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,6 +154,7 @@ cdef extern from "rocksdb/options.h" namespace "rocksdb":
# TODO: remove options source_compaction_factor, max_grandparent_overlap_bytes and expanded_compaction_factor from document
uint64_t max_compaction_bytes
CompressionOptions compression_opts
cpp_bool optimize_filters_for_hits
cdef cppclass Options(DBOptions, ColumnFamilyOptions):
pass