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

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

Uses of TColumnValue in org.apache.hive.service.cli
 

Fields in org.apache.hive.service.cli declared as TColumnValue
static TColumnValue ColumnValue.NULL
           
 

Methods in org.apache.hive.service.cli that return TColumnValue
 TColumnValue ColumnValue.toTColumnValue()
           
 

Constructors in org.apache.hive.service.cli with parameters of type TColumnValue
ColumnValue(TColumnValue tColumnValue)
           
 

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

Methods in org.apache.hive.service.cli.thrift that return TColumnValue
static TColumnValue TColumnValue.boolVal(TBoolValue value)
           
static TColumnValue TColumnValue.byteVal(TByteValue value)
           
 TColumnValue TColumnValue.deepCopy()
           
static TColumnValue TColumnValue.doubleVal(TDoubleValue value)
           
static TColumnValue TColumnValue.i16Val(TI16Value value)
           
static TColumnValue TColumnValue.i32Val(TI32Value value)
           
static TColumnValue TColumnValue.i64Val(TI64Value value)
           
static TColumnValue TColumnValue.stringVal(TStringValue value)
           
 

Methods in org.apache.hive.service.cli.thrift that return types with arguments of type TColumnValue
 List<TColumnValue> TRow.getColVals()
           
 Iterator<TColumnValue> TRow.getColValsIterator()
           
 

Methods in org.apache.hive.service.cli.thrift with parameters of type TColumnValue
 void TRow.addToColVals(TColumnValue elem)
           
 int TColumnValue.compareTo(TColumnValue other)
           
 boolean TColumnValue.equals(TColumnValue other)
           
 

Method parameters in org.apache.hive.service.cli.thrift with type arguments of type TColumnValue
 void TRow.setColVals(List<TColumnValue> colVals)
           
 

Constructors in org.apache.hive.service.cli.thrift with parameters of type TColumnValue
TColumnValue(TColumnValue other)
           
 

Constructor parameters in org.apache.hive.service.cli.thrift with type arguments of type TColumnValue
TRow(List<TColumnValue> colVals)
           
 



Copyright © 2012 The Apache Software Foundation