- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, java.lang.Iterable<Tuple>, java.util.Collection<Tuple>, java.util.List<Tuple>, java.util.RandomAccess
- Enclosing class:
- POMergeJoin
public static class POMergeJoin.TuplesToSchemaTupleList
extends java.util.ArrayList<Tuple>
This is a class that extends ArrayList, making it easy to provide on the fly conversion
from Tuple to SchemaTuple. This is necessary because we are not getting SchemaTuples
from the source, though in the future that is what we would like to do.
- See Also:
- Serialized Form