Class ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction
- java.lang.Object
-
- org.apache.sysds.runtime.instructions.spark.ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction
-
- All Implemented Interfaces:
Serializable
,org.apache.spark.api.java.function.Function<FrameBlock,FrameBlock>
- Enclosing class:
- ParameterizedBuiltinSPInstruction
public static class ParameterizedBuiltinSPInstruction.RDDFrameReplaceFunction extends Object implements org.apache.spark.api.java.function.Function<FrameBlock,FrameBlock>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RDDFrameReplaceFunction(String pattern, String replacement)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameBlock
call(FrameBlock arg0)
-
-
-
Method Detail
-
call
public FrameBlock call(FrameBlock arg0)
- Specified by:
call
in interfaceorg.apache.spark.api.java.function.Function<FrameBlock,FrameBlock>
-
-