StructFieldprotected static class TableRecordObjectInspector.TableStructField extends StandardStructObjectInspector.MyField
getStructFieldData method; which casts the given
StructField parameter to the MyField
nested class of the StandardStructObjectInspector
class. Tests can create an instance or subclass of this class
to be input to that method, and the cast that is performed will
be allowed.fieldComment, fieldID, fieldName, fieldObjectInspector| Constructor | Description |
|---|---|
TableStructField() |
|
TableStructField(int fieldId,
java.lang.String fieldName,
ObjectInspector fieldObjectInspector) |
|
TableStructField(int fieldId,
java.lang.String fieldName,
ObjectInspector fieldObjectInspector,
java.lang.String fieldComment) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetFieldComment, getFieldID, getFieldName, getFieldObjectInspector, toStringpublic TableStructField()
public TableStructField(int fieldId,
java.lang.String fieldName,
ObjectInspector fieldObjectInspector)
public TableStructField(int fieldId,
java.lang.String fieldName,
ObjectInspector fieldObjectInspector,
java.lang.String fieldComment)
Copyright (c) 2011, 2018 Oracle and/or its affiliates. All rights reserved.