All Packages Class Hierarchy This Package Previous Next Index
Class Iterators.MemoryLoader
java.lang.Object
|
+----Iterators.MemoryLoader
- public class MemoryLoader
- extends Object
- implements Iterator
This class is used to store outer relation tuple when using NLjoin.
-
MemoryLoader(int, Iterator, TypeDesc[])
-
-
getFirst()
-
-
getNext()
-
-
load()
-
MemoryLoader
public MemoryLoader(int size1,
Iterator r,
TypeDesc types[])
load
public void load() throws IOException
getFirst
public Tuple getFirst() throws IOException
getNext
public Tuple getNext() throws IOException
All Packages Class Hierarchy This Package Previous Next Index