- **Description**: Projects sets of rows from functions. - **Performance**: Depends on complexity of set-returning functions. - **Factors**: Function complexity, number of rows. - **Cost**: `function cost + cpu_tuple_cost * number of rows` - ![[ex_projectset.svg|200x200]] - **Operates on**: [[Result Set]]