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

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

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

Methods in org.apache.hive.service.cli.thrift that return TStringValue
 TStringValue TStringValue.deepCopy()
           
 TStringValue TColumnValue.getStringVal()
           
 

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

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

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TStringValue
 void TColumn.setStringColumn(List<TStringValue> value)
           
static TColumn TColumn.stringColumn(List<TStringValue> value)
           
 

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



Copyright © 2012 The Apache Software Foundation