org.apache.hadoop.hive.serde2.lazybinary
Class LazyBinaryUtils.VInt

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.lazybinary.LazyBinaryUtils.VInt
Enclosing class:
LazyBinaryUtils

public static class LazyBinaryUtils.VInt
extends Object

A zero-compressed encoded integer.


Field Summary
 byte length
           
 int value
           
 
Constructor Summary
LazyBinaryUtils.VInt()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public int value

length

public byte length
Constructor Detail

LazyBinaryUtils.VInt

public LazyBinaryUtils.VInt()


Copyright © 2013 The Apache Software Foundation