org.apache.hadoop.hive.serde2.dynamic_type
Class DynamicSerDeTypeByte
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.DynamicSerDeTypeByte
- All Implemented Interfaces:
- Serializable, Node
public class DynamicSerDeTypeByte
- extends DynamicSerDeTypeBase
- See Also:
- Serialized Form
DynamicSerDeTypeByte
public DynamicSerDeTypeByte(int i)
DynamicSerDeTypeByte
public DynamicSerDeTypeByte(thrift_grammar p,
int i)
toString
public String toString()
- Overrides:
toString
in class DynamicSerDeTypeBase
deserialize
public Byte deserialize(org.apache.thrift.protocol.TProtocol iprot)
throws SerDeException,
org.apache.thrift.TException,
IllegalAccessException
- Throws:
SerDeException
org.apache.thrift.TException
IllegalAccessException
deserialize
public Object deserialize(Object reuse,
org.apache.thrift.protocol.TProtocol iprot)
throws SerDeException,
org.apache.thrift.TException,
IllegalAccessException
- Specified by:
deserialize
in class DynamicSerDeTypeBase
- Throws:
SerDeException
org.apache.thrift.TException
IllegalAccessException
serialize
public void serialize(Object o,
ObjectInspector oi,
org.apache.thrift.protocol.TProtocol oprot)
throws org.apache.thrift.TException,
SerDeException,
NoSuchFieldException,
IllegalAccessException
- Specified by:
serialize
in class DynamicSerDeTypeBase
- Throws:
org.apache.thrift.TException
SerDeException
NoSuchFieldException
IllegalAccessException
getType
public byte getType()
- Overrides:
getType
in class DynamicSerDeTypeBase
Copyright © 2009 The Apache Software Foundation