[34] implemented the selection operator in two steps. The first step is to sequentially scan all the columns that need to be predicated with a 0-1 vector which represents the results. The projected columns with the vector in step 1 during the second step is then filtered. However, step 1...