TurtleDB
A mini distributed database system
ca.uqac.dim.turtledb.Intersection.IntersectionIterator Class Reference
Inheritance diagram for ca.uqac.dim.turtledb.Intersection.IntersectionIterator:
Collaboration diagram for ca.uqac.dim.turtledb.Intersection.IntersectionIterator:

List of all members.

Protected Member Functions

Tuple internalNext ()
boolean allEqual ()

Detailed Description

Definition at line 32 of file Intersection.java.


Member Function Documentation

Determines if the tuples currently held in the tuple vector are all equal

Returns:
True if the tuples are all equal and not null, false otherwise

Definition at line 67 of file Intersection.java.

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.


The documentation for this class was generated from the following file: