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:
-
Nested Class Summary
-
Method Summary
Modifier and TypeMethodDescriptiondoc()
boolean
int
fieldId()
static Types.NestedField.Builder
from
(Types.NestedField field) int
hashCode()
boolean
boolean
name()
static Types.NestedField
static Types.NestedField
static Types.NestedField
static Types.NestedField
static Types.NestedField.Builder
static Types.NestedField
static Types.NestedField
static Types.NestedField.Builder
toString()
type()
withFieldId
(int newId) Deprecated.
-
Method Details
-
optional
-
optional
-
required
-
required
-
of
-
of
-
from
-
required
-
optional
-
isOptional
public boolean isOptional() -
asOptional
-
isRequired
public boolean isRequired() -
asRequired
-
withFieldId
Deprecated.will be removed in 2.0.0; useTypes.NestedField.Builder.withId(int)
instead -
fieldId
public int fieldId() -
name
-
type
-
doc
-
initialDefault
-
writeDefault
-
toString
-
equals
-
hashCode
public int hashCode()
-
Types.NestedField.Builder.withId(int)
instead