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

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

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

Methods in org.apache.hive.service.cli.thrift that return TDoubleValue
 TDoubleValue TDoubleValue.deepCopy()
           
 TDoubleValue TColumnValue.getDoubleVal()
           
 

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

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

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TDoubleValue
static TColumn TColumn.doubleColumn(List<TDoubleValue> value)
           
 void TColumn.setDoubleColumn(List<TDoubleValue> value)
           
 

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



Copyright © 2012 The Apache Software Foundation