Searched refs:encoding_type (Results 1 – 14 of 14) sorted by relevance
| /rocksdb-6.9/db/ |
| D | plain_table_db_test.cc | 135 plain_table_options.encoding_type = kPrefix; in CurrentOptions() 476 plain_table_options.encoding_type = encoding_type; in TEST_P() 489 plain_table_options.encoding_type = encoding_type; in TEST_P() 562 if (encoding_type == kPrefix && total_order) { in TEST_P() 588 plain_table_options.encoding_type = encoding_type; in TEST_P() 636 for (EncodingType encoding_type : {kPlain, kPrefix}) { in TEST_P() 647 plain_table_options.encoding_type = encoding_type; in TEST_P() 702 plain_table_options.encoding_type = encoding_type; in TEST_P() 714 plain_table_options.encoding_type = encoding_type; in TEST_P() 831 plain_table_options.encoding_type = kPlain; in TEST_P() [all …]
|
| /rocksdb-6.9/table/plain/ |
| D | plain_table_key_coding.h | 31 explicit PlainTableKeyEncoder(EncodingType encoding_type, in PlainTableKeyEncoder() argument 35 : encoding_type_((prefix_extractor != nullptr) ? encoding_type : kPlain), in PlainTableKeyEncoder() 140 EncodingType encoding_type, in PlainTableKeyDecoder() argument 144 encoding_type_(encoding_type), in PlainTableKeyDecoder()
|
| D | plain_table_builder.cc | 64 EncodingType encoding_type, size_t index_sparseness, in PlainTableBuilder() argument 74 encoder_(encoding_type, user_key_len, moptions.prefix_extractor.get(), in PlainTableBuilder() 97 properties_.format_version = (encoding_type == kPlain) ? 0 : 1; in PlainTableBuilder()
|
| D | plain_table_reader.cc | 99 EncodingType encoding_type, uint64_t file_size, in PlainTableReader() argument 103 encoding_type_(encoding_type), in PlainTableReader() 158 EncodingType encoding_type = kPlain; in Open() local 162 encoding_type = static_cast<EncodingType>( in Open() 168 encoding_type, file_size, props.get(), prefix_extractor)); in Open()
|
| D | plain_table_factory.cc | 45 file, table_options_.user_key_len, table_options_.encoding_type, in NewTableBuilder() 74 table_options_.encoding_type); in GetPrintableTableOptions()
|
| D | plain_table_factory.h | 213 {offsetof(struct PlainTableOptions, encoding_type),
|
| D | plain_table_builder.h | 44 uint32_t user_key_size, EncodingType encoding_type,
|
| D | plain_table_reader.h | 116 EncodingType encoding_type, uint64_t file_size,
|
| /rocksdb-6.9/docs/_posts/ |
| D | 2014-06-27-rocksdb-3-2-release.markdown | 14 …me prefix, the prefix is only written once. It can be enabled through encoding_type paramter of Ne…
|
| /rocksdb-6.9/include/rocksdb/ |
| D | table.h | 403 EncodingType encoding_type = kPlain; member
|
| /rocksdb-6.9/java/rocksjni/ |
| D | table.cc | 34 options.encoding_type = in Java_org_rocksdb_PlainTableConfig_newTableFactoryHandle()
|
| /rocksdb-6.9/tools/ |
| D | sst_dump_tool.cc | 318 plain_table_options.encoding_type = kPlain; in SetTableOptionsByMagicNumber()
|
| /rocksdb-6.9/options/ |
| D | options_test.cc | 707 ASSERT_EQ(new_opt.encoding_type, EncodingType::kPrefix); in TEST_F()
|
| /rocksdb-6.9/ |
| D | HISTORY.md | 1063 …me prefix, the prefix is only written once. It can be enabled through encoding_type parameter of N…
|