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

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

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

Methods in org.apache.hive.service.cli.thrift that return TBoolValue
 TBoolValue TBoolValue.deepCopy()
           
 TBoolValue TColumnValue.getBoolVal()
           
 

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

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

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TBoolValue
static TColumn TColumn.boolColumn(List<TBoolValue> value)
           
 void TColumn.setBoolColumn(List<TBoolValue> value)
           
 

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



Copyright © 2012 The Apache Software Foundation