|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ByteStream.Output in org.apache.hadoop.hive.serde2 |
---|
Fields in org.apache.hadoop.hive.serde2 declared as ByteStream.Output | |
---|---|
protected ByteStream.Output |
ByteStreamTypedSerDe.bos
|
Methods in org.apache.hadoop.hive.serde2 with parameters of type ByteStream.Output | |
---|---|
protected void |
DelimitedJSONSerDe.serializeField(ByteStream.Output out,
Object obj,
ObjectInspector objInspector,
LazySimpleSerDe.SerDeParameters serdeParams)
|
Uses of ByteStream.Output in org.apache.hadoop.hive.serde2.dynamic_type |
---|
Fields in org.apache.hadoop.hive.serde2.dynamic_type declared as ByteStream.Output | |
---|---|
protected ByteStream.Output |
DynamicSerDe.bos_
|
Uses of ByteStream.Output in org.apache.hadoop.hive.serde2.io |
---|
Methods in org.apache.hadoop.hive.serde2.io with parameters of type ByteStream.Output | |
---|---|
void |
TimestampWritable.writeToByteStream(ByteStream.Output byteStream)
|
void |
BigDecimalWritable.writeToByteStream(ByteStream.Output byteStream)
|
Uses of ByteStream.Output in org.apache.hadoop.hive.serde2.lazy |
---|
Methods in org.apache.hadoop.hive.serde2.lazy with parameters of type ByteStream.Output | |
---|---|
static void |
LazySimpleSerDe.serialize(ByteStream.Output out,
Object obj,
ObjectInspector objInspector,
byte[] separators,
int level,
org.apache.hadoop.io.Text nullSequence,
boolean escaped,
byte escapeChar,
boolean[] needsEscape)
Serialize the row into the StringBuilder. |
protected void |
LazySimpleSerDe.serializeField(ByteStream.Output out,
Object obj,
ObjectInspector objInspector,
LazySimpleSerDe.SerDeParameters serdeParams)
|
Uses of ByteStream.Output in org.apache.hadoop.hive.serde2.lazybinary |
---|
Methods in org.apache.hadoop.hive.serde2.lazybinary with parameters of type ByteStream.Output | |
---|---|
static boolean |
LazyBinarySerDe.serialize(ByteStream.Output byteStream,
Object obj,
ObjectInspector objInspector,
boolean skipLengthPrefix,
boolean warnedOnceNullMapKey)
A recursive function that serialize an object to a byte buffer based on its object inspector. |
static void |
LazyBinaryUtils.writeVInt(ByteStream.Output byteStream,
int i)
Writes a zero-compressed encoded int to a byte array. |
static void |
LazyBinaryUtils.writeVLong(ByteStream.Output byteStream,
long l)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |