Home
last modified time | relevance | path

Searched refs:convert (Results 1 – 7 of 7) sorted by relevance

/rocksdb-6.9/port/win/
Dport_win.cc46 std::wstring_convert<std::codecvt_utf8_utf16<wchar_t>,wchar_t> convert; in utf16_to_utf8() local
47 return convert.to_bytes(utf16); in utf16_to_utf8()
/rocksdb-6.9/docs/_posts/
D2014-06-27-rocksdb-3-2-release.markdown17 …* Add AdaptiveTableFactory, which is used to convert from a DB of PlainTable to BlockBasedTabe, or…
D2017-02-17-bulkoad-ingest-sst-file.markdown13 - When the memtable exceeds a specific size (64 MB for example), we convert this memtable to a SST …
D2015-01-16-migrating-from-leveldb-to-rocksdb-2.markdown10 …ith `rocksdb::LevelDBOptions`. Then, use `rocksdb::ConvertOptions( )` to convert the `LevelDBOptio…
D2018-08-23-data-block-hash-index.markdown66 …ted comparators will do. For example, say, a `StringToIntComparator` can convert a string into an …
/rocksdb-6.9/
DHISTORY.md417 …yzer analyzes the trace file generated by using trace_replay API. It can convert the binary format…
966 * Change convert function in rocksdb/utilities/convenience.h to return Status instead of boolean.
967 Also add support for nested options in convert function
1002 …e you need to be aware of. There are three steps you need to do when you convert to new release: 1…
1064 * Add AdaptiveTableFactory, which is used to convert from a DB of PlainTable to BlockBasedTabe, or …
/rocksdb-6.9/table/
Dtable_test.cc1570 bool convert = false) { in AssertKeysInCache() argument
1571 if (convert) { in AssertKeysInCache()