Uses of Class
org.apache.hive.service.cli.thrift.TByteValue

Packages that use TByteValue
org.apache.hive.service.cli.thrift   
 

Uses of TByteValue in org.apache.hive.service.cli.thrift
 

Methods in org.apache.hive.service.cli.thrift that return TByteValue
 TByteValue TByteValue.deepCopy()
           
 TByteValue TColumnValue.getByteVal()
           
 

Methods in org.apache.hive.service.cli.thrift that return types with arguments of type TByteValue
 List<TByteValue> TColumn.getByteColumn()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TByteValue
static TColumnValue TColumnValue.byteVal(TByteValue value)
           
 int TByteValue.compareTo(TByteValue other)
           
 boolean TByteValue.equals(TByteValue that)
           
 void TColumnValue.setByteVal(TByteValue value)
           
 

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TByteValue
static TColumn TColumn.byteColumn(List<TByteValue> value)
           
 void TColumn.setByteColumn(List<TByteValue> value)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TByteValue
TByteValue(TByteValue other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation