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.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 LazyUnion.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyUnion.
 void LazyTimestamp.init(ByteArrayRef bytes, int start, int length)
          Initilizes LazyTimestamp object by interpreting the input bytes as a JDBC timestamp string
 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 LazyObjectBase.init(ByteArrayRef bytes, int start, int length)
          Set the data for this LazyObjectBase.
 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 LazyBinary.init(ByteArrayRef bytes, int start, int length)
           
 void LazyArray.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyArray.
 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 LazyBinaryVoid.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryTimestamp.init(ByteArrayRef bytes, int start, int length)
          Initializes LazyBinaryTimestamp object
 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)
           
 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 LazyBinaryBinary.init(ByteArrayRef bytes, int start, int length)
           
 void LazyBinaryArray.init(ByteArrayRef bytes, int start, int length)
          Set the row data for this LazyBinaryArray.
 

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.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 WritableBinaryObjectInspector.getPrimitiveJavaObject(Object o)
           
 ByteArrayRef JavaBinaryObjectInspector.getPrimitiveJavaObject(Object o)
           
 ByteArrayRef BinaryObjectInspector.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
 org.apache.hadoop.io.BytesWritable WritableBinaryObjectInspector.create(ByteArrayRef bb)
           
 Object SettableBinaryObjectInspector.create(ByteArrayRef bb)
           
 ByteArrayRef JavaBinaryObjectInspector.create(ByteArrayRef bb)
           
 org.apache.hadoop.io.BytesWritable WritableBinaryObjectInspector.set(Object o, ByteArrayRef bb)
           
 Object SettableBinaryObjectInspector.set(Object o, ByteArrayRef bb)
           
 ByteArrayRef JavaBinaryObjectInspector.set(Object o, ByteArrayRef bb)
           
 



Copyright © 2011 The Apache Software Foundation