org.apache.hive.service.cli
Class ColumnValue

java.lang.Object
  extended by org.apache.hive.service.cli.ColumnValue

public class ColumnValue
extends Object

ColumnValue.


Field Summary
static TColumnValue NULL
           
 
Constructor Summary
ColumnValue(TColumnValue tColumnValue)
           
 
Method Summary
static ColumnValue booleanValue(Boolean value)
           
static ColumnValue byteValue(Byte value)
           
static ColumnValue dateValue(Date value)
           
static ColumnValue doubleValue(Double value)
           
static ColumnValue floatValue(Float value)
           
static ColumnValue intValue(Integer value)
           
static ColumnValue longValue(Long value)
           
static ColumnValue newColumnValue(Type type, Object value)
           
static ColumnValue shortValue(Short value)
           
static ColumnValue stringValue(HiveDecimal value)
           
static ColumnValue stringValue(HiveVarchar value)
           
static ColumnValue stringValue(String value)
           
static ColumnValue timestampValue(Timestamp value)
           
 TColumnValue toTColumnValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NULL

public static final TColumnValue NULL
Constructor Detail

ColumnValue

public ColumnValue(TColumnValue tColumnValue)
Method Detail

booleanValue

public static ColumnValue booleanValue(Boolean value)

byteValue

public static ColumnValue byteValue(Byte value)

shortValue

public static ColumnValue shortValue(Short value)

intValue

public static ColumnValue intValue(Integer value)

longValue

public static ColumnValue longValue(Long value)

floatValue

public static ColumnValue floatValue(Float value)

doubleValue

public static ColumnValue doubleValue(Double value)

stringValue

public static ColumnValue stringValue(String value)

stringValue

public static ColumnValue stringValue(HiveVarchar value)

dateValue

public static ColumnValue dateValue(Date value)

timestampValue

public static ColumnValue timestampValue(Timestamp value)

stringValue

public static ColumnValue stringValue(HiveDecimal value)

newColumnValue

public static ColumnValue newColumnValue(Type type,
                                         Object value)

toTColumnValue

public TColumnValue toTColumnValue()


Copyright © 2012 The Apache Software Foundation