public static class UnionStructObjectInspector.MyField extends java.lang.Object implements StructField
Modifier and Type | Field and Description |
---|---|
int |
structID |
Constructor and Description |
---|
MyField(int structID,
StructField structField) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFieldComment()
Get the comment for the field.
|
java.lang.String |
getFieldName()
Get the name of the field.
|
ObjectInspector |
getFieldObjectInspector()
Get the ObjectInspector for the field.
|
public MyField(int structID, StructField structField)
public java.lang.String getFieldName()
StructField
getFieldName
in interface StructField
public ObjectInspector getFieldObjectInspector()
StructField
getFieldObjectInspector
in interface StructField
public java.lang.String getFieldComment()
StructField
getFieldComment
in interface StructField
Copyright © 2012 The Apache Software Foundation