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

java.lang.Object
  extended by org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.LongConverter
All Implemented Interfaces:
ObjectInspectorConverters.Converter
Enclosing class:
PrimitiveObjectInspectorConverter

public static class PrimitiveObjectInspectorConverter.LongConverter
extends Object
implements ObjectInspectorConverters.Converter

A converter for the long type.


Constructor Summary
PrimitiveObjectInspectorConverter.LongConverter(PrimitiveObjectInspector inputOI, SettableLongObjectInspector outputOI)
           
 
Method Summary
 Object convert(Object input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveObjectInspectorConverter.LongConverter

public PrimitiveObjectInspectorConverter.LongConverter(PrimitiveObjectInspector inputOI,
                                                       SettableLongObjectInspector outputOI)
Method Detail

convert

public Object convert(Object input)
Specified by:
convert in interface ObjectInspectorConverters.Converter


Copyright © 2012 The Apache Software Foundation