Package | Description |
---|---|
org.apache.tajo.storage.rcfile |
Modifier and Type | Field and Description |
---|---|
static BytesRefWritable |
BytesRefWritable.ZeroBytesRefWritable |
Modifier and Type | Method and Description |
---|---|
BytesRefWritable |
BytesRefArrayWritable.get(int index)
Gets the BytesRefWritable at the specified position.
|
BytesRefWritable |
BytesRefArrayWritable.unCheckedGet(int index)
Gets the BytesRefWritable at the specified position without checking.
|
Modifier and Type | Method and Description |
---|---|
int |
BytesRefWritable.compareTo(BytesRefWritable other) |
boolean |
BytesRefArrayWritable.contains(BytesRefWritable bytesRefWritable)
Returns true if this instance contains one or more the specified
BytesRefWritable.
|
void |
BytesRefArrayWritable.set(int index,
BytesRefWritable bytesRefWritable)
Set the BytesRefWritable at the specified position with the specified
BytesRefWritable.
|
Copyright © 2014 Apache Software Foundation. All Rights Reserved.