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 SummaryConstructors Constructor Description RDDFrameReplaceFunction(String pattern, String replacement)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description FrameBlockcall(FrameBlock arg0)
 
- 
- 
- 
Method Detail- 
callpublic FrameBlock call(FrameBlock arg0) - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<FrameBlock,FrameBlock>
 
 
- 
 
-