public interface TupleCaptureTransformer
| Modifier and Type | Method and Description | 
|---|---|
Tuple | 
collapse(Tuple in)
Capture all the extra fields in 'in' into their correct capture fields. 
 | 
Tuple | 
expand(Tuple in)
Expand all the capture fields in 'in' 
 | 
Schema | 
getCollapsedSchema()  | 
Schema | 
getExpandedSchema()  | 
Schema getCollapsedSchema()
Schema getExpandedSchema()
Tuple expand(Tuple in) throws TupleException
in - TupleException - if in has the wrong schemaTuple collapse(Tuple in) throws TupleException
in - TupleException - if in has the wrong schema