|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ByteStream.Output | |
---|---|
org.apache.hadoop.hive.serde2.io | |
org.apache.hadoop.hive.serde2.lazy | |
org.apache.hadoop.hive.serde2.lazybinary |
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 |
DateWritable.writeToByteStream(ByteStream.Output byteStream)
|
void |
HiveDecimalWritable.writeToByteStream(ByteStream.Output byteStream)
|
void |
TimestampWritable.writeToByteStream(ByteStream.Output byteStream)
|
static void |
HiveDecimalWritable.writeToByteStream(Decimal128 dec,
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. |
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 |
LazyBinarySerDe.serializeStruct(ByteStream.Output byteStream,
Object[] fieldData,
List<ObjectInspector> fieldOis)
|
static void |
LazyBinaryUtils.writeDouble(ByteStream.Output byteStream,
double d)
|
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 |