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

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

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 LazyUnion.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyUnion.
 void LazyStruct.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyStruct.
 void LazyString.init(ByteArrayRef bytes, int start, int length)
           
 void LazyShort.init(ByteArrayRef bytes, int start, int length)
           
abstract  void LazyObject.init(ByteArrayRef bytes, int start, int length)
          Set the data for this LazyObject.
 void LazyNonPrimitive.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 LazyFloat.init(ByteArrayRef bytes, int start, int length)
           
 void LazyDouble.init(ByteArrayRef bytes, int start, int length)
           
 void LazyByte.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBoolean.init(ByteArrayRef bytes, int start, int length)
           
 void LazyArray.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyArray.
 

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

Fields in org.apache.hadoop.hive.serde2.lazybinary declared as ByteArrayRef
protected  ByteArrayRef LazyBinaryNonPrimitive.bytes
           
 

Methods in org.apache.hadoop.hive.serde2.lazybinary with parameters of type ByteArrayRef
 void LazyBinaryVoid.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryStruct.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryString.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryShort.init(ByteArrayRef bytes, int start, int length)
           
abstract  void LazyBinaryObject.init(ByteArrayRef bytes, int start, int length)
          Set the data for this LazyBinaryObject.
 void LazyBinaryNonPrimitive.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryMap.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyBinaryMap.
 void LazyBinaryLong.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryInteger.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryFloat.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryDouble.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryByte.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryBoolean.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryArray.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyBinaryArray.
 



Copyright © 2011 The Apache Software Foundation