risingwave_stream::executor::top_n

Module top_n_state

source

Structsยง

  • For TopN, the storage key is: [ order_by + remaining columns of pk ]For group TopN, the storage key is: [ group_key + order_by + remaining columns of pk ]