Uses of Class
org.apache.hadoop.hive.serde2.lazy.ByteArrayRef

Packages that use ByteArrayRef
org.apache.hadoop.hive.serde2.lazy   
 

Uses of ByteArrayRef in org.apache.hadoop.hive.serde2.lazy
 

Fields in org.apache.hadoop.hive.serde2.lazy declared as ByteArrayRef
protected  ByteArrayRef LazyNonPrimitive.bytes
           
 

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)
           
 



Copyright © 2009 The Apache Software Foundation