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

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

public static class LazyBinaryUtils.VLong
extends Object

A zero-compressed encoded long.


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

Field Detail

value

public long value

length

public byte length
Constructor Detail

LazyBinaryUtils.VLong

public LazyBinaryUtils.VLong()


Copyright © 2013 The Apache Software Foundation