mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-23 01:50:35 +00:00
Similar to a mutation_reader, but limited: it only returns whether a key is sure not to exist in some mutation source. Non-blocking and expected to execute fast. Corresponds to an sstable bloom filter. To avoid ambiguity, it doesn't return a bool, instead a longer but less ambiguous "definitely_doesnt_exists" or "maybe_exists".
4.6 KiB
4.6 KiB