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

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

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

Methods in org.apache.hive.service.cli.thrift that return TI16Value
 TI16Value TI16Value.deepCopy()
           
 TI16Value TColumnValue.getI16Val()
           
 

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

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

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TI16Value
static TColumn TColumn.i16Column(List<TI16Value> value)
           
 void TColumn.setI16Column(List<TI16Value> value)
           
 

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



Copyright © 2012 The Apache Software Foundation