|< < 15 > >|

Pipelining

Pipelining isn't always possible.

Query

select name, birth_date from author order by birth_date

Query Execution Plan

Project( Sort( TableScan(author), [birth_date]), [name, birth_date])

|< < 15 > >|