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

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

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

Methods in org.apache.hive.service.cli.thrift that return TI64Value
 TI64Value TI64Value.deepCopy()
           
 TI64Value TColumnValue.getI64Val()
           
 

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

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

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TI64Value
static TColumn TColumn.i64Column(List<TI64Value> value)
           
 void TColumn.setI64Column(List<TI64Value> value)
           
 

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



Copyright © 2012 The Apache Software Foundation