public interface TimestampObjectInspector extends PrimitiveObjectInspector
PrimitiveObjectInspector.PrimitiveCategory
ObjectInspector.Category
Modifier and Type | Method and Description |
---|---|
Timestamp |
getPrimitiveJavaObject(Object o)
Get the Java Primitive object.
|
TimestampWritable |
getPrimitiveWritableObject(Object o)
Return the data in an instance of primitive writable Object.
|
copyObject, getJavaPrimitiveClass, getPrimitiveCategory, getPrimitiveWritableClass, getTypeInfo, precision, preferWritable, scale
getCategory, getTypeName
TimestampWritable getPrimitiveWritableObject(Object o)
PrimitiveObjectInspector
getPrimitiveWritableObject
in interface PrimitiveObjectInspector
Timestamp getPrimitiveJavaObject(Object o)
PrimitiveObjectInspector
getPrimitiveJavaObject
in interface PrimitiveObjectInspector
Copyright © 2017 The Apache Software Foundation. All rights reserved.