risingwave_stream::executor::top_n

Module top_n_cache

source

Structs§

  • Cache for ManagedTopNState.
  • Used to build diff between before and after applying an input chunk, for TopNCache (of one group). It should be maintained when an entry is inserted or deleted from the middle cache.

Constants§

Traits§

Type Aliases§

  • CacheKey is composed of (order_by, remaining columns of pk).