|< < 5 > >|

Iterators

SelectScan

  • Takes an Iterator and a predicate as input.

  • Yields rows from the input Iterator for which the predicate evaluates to true.

  • Iterator input allows for composition of operators.

|< < 5 > >|