Uses of Class
org.apache.hadoop.hive.serde2.columnar.BytesRefArrayWritable

Packages that use BytesRefArrayWritable
org.apache.hadoop.hive.ql.io   
org.apache.hadoop.hive.serde2.columnar   
 

Uses of BytesRefArrayWritable in org.apache.hadoop.hive.ql.io
 

Classes in org.apache.hadoop.hive.ql.io with type parameters of type BytesRefArrayWritable
 class RCFileInputFormat<K extends LongWritable,V extends BytesRefArrayWritable>
          RCFileInputFormat.
 class RCFileRecordReader<K extends LongWritable,V extends BytesRefArrayWritable>
          RCFileRecordReader.
 

Methods in org.apache.hadoop.hive.ql.io that return BytesRefArrayWritable
 BytesRefArrayWritable RCFileRecordReader.createValue()
           
 BytesRefArrayWritable RCFile.Reader.getColumn(int columnID, BytesRefArrayWritable rest)
          Fetch all data in the buffer for a given column.
 

Methods in org.apache.hadoop.hive.ql.io with parameters of type BytesRefArrayWritable
 BytesRefArrayWritable RCFile.Reader.getColumn(int columnID, BytesRefArrayWritable rest)
          Fetch all data in the buffer for a given column.
 void RCFile.Reader.getCurrentRow(BytesRefArrayWritable ret)
          get the current row used,make sure called RCFile.Reader.next(LongWritable) first.
 boolean RCFileRecordReader.next(LongWritable key, BytesRefArrayWritable value)
           
 

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

Methods in org.apache.hadoop.hive.serde2.columnar with parameters of type BytesRefArrayWritable
 int BytesRefArrayWritable.compareTo(BytesRefArrayWritable other)
          
 void ColumnarStructBase.init(BytesRefArrayWritable cols)
           
 



Copyright © 2012 The Apache Software Foundation