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

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

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

Methods in org.apache.hive.service.cli.thrift that return TI32Value
 TI32Value TI32Value.deepCopy()
           
 TI32Value TColumnValue.getI32Val()
           
 

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

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

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TI32Value
static TColumn TColumn.i32Column(List<TI32Value> value)
           
 void TColumn.setI32Column(List<TI32Value> value)
           
 

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



Copyright © 2012 The Apache Software Foundation