public static final class PlanProjectOperator.MapProjector<T extends Tuple,R extends Tuple> extends AbstractRichFunction implements MapFunction<T,R>
Modifier and Type | Method and Description |
---|---|
R |
map(Tuple inTuple)
The mapping method.
|
close, getIterationRuntimeContext, getRuntimeContext, open, setRuntimeContext
public R map(Tuple inTuple) throws Exception
MapFunction
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.