|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcascading.pipe.Pipe
cascading.pipe.SubAssembly
cascading.pipe.assembly.Rename
public class Rename
Class Rename is a SubAssembly
that will rename the fromFields to the names in toFields.
Field Summary |
---|
Fields inherited from class cascading.pipe.Pipe |
---|
configDef, previous, stepConfigDef |
Constructor Summary | |
---|---|
Rename(Pipe previous,
Fields fromFields,
Fields toFields)
Rename the fromFields in the current Tuple to the given toFields. |
Method Summary |
---|
Methods inherited from class cascading.pipe.SubAssembly |
---|
getName, getPrevious, getTailNames, getTails, setTails, unwind |
Methods inherited from class cascading.pipe.Pipe |
---|
equals, getConfigDef, getHeads, getStepConfigDef, getTrace, hasConfigDef, hashCode, hasProcessConfigDef, isEquivalentTo, names, outgoingScopeFor, pipes, print, printInternal, resolveFields, resolveIncomingOperationFields, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"previous","fromFields","toFields"}) public Rename(Pipe previous, Fields fromFields, Fields toFields)
incoming: {"first", "middle", "last"} -> from:{"middle"} to:{"initial"} -> outgoing:{"first", "last", "initial"}
previous
- of type PipefromFields
- of type FieldstoFields
- of type Fields
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |