public static class UnionStructObjectInspector.MyField extends Object implements StructField
| Modifier and Type | Field and Description |
|---|---|
protected StructField |
structField |
protected int |
structID |
| Modifier | Constructor and Description |
|---|---|
protected |
UnionStructObjectInspector.MyField() |
|
UnionStructObjectInspector.MyField(int structID,
StructField structField) |
| Modifier and Type | Method and Description |
|---|---|
String |
getFieldComment()
Get the comment for the field.
|
int |
getFieldID()
Get the fieldID for the field.
|
String |
getFieldName()
Get the name of the field.
|
ObjectInspector |
getFieldObjectInspector()
Get the ObjectInspector for the field.
|
protected int structID
protected StructField structField
protected UnionStructObjectInspector.MyField()
public UnionStructObjectInspector.MyField(int structID,
StructField structField)
public String getFieldName()
StructFieldgetFieldName in interface StructFieldpublic ObjectInspector getFieldObjectInspector()
StructFieldgetFieldObjectInspector in interface StructFieldpublic int getFieldID()
StructFieldgetFieldID in interface StructFieldpublic String getFieldComment()
StructFieldgetFieldComment in interface StructFieldCopyright © 2017 The Apache Software Foundation. All rights reserved.