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 that return types with arguments of type BytesRefArrayWritable
 org.apache.hadoop.mapred.RecordWriter<org.apache.hadoop.io.WritableComparable,BytesRefArrayWritable> RCFileOutputFormat.getRecordWriter(org.apache.hadoop.fs.FileSystem ignored, org.apache.hadoop.mapred.JobConf job, String name, org.apache.hadoop.util.Progressable progress)
          
 

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(org.apache.hadoop.io.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 ColumnarStruct.init(BytesRefArrayWritable cols)
           
 



Copyright © 2010 The Apache Software Foundation