public class VectorRowBytesContainer extends Object
| Constructor and Description |
|---|
VectorRowBytesContainer(String spillLocalDirs) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
byte[] |
currentBytes() |
int |
currentLength() |
int |
currentOffset() |
void |
finishRow() |
ByteStream.Output |
getOuputForRowBytes() |
void |
prepareForReading() |
boolean |
readNext() |
void |
resetWrite() |
public VectorRowBytesContainer(String spillLocalDirs)
public ByteStream.Output getOuputForRowBytes()
public void finishRow()
throws IOException
IOExceptionpublic void prepareForReading()
throws IOException
IOExceptionpublic boolean readNext()
throws IOException
IOExceptionpublic byte[] currentBytes()
public int currentOffset()
public int currentLength()
public void resetWrite()
throws IOException
IOExceptionpublic void clear()
Copyright © 2019 The Apache Software Foundation. All Rights Reserved.