|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BytesRefWritable | |
---|---|
org.apache.hadoop.hive.serde2.columnar |
Uses of BytesRefWritable in org.apache.hadoop.hive.serde2.columnar |
---|
Fields in org.apache.hadoop.hive.serde2.columnar declared as BytesRefWritable | |
---|---|
static BytesRefWritable |
BytesRefWritable.ZeroBytesRefWritable
|
Methods in org.apache.hadoop.hive.serde2.columnar that return BytesRefWritable | |
---|---|
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. |
Methods in org.apache.hadoop.hive.serde2.columnar with parameters of type BytesRefWritable | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |