org.apache.hadoop.hive.serde2.objectinspector.primitive
Class PrimitiveObjectInspectorConverter

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter

public class PrimitiveObjectInspectorConverter
extends Object

PrimitiveObjectInspectorConverter.


Nested Class Summary
static class PrimitiveObjectInspectorConverter.BinaryConverter
           
static class PrimitiveObjectInspectorConverter.BooleanConverter
          A converter for the byte type.
static class PrimitiveObjectInspectorConverter.ByteConverter
          A converter for the byte type.
static class PrimitiveObjectInspectorConverter.DoubleConverter
          A converter for the double type.
static class PrimitiveObjectInspectorConverter.FloatConverter
          A converter for the float type.
static class PrimitiveObjectInspectorConverter.IntConverter
          A converter for the int type.
static class PrimitiveObjectInspectorConverter.LongConverter
          A converter for the long type.
static class PrimitiveObjectInspectorConverter.ShortConverter
          A converter for the short type.
static class PrimitiveObjectInspectorConverter.StringConverter
          A helper class to convert any primitive to String.
static class PrimitiveObjectInspectorConverter.TextConverter
          A helper class to convert any primitive to Text.
static class PrimitiveObjectInspectorConverter.TimestampConverter
           
 
Constructor Summary
PrimitiveObjectInspectorConverter()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveObjectInspectorConverter

public PrimitiveObjectInspectorConverter()


Copyright © 2011 The Apache Software Foundation