Select
Select removes rows from the target relation. For every input row, an expression is evaluated. If the result of the expression is False, the row is rejected. When Select is advanced, it advances its input iterator repeatedly until it finds a row that is accepted. Then it passes that row on.

Additional Links:

Copyright Actuate Corporation 2012