risingwave_
stream
2.2.0-alpha
Module group_
top_
n_
appendonly
Module Items
Structs
Type Aliases
In risingwave_
stream::
executor::
top_
n
risingwave_stream
::
executor
::
top_n
Module
group_top_n_appendonly
Copy item path
source
Structs
§
Inner
Append
Only
Group
TopN
Executor
Type Aliases
§
Append
Only
Group
TopN
Executor
If the input is append-only,
AppendOnlyGroupTopNExecutor
does not need to keep all the rows seen. As long as a record is no longer in the result set, it can be deleted.