protected static class POMergeJoin.TuplesToSchemaTupleList
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
TuplesToSchemaTupleList(int ct,
TupleMaker<?> tf) |
Modifier and Type | Method and Description |
---|---|
boolean |
add(Tuple t) |
static SchemaTuple<?> |
convert(Tuple t,
SchemaTupleFactory tf) |
Tuple |
get(int i) |
java.util.List<Tuple> |
getList() |
int |
size() |
protected TuplesToSchemaTupleList(int ct, TupleMaker<?> tf)
public static SchemaTuple<?> convert(Tuple t, SchemaTupleFactory tf)
public boolean add(Tuple t)
public Tuple get(int i)
public int size()
public java.util.List<Tuple> getList()
Copyright © 2007-2012 The Apache Software Foundation