TurtleDB
A mini distributed database system
|
Protected Member Functions | |
Tuple | internalNext () |
boolean | allEqual () |
Definition at line 32 of file Intersection.java.
boolean ca.uqac.dim.turtledb.Intersection.IntersectionIterator.allEqual | ( | ) | [protected] |
Determines if the tuples currently held in the tuple vector are all equal
Definition at line 67 of file Intersection.java.
Tuple ca.uqac.dim.turtledb.Intersection.IntersectionIterator.internalNext | ( | ) | [protected, virtual] |
Implementation of internalNext. This implementation assumes that the relations it draws its tuples from are sorted.
Implements ca.uqac.dim.turtledb.RelationStreamIterator.
Definition at line 40 of file Intersection.java.