| Package | Description |
|---|---|
| org.apache.hadoop.hive.serde2.columnar |
| 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) |
void |
BytesRefArrayWritable.set(int index,
BytesRefWritable bytesRefWritable)
Set the BytesRefWritable at the specified position with the specified
BytesRefWritable.
|
Copyright © 2017 The Apache Software Foundation. All rights reserved.