Uses of Interface
org.apache.hadoop.hive.serde2.columnar.LazyDecompressionCallback

Packages that use LazyDecompressionCallback
org.apache.hadoop.hive.serde2.columnar   
 

Uses of LazyDecompressionCallback in org.apache.hadoop.hive.serde2.columnar
 

Methods in org.apache.hadoop.hive.serde2.columnar with parameters of type LazyDecompressionCallback
 void BytesRefWritable.set(LazyDecompressionCallback newData, int offset, int len)
          readFields() will corrupt the array.
 

Constructors in org.apache.hadoop.hive.serde2.columnar with parameters of type LazyDecompressionCallback
BytesRefWritable(LazyDecompressionCallback lazyDecompressData, int offset, int len)
          Create a BytesRefWritable referenced to one section of the given bytes.
 



Copyright © 2011 The Apache Software Foundation