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

Packages that use ByteArrayRef
org.apache.hadoop.hive.serde2.binarysortable   
org.apache.hadoop.hive.serde2.columnar   
org.apache.hadoop.hive.serde2.lazy   
org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive   
org.apache.hadoop.hive.serde2.lazybinary   
org.apache.hadoop.hive.serde2.lazydio   
org.apache.hadoop.hive.serde2.objectinspector.primitive   
 

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

Methods in org.apache.hadoop.hive.serde2.binarysortable that return ByteArrayRef
static ByteArrayRef TestBinarySortableSerDe.getRandBA(Random r, int len)
           
 

Constructors in org.apache.hadoop.hive.serde2.binarysortable with parameters of type ByteArrayRef
MyTestClass(Byte b, Short s, Integer i, Long l, Float f, Double d, String st, MyTestInnerStruct is, List<Integer> li, ByteArrayRef ba)
           
 

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

Methods in org.apache.hadoop.hive.serde2.columnar with parameters of type ByteArrayRef
protected  int LazyBinaryColumnarStruct.getLength(ObjectInspector objectInspector, ByteArrayRef cachedByteArrayRef, int start, int length)
           
protected abstract  int ColumnarStructBase.getLength(ObjectInspector objectInspector, ByteArrayRef cachedByteArrayRef, int start, int length)
          Check if the object is null and return the length of the stream
protected  int ColumnarStruct.getLength(ObjectInspector objectInspector, ByteArrayRef cachedByteArrayRef, int start, int fieldLen)
           
 

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 LazyStruct.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyStruct.
 void LazyArray.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyArray.
 void LazyTimestamp.init(ByteArrayRef bytes, int start, int length)
          Initilizes LazyTimestamp object by interpreting the input bytes as a JDBC timestamp string
 void LazyFloat.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBoolean.init(ByteArrayRef bytes, int start, int length)
           
 void LazyDouble.init(ByteArrayRef bytes, int start, int length)
           
 void LazyInteger.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinary.init(ByteArrayRef bytes, int start, int length)
           
 void LazyShort.init(ByteArrayRef bytes, int start, int length)
           
 void LazyString.init(ByteArrayRef bytes, int start, int length)
           
abstract  void LazyObjectBase.init(ByteArrayRef bytes, int start, int length)
          Set the data for this LazyObjectBase.
 void LazyMap.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyArray.
 void LazyNonPrimitive.init(ByteArrayRef bytes, int start, int length)
           
 void LazyUnion.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyUnion.
 void LazyByte.init(ByteArrayRef bytes, int start, int length)
           
 void LazyLong.init(ByteArrayRef bytes, int start, int length)
           
 void LazyPrimitive.logExceptionMessage(ByteArrayRef bytes, int start, int length, String dataType)
           
 

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

Methods in org.apache.hadoop.hive.serde2.lazy.objectinspector.primitive that return ByteArrayRef
 ByteArrayRef LazyBinaryObjectInspector.getPrimitiveJavaObject(Object o)
           
 

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 LazyBinaryDouble.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryArray.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyBinaryArray.
 void LazyBinaryTimestamp.init(ByteArrayRef bytes, int start, int length)
          Initializes LazyBinaryTimestamp object
 void LazyBinaryMap.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyBinaryMap.
 void LazyBinaryByte.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 LazyBinaryNonPrimitive.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryBinary.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryInteger.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryString.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryBoolean.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryFloat.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryStruct.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryVoid.init(ByteArrayRef bytes, int start, int length)
           
 

Constructors in org.apache.hadoop.hive.serde2.lazybinary with parameters of type ByteArrayRef
MyTestClassBigger(Byte b, Short s, Integer i, Long l, Float f, Double d, String st, MyTestInnerStruct is, List<Integer> li, ByteArrayRef ba, Map<String,List<MyTestInnerStruct>> mp)
           
 

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

Methods in org.apache.hadoop.hive.serde2.lazydio with parameters of type ByteArrayRef
 void LazyDioDouble.init(ByteArrayRef bytes, int start, int length)
           
 void LazyDioBoolean.init(ByteArrayRef bytes, int start, int length)
           
 void LazyDioFloat.init(ByteArrayRef bytes, int start, int length)
           
 void LazyDioByte.init(ByteArrayRef bytes, int start, int length)
           
 void LazyDioInteger.init(ByteArrayRef bytes, int start, int length)
           
 void LazyDioShort.init(ByteArrayRef bytes, int start, int length)
           
 void LazyDioLong.init(ByteArrayRef bytes, int start, int length)
           
 

Uses of ByteArrayRef in org.apache.hadoop.hive.serde2.objectinspector.primitive
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive that return ByteArrayRef
 ByteArrayRef JavaBinaryObjectInspector.copyObject(Object o)
           
 ByteArrayRef JavaBinaryObjectInspector.create(ByteArrayRef bb)
           
 ByteArrayRef JavaBinaryObjectInspector.create(org.apache.hadoop.io.BytesWritable bw)
           
 ByteArrayRef JavaBinaryObjectInspector.getPrimitiveJavaObject(Object o)
           
 ByteArrayRef BinaryObjectInspector.getPrimitiveJavaObject(Object o)
           
 ByteArrayRef WritableBinaryObjectInspector.getPrimitiveJavaObject(Object o)
           
 ByteArrayRef JavaBinaryObjectInspector.set(Object o, ByteArrayRef bb)
           
 ByteArrayRef JavaBinaryObjectInspector.set(Object o, org.apache.hadoop.io.BytesWritable bw)
           
 

Methods in org.apache.hadoop.hive.serde2.objectinspector.primitive with parameters of type ByteArrayRef
 ByteArrayRef JavaBinaryObjectInspector.create(ByteArrayRef bb)
           
 Object SettableBinaryObjectInspector.create(ByteArrayRef bb)
           
 org.apache.hadoop.io.BytesWritable WritableBinaryObjectInspector.create(ByteArrayRef bb)
           
 ByteArrayRef JavaBinaryObjectInspector.set(Object o, ByteArrayRef bb)
           
 Object SettableBinaryObjectInspector.set(Object o, ByteArrayRef bb)
           
 org.apache.hadoop.io.BytesWritable WritableBinaryObjectInspector.set(Object o, ByteArrayRef bb)
           
 



Copyright © 2011 The Apache Software Foundation