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

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

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

Methods in org.apache.hadoop.hive.serde2.io with parameters of type LazyBinaryUtils.VInt
 void DateWritable.setFromBytes(byte[] bytes, int offset, int length, LazyBinaryUtils.VInt vInt)
           
 

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

Fields in org.apache.hadoop.hive.serde2.lazybinary with type parameters of type LazyBinaryUtils.VInt
static ThreadLocal<LazyBinaryUtils.VInt> LazyBinaryUtils.threadLocalVInt
           
 

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 © 2012 The Apache Software Foundation