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 LazyMap.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyArray.
 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.
 void LazyNonPrimitive.init(ByteArrayRef bytes, int start, int length)
           
 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)
           
 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)
           
abstract  void LazyObject.init(ByteArrayRef bytes, int start, int length)
          Set the data for this LazyObject.
 

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 LazyBinaryStruct.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryMap.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyBinaryMap.
 void LazyBinaryBoolean.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryNonPrimitive.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryArray.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyBinaryArray.
 void LazyBinaryString.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryShort.init(ByteArrayRef bytes, int start, int length)
           
 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)
           
abstract  void LazyBinaryObject.init(ByteArrayRef bytes, int start, int length)
          Set the data for this LazyBinaryObject.
 



Copyright © 2009 The Apache Software Foundation