All Packages Class Hierarchy This Package Previous Next Index
Class Iterators.SelProj
java.lang.Object
|
+----Iterators.SelProj
- public class SelProj
- extends Object
- implements Iterator
The SelProj class works for the selection and projection on a single relation.
-
SelProj(Iterator, ExecExpr[], ExecExpr[], TypeDesc[])
-
-
getFirst()
-
-
getNext()
-
SelProj
public SelProj(Iterator inputit,
ExecExpr myselect[],
ExecExpr mywhere[],
TypeDesc typeStrings[])
getNext
public Tuple getNext() throws IOException
getFirst
public Tuple getFirst() throws IOException
All Packages Class Hierarchy This Package Previous Next Index