Home
last modified time | relevance | path

Searched refs:encoding_type (Results 1 – 14 of 14) sorted by relevance

/rocksdb-6.9/db/
Dplain_table_db_test.cc135 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/
Dplain_table_key_coding.h31 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()
Dplain_table_builder.cc64 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()
Dplain_table_reader.cc99 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()
Dplain_table_factory.cc45 file, table_options_.user_key_len, table_options_.encoding_type, in NewTableBuilder()
74 table_options_.encoding_type); in GetPrintableTableOptions()
Dplain_table_factory.h213 {offsetof(struct PlainTableOptions, encoding_type),
Dplain_table_builder.h44 uint32_t user_key_size, EncodingType encoding_type,
Dplain_table_reader.h116 EncodingType encoding_type, uint64_t file_size,
/rocksdb-6.9/docs/_posts/
D2014-06-27-rocksdb-3-2-release.markdown14 …me prefix, the prefix is only written once. It can be enabled through encoding_type paramter of Ne…
/rocksdb-6.9/include/rocksdb/
Dtable.h403 EncodingType encoding_type = kPlain; member
/rocksdb-6.9/java/rocksjni/
Dtable.cc34 options.encoding_type = in Java_org_rocksdb_PlainTableConfig_newTableFactoryHandle()
/rocksdb-6.9/tools/
Dsst_dump_tool.cc318 plain_table_options.encoding_type = kPlain; in SetTableOptionsByMagicNumber()
/rocksdb-6.9/options/
Doptions_test.cc707 ASSERT_EQ(new_opt.encoding_type, EncodingType::kPrefix); in TEST_F()
/rocksdb-6.9/
DHISTORY.md1063 …me prefix, the prefix is only written once. It can be enabled through encoding_type parameter of N…