Class ArrayWrapper
- java.lang.Object
 - 
- org.apache.sysds.runtime.frame.data.columns.ArrayWrapper
 
 
- 
- All Implemented Interfaces:
 org.apache.hadoop.io.Writable
public class ArrayWrapper extends Object implements org.apache.hadoop.io.Writable
 
- 
- 
Constructor Summary
Constructors Constructor Description ArrayWrapper(Array<?> a) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreadFields(DataInput in)voidwrite(DataOutput out) 
 - 
 
- 
- 
Field Detail
- 
_a
public Array<?> _a
 
 - 
 
- 
Constructor Detail
- 
ArrayWrapper
public ArrayWrapper(Array<?> a)
 
 - 
 
- 
Method Detail
- 
write
public void write(DataOutput out) throws IOException
- Specified by:
 writein interfaceorg.apache.hadoop.io.Writable- Throws:
 IOException
 
- 
readFields
public void readFields(DataInput in) throws IOException
- Specified by:
 readFieldsin interfaceorg.apache.hadoop.io.Writable- Throws:
 IOException
 
 - 
 
 -