org.apache.hadoop.hive.serde2.objectinspector
Class UnionStructObjectInspector.MyField
java.lang.Object
org.apache.hadoop.hive.serde2.objectinspector.UnionStructObjectInspector.MyField
- All Implemented Interfaces:
- StructField
- Enclosing class:
- UnionStructObjectInspector
public static class UnionStructObjectInspector.MyField
- extends Object
- implements StructField
MyField.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
structID
public int structID
UnionStructObjectInspector.MyField
public UnionStructObjectInspector.MyField(int structID,
StructField structField)
getFieldName
public String getFieldName()
- Description copied from interface:
StructField
- Get the name of the field. The name should be always in lower-case.
- Specified by:
getFieldName
in interface StructField
getFieldObjectInspector
public ObjectInspector getFieldObjectInspector()
- Description copied from interface:
StructField
- Get the ObjectInspector for the field.
- Specified by:
getFieldObjectInspector
in interface StructField
getFieldComment
public String getFieldComment()
- Description copied from interface:
StructField
- Get the comment for the field. May be null if no comment provided.
- Specified by:
getFieldComment
in interface StructField
Copyright © 2012 The Apache Software Foundation