public class TupleFactory extends Object implements ObjectFactory<Tuple>
Constructor and Description |
---|
TupleFactory(List<TupleElement<?>> elems)
A factory of Tuple that shares the given TupleElements.
|
TupleFactory(Selection<?>... elems) |
TupleFactory(TupleElement<?>... elems) |
Modifier and Type | Method and Description |
---|---|
List<TupleElement<?>> |
getElements() |
int |
getIndex(String alias) |
int |
getIndex(TupleElement<?> e) |
TupleImpl |
newInstance() |
public TupleFactory(List<TupleElement<?>> elems)
public TupleFactory(TupleElement<?>... elems)
public TupleFactory(Selection<?>... elems)
public List<TupleElement<?>> getElements()
public TupleImpl newInstance()
newInstance
in interface ObjectFactory<Tuple>
public int getIndex(TupleElement<?> e)
public int getIndex(String alias)
Copyright © 2006–2017 Apache Software Foundation. All rights reserved.