risingwave_stream::executor::over_window

Module over_partition

source
Expand description

Types and functions that store or manipulate state/cache inside one single over window partition.

Structsยง

Constantsยง

Functionsยง

Type Aliasesยง

  • CacheKey ๐Ÿ”’
  • PartitionCache ๐Ÿ”’
    Range cache for one over window partition. The cache entries can be:
  • PartitionDelta ๐Ÿ”’
    Changes happened in one over window partition.