risingwave_frontend::optimizer::plan_node

Module logical_expand

source

Structsยง

  • LogicalExpand expands one row multiple times according to column_subsets and also keeps original columns of input. It can be used to implement distinct aggregation and group set.