Class IsFrameBlockInRange
- java.lang.Object
- 
- org.apache.sysds.runtime.instructions.spark.functions.IsFrameBlockInRange
 
- 
- All Implemented Interfaces:
- Serializable,- org.apache.spark.api.java.function.Function<scala.Tuple2<Long,FrameBlock>,Boolean>
 
 public class IsFrameBlockInRange extends Object implements org.apache.spark.api.java.function.Function<scala.Tuple2<Long,FrameBlock>,Boolean> - See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IsFrameBlockInRange(long rl, long ru, DataCharacteristics mcOut)
 
- 
- 
- 
Constructor Detail- 
IsFrameBlockInRangepublic IsFrameBlockInRange(long rl, long ru, DataCharacteristics mcOut)
 
- 
 - 
Method Detail- 
callpublic Boolean call(scala.Tuple2<Long,FrameBlock> kv) throws Exception - Specified by:
- callin interface- org.apache.spark.api.java.function.Function<scala.Tuple2<Long,FrameBlock>,Boolean>
- Throws:
- Exception
 
 
- 
 
-