|< < 10 > >|

Query Processing

Review

Operators

Each operator implements the Iterator member functions.

Operators examined so far:

  • TableScan: Scan an entire table.

  • SelectScan: Scan input, filtering rows satisfying a predicate.

  • Project: Project each row. Did not eliminate duplicates

  • Sort: Reorder the rows.

|< < 10 > >|