org.apache.hadoop.hive.serde2.lazybinary
Class LazyBinarySerDe.StringWrapper

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.lazybinary.LazyBinarySerDe.StringWrapper
Enclosing class:
LazyBinarySerDe

public static class LazyBinarySerDe.StringWrapper
extends Object


Field Summary
 byte[] bytes
           
 int length
           
 int start
           
 
Constructor Summary
LazyBinarySerDe.StringWrapper()
           
 
Method Summary
 void set(byte[] bytes, int start, int length)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bytes

public byte[] bytes

start

public int start

length

public int length
Constructor Detail

LazyBinarySerDe.StringWrapper

public LazyBinarySerDe.StringWrapper()
Method Detail

set

public void set(byte[] bytes,
                int start,
                int length)


Copyright © 2014 The Apache Software Foundation. All rights reserved.