public interface 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.
|
String getFieldName()
ObjectInspector getFieldObjectInspector()
int getFieldID()
String getFieldComment()
Copyright © 2017 The Apache Software Foundation. All rights reserved.