Uses of Class
org.apache.hadoop.hive.serde2.ByteStream.Output

Packages that use ByteStream.Output
org.apache.hadoop.hive.serde2   
org.apache.hadoop.hive.serde2.dynamic_type   
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.lazybinary   
 

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
           
 

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.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 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)
          Write a zero-compressed encoded long to a byte array.
 



Copyright © 2009 The Apache Software Foundation