Package org.apache.iceberg.types
Class Types.NestedField
java.lang.Object
org.apache.iceberg.types.Types.NestedField
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Types
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondoc()
boolean
int
fieldId()
int
hashCode()
boolean
boolean
name()
static Types.NestedField
static Types.NestedField
static Types.NestedField
static Types.NestedField
static Types.NestedField
static Types.NestedField
toString()
type()
withFieldId
(int newId)
-
Method Details
-
optional
-
optional
-
required
-
required
-
of
-
of
-
isOptional
public boolean isOptional() -
asOptional
-
isRequired
public boolean isRequired() -
asRequired
-
withFieldId
-
fieldId
public int fieldId() -
name
-
type
-
doc
-
toString
-
equals
-
hashCode
public int hashCode()
-