Class FrameReblockBuffer
java.lang.Object
org.apache.sysds.runtime.instructions.spark.data.FrameReblockBuffer
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFrameReblockBuffer(int buffersize, long rlen, long clen, Types.ValueType[] schema) -
Method Summary
Modifier and TypeMethodDescriptionvoidappendCell(long r, long c, Object obj) voidflushBufferToBinaryBlocks(ArrayList<Pair<Long, FrameBlock>> outList) intintgetSize()
-
Field Details
-
DEFAULT_BUFFER_SIZE
public static final int DEFAULT_BUFFER_SIZE- See Also:
-
-
Constructor Details
-
FrameReblockBuffer
-
-
Method Details
-
getSize
public int getSize() -
getCapacity
public int getCapacity() -
appendCell
-
flushBufferToBinaryBlocks
public void flushBufferToBinaryBlocks(ArrayList<Pair<Long, FrameBlock>> outList) throws DMLRuntimeException- Throws:
DMLRuntimeException
-