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()
StructFieldgetFieldName in interface StructFieldpublic ObjectInspector getFieldObjectInspector()
StructFieldgetFieldObjectInspector in interface StructFieldpublic java.lang.String getFieldComment()
StructFieldgetFieldComment in interface StructFieldCopyright © 2012 The Apache Software Foundation