- All Implemented Interfaces:
Serializable, Function<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>
public class GorRowMapFunction
extends Object
implements Function<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>, Serializable
- See Also:
-
-
-
Constructor Summary
Constructors
-
Method Summary
org.gorpipe.gor.model.Row
apply(org.gorpipe.gor.model.Row row)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
Method Details
-
apply
public org.gorpipe.gor.model.Row apply(org.gorpipe.gor.model.Row row)
- Specified by:
apply in interface Function<org.gorpipe.gor.model.Row,org.gorpipe.gor.model.Row>