risingwave_stream::executor::dedup

Module cache

source

Structsยง

  • DedupCache is used for key deduplication. Currently, the cache behaves like a set that only accepts a key without a value. This could be refined in the future to support k-v pairs.