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 void
readFields(DataInput in)
void
write(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:
write
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
readFields
public void readFields(DataInput in) throws IOException
- Specified by:
readFields
in interfaceorg.apache.hadoop.io.Writable
- Throws:
IOException
-
-