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

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

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

Fields in org.apache.hadoop.hive.serde2.columnar declared as BytesRefWritable
static BytesRefWritable BytesRefWritable.ZeroBytesRefWritable
           
 

Methods in org.apache.hadoop.hive.serde2.columnar that return BytesRefWritable
 BytesRefWritable BytesRefArrayWritable.get(int index)
          Gets the BytesRefWritable at the specified position.
 BytesRefWritable BytesRefArrayWritable.unCheckedGet(int index)
          Gets the BytesRefWritable at the specified position without checking.
 

Methods in org.apache.hadoop.hive.serde2.columnar with parameters of type BytesRefWritable
 int BytesRefWritable.compareTo(BytesRefWritable other)
          
 boolean BytesRefArrayWritable.contains(BytesRefWritable bytesRefWritable)
          Returns true if this instance contains one or more the specified BytesRefWritable.
 void BytesRefArrayWritable.set(int index, BytesRefWritable bytesRefWritable)
          Set the BytesRefWritable at the specified position with the specified BytesRefWritable.
 



Copyright © 2010 The Apache Software Foundation