Modifier and Type | Method and Description |
---|---|
void |
MapJoinBytesTableContainer.DirectKeyValueWriter.writeKey(ByteStream.RandomAccessOutput dest) |
void |
BytesBytesMultiHashMap.KvSource.writeKey(ByteStream.RandomAccessOutput dest)
Write key into output.
|
void |
MapJoinBytesTableContainer.DirectKeyValueWriter.writeValue(ByteStream.RandomAccessOutput dest) |
void |
BytesBytesMultiHashMap.KvSource.writeValue(ByteStream.RandomAccessOutput dest)
Write value into output.
|
Modifier and Type | Class and Description |
---|---|
static class |
ByteStream.Output
Output.
|
class |
WriteBuffers
The structure storing arbitrary amount of data as a set of fixed-size byte buffers.
|
Modifier and Type | Method and Description |
---|---|
static void |
BinarySortableSerDe.writeByte(ByteStream.RandomAccessOutput buffer,
byte b,
boolean invert) |
Modifier and Type | Method and Description |
---|---|
void |
TimestampWritable.writeToByteStream(ByteStream.RandomAccessOutput byteStream) |
void |
HiveIntervalYearMonthWritable.writeToByteStream(ByteStream.RandomAccessOutput byteStream) |
void |
HiveIntervalDayTimeWritable.writeToByteStream(ByteStream.RandomAccessOutput byteStream) |
void |
HiveDecimalWritable.writeToByteStream(ByteStream.RandomAccessOutput byteStream) |
void |
DateWritable.writeToByteStream(ByteStream.RandomAccessOutput byteStream) |
Modifier and Type | Method and Description |
---|---|
static void |
LazyBinarySerDe.serialize(ByteStream.RandomAccessOutput byteStream,
Object obj,
ObjectInspector objInspector,
boolean skipLengthPrefix,
LazyBinarySerDe.BooleanRef warnedOnceNullMapKey)
A recursive function that serialize an object to a byte buffer based on its
object inspector.
|
static void |
LazyBinarySerDe.serializeStruct(ByteStream.RandomAccessOutput byteStream,
Object[] fieldData,
List<ObjectInspector> fieldOis) |
static void |
LazyBinaryUtils.writeDouble(ByteStream.RandomAccessOutput byteStream,
double d) |
static void |
LazyBinaryUtils.writeVInt(ByteStream.RandomAccessOutput byteStream,
int i)
Writes a zero-compressed encoded int to a byte array.
|
static void |
LazyBinaryUtils.writeVLong(ByteStream.RandomAccessOutput byteStream,
long l) |
Copyright © 2017 The Apache Software Foundation. All rights reserved.