Package | Description |
---|---|
org.apache.tajo.storage.v2 |
Modifier and Type | Method and Description |
---|---|
RCFile.ValueBuffer |
RCFile.Reader.getCurrentValueBufferObj()
return the ValueBuffer object used in the reader.
|
Modifier and Type | Method and Description |
---|---|
void |
RCFile.Writer.flushBlock(RCFile.KeyBuffer keyBuffer,
RCFile.ValueBuffer valueBuffer,
int recordLen,
int keyLength,
int compressedKeyLen)
flush a block out without doing anything except compressing the key part.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.