org.apache.hadoop.hive.serde2.dynamic_type
Class DynamicSerDeTypeDouble
java.lang.Object
org.apache.hadoop.hive.serde2.dynamic_type.SimpleNode
org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeSimpleNode
org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeBase
org.apache.hadoop.hive.serde2.dynamic_type.DynamicSerDeTypeDouble
- All Implemented Interfaces:
- Serializable, Node
public class DynamicSerDeTypeDouble
- extends DynamicSerDeTypeBase
- See Also:
- Serialized Form
DynamicSerDeTypeDouble
public DynamicSerDeTypeDouble(int i)
DynamicSerDeTypeDouble
public DynamicSerDeTypeDouble(thrift_grammar p,
int i)
toString
public String toString()
- Overrides:
toString
in class DynamicSerDeTypeBase
deserialize
public Object deserialize(Object reuse,
com.facebook.thrift.protocol.TProtocol iprot)
throws SerDeException,
com.facebook.thrift.TException,
IllegalAccessException
- Specified by:
deserialize
in class DynamicSerDeTypeBase
- Throws:
SerDeException
com.facebook.thrift.TException
IllegalAccessException
serialize
public void serialize(Object o,
ObjectInspector oi,
com.facebook.thrift.protocol.TProtocol oprot)
throws com.facebook.thrift.TException,
SerDeException,
NoSuchFieldException,
IllegalAccessException
- Specified by:
serialize
in class DynamicSerDeTypeBase
- Throws:
com.facebook.thrift.TException
SerDeException
NoSuchFieldException
IllegalAccessException
getType
public byte getType()
- Overrides:
getType
in class DynamicSerDeTypeBase
getRealType
public Class getRealType()
- Overrides:
getRealType
in class DynamicSerDeTypeBase
getRealTypeInstance
public Double getRealTypeInstance()
Copyright © 2009 The Apache Software Foundation