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

Packages that use LazyBinaryUtils.VInt
org.apache.hadoop.hive.serde2.lazybinary   
 

Uses of LazyBinaryUtils.VInt in org.apache.hadoop.hive.serde2.lazybinary
 

Methods in org.apache.hadoop.hive.serde2.lazybinary with parameters of type LazyBinaryUtils.VInt
static void LazyBinaryUtils.readVInt(byte[] bytes, int offset, LazyBinaryUtils.VInt vInt)
          Reads a zero-compressed encoded int from a byte array and returns it.
 



Copyright © 2011 The Apache Software Foundation