Searched refs:table_prefix_extractor (Results 1 – 6 of 6) sorted by relevance
40 FilterBlockReaderCommon<TBlocklike>::table_prefix_extractor() const { in table_prefix_extractor() function in ROCKSDB_NAMESPACE::FilterBlockReaderCommon46 return rep->prefix_filtering ? rep->table_prefix_extractor.get() : nullptr; in table_prefix_extractor()
99 const SliceTransform* const prefix_extractor = table_prefix_extractor(); in FullFilterBlockReader()313 const SliceTransform* const prefix_extractor = table_prefix_extractor(); in IsFilterCompatible()
40 const SliceTransform* table_prefix_extractor() const;
182 if (!table_prefix_extractor() && !prefix_extractor) { in PrefixMayMatch()
536 std::shared_ptr<const SliceTransform> table_prefix_extractor; member
820 &(rep_->table_prefix_extractor)); in ReadPropertiesBlock()1920 if (rep_->table_prefix_extractor == nullptr) { in PrefixMayMatch()1926 prefix_extractor = rep_->table_prefix_extractor.get(); in PrefixMayMatch()