TurtleDB
A mini distributed database system
|
Public Member Functions | |
NAryRelationCacheIterator () | |
Protected Member Functions | |
void | getIntermediateResult () |
void | initializeIteration () |
Protected Attributes | |
Vector< Table > | m_results = null |
Vector< Tuple > | m_lastTuple = new Vector<Tuple>() |
Vector< Iterator< Tuple > > | m_iterators |
Definition at line 181 of file NAryRelation.java.
Definition at line 190 of file NAryRelation.java.
void ca.uqac.dim.turtledb.NAryRelation.NAryRelationCacheIterator.getIntermediateResult | ( | ) | [protected, virtual] |
Implements ca.uqac.dim.turtledb.RelationCacheIterator.
Reimplemented in ca.uqac.dim.turtledb.Intersection.IntersectionCacheIterator.
Definition at line 203 of file NAryRelation.java.
void ca.uqac.dim.turtledb.NAryRelation.NAryRelationCacheIterator.initializeIteration | ( | ) | [protected] |
Definition at line 219 of file NAryRelation.java.
Vector<Iterator<Tuple> > ca.uqac.dim.turtledb.NAryRelation.NAryRelationCacheIterator.m_iterators [protected] |
Definition at line 188 of file NAryRelation.java.
Vector<Tuple> ca.uqac.dim.turtledb.NAryRelation.NAryRelationCacheIterator.m_lastTuple = new Vector<Tuple>() [protected] |
Definition at line 186 of file NAryRelation.java.
Vector<Table> ca.uqac.dim.turtledb.NAryRelation.NAryRelationCacheIterator.m_results = null [protected] |
Definition at line 184 of file NAryRelation.java.