org.apache.hive.service.cli
Class ColumnValue
java.lang.Object
org.apache.hive.service.cli.ColumnValue
public class ColumnValue
- extends Object
ColumnValue.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ColumnValue
public ColumnValue(TColumnValue tColumnValue)
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)
timestampValue
public static ColumnValue timestampValue(Timestamp value)
stringValue
public static ColumnValue stringValue(BigDecimal value)
newColumnValue
public static ColumnValue newColumnValue(Type type,
Object value)
toTColumnValue
public TColumnValue toTColumnValue()
Copyright © 2013 The Apache Software Foundation