org.apache.hadoop.hive.serde2.objectinspector.primitive
Class PrimitiveObjectInspectorConverter.DoubleConverter
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.primitive.PrimitiveObjectInspectorConverter.DoubleConverter
- All Implemented Interfaces:
- ObjectInspectorConverters.Converter
- Enclosing class:
- PrimitiveObjectInspectorConverter
public static class PrimitiveObjectInspectorConverter.DoubleConverter
- extends Object
- implements ObjectInspectorConverters.Converter
A converter for the double type.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PrimitiveObjectInspectorConverter.DoubleConverter
public PrimitiveObjectInspectorConverter.DoubleConverter(PrimitiveObjectInspector inputOI,
SettableDoubleObjectInspector outputOI)
convert
public Object convert(Object o)
- Specified by:
convert
in interface ObjectInspectorConverters.Converter
Copyright © 2009 The Apache Software Foundation