Searched refs:prefix_extractor_name (Results 1 – 10 of 10) sorted by relevance
123 prefix_extractor_name.empty() ? std::string("N/A") in ToString()124 : prefix_extractor_name, in ToString()
110 if (!props.prefix_extractor_name.empty()) { in AddTableProperty()112 props.prefix_extractor_name); in AddTableProperty()323 new_table_properties->prefix_extractor_name = raw_val.ToString(); in ReadProperties()
1447 ASSERT_EQ("nullptr", props.prefix_extractor_name); in TEST_P()1478 ASSERT_EQ("rocksdb.Noop", props.prefix_extractor_name); in TEST_P()
208 std::string prefix_extractor_name; member
118 << table_properties.prefix_extractor_name << "property_collectors" in LogAndNotifyTableFileCreationFinished()
100 properties_.prefix_extractor_name = moptions_.prefix_extractor != nullptr in PlainTableBuilder()
141 auto prefix_extractor_in_file = props->prefix_extractor_name; in Open()
201 table_properties->prefix_extractor_name.empty()) { in PrefixExtractorChanged()206 if (table_properties->prefix_extractor_name.compare( in PrefixExtractorChanged()819 ParseSliceTransform(rep_->table_properties->prefix_extractor_name, in ReadPropertiesBlock()2081 rep_->table_properties->prefix_extractor_name.compare( in FullFilterKeyMayMatch()2109 rep_->table_properties->prefix_extractor_name.compare( in FullFilterKeysMayMatch()
944 rep_->props.prefix_extractor_name = in WritePropertiesBlock()
6015 env, &table_properties.prefix_extractor_name, true); in fromCppTableProperties()