Package | Description |
---|---|
org.apache.tajo.storage.rcfile | |
org.apache.tajo.storage.v2 |
Modifier and Type | Method and Description |
---|---|
int |
BytesRefArrayWritable.compareTo(BytesRefArrayWritable other) |
Modifier and Type | Method and Description |
---|---|
BytesRefArrayWritable |
RCFile.Reader.getColumn(int columnID,
BytesRefArrayWritable rest)
Fetch all data in the buffer for a given column.
|
Modifier and Type | Method and Description |
---|---|
BytesRefArrayWritable |
RCFile.Reader.getColumn(int columnID,
BytesRefArrayWritable rest)
Fetch all data in the buffer for a given column.
|
void |
RCFile.Reader.getCurrentRow(BytesRefArrayWritable ret)
get the current row used,make sure called
RCFile.Reader.next(org.apache.hadoop.io.LongWritable)
first. |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.