Methods in org.apache.hadoop.hive.serde2.lazy with parameters of type ByteArrayRef |
void |
LazyByte.init(ByteArrayRef bytes,
int start,
int length)
|
void |
LazyArray.init(ByteArrayRef bytes,
int start,
int length)
Set the row data for this LazyArray. |
void |
LazyString.init(ByteArrayRef bytes,
int start,
int length)
|
void |
LazyStruct.init(ByteArrayRef bytes,
int start,
int length)
Set the row data for this LazyStruct. |
void |
LazyShort.init(ByteArrayRef bytes,
int start,
int length)
|
void |
LazyMap.init(ByteArrayRef bytes,
int start,
int length)
Set the row data for this LazyArray. |
void |
LazyLong.init(ByteArrayRef bytes,
int start,
int length)
|
void |
LazyInteger.init(ByteArrayRef bytes,
int start,
int length)
|
void |
LazyDouble.init(ByteArrayRef bytes,
int start,
int length)
|
void |
LazyObject.init(ByteArrayRef bytes,
int start,
int length)
Set the data for this LazyObject. |
void |
LazyNonPrimitive.init(ByteArrayRef bytes,
int start,
int length)
|