Package io.delta.kernel.types
Class FieldMetadata
Object
io.delta.kernel.types.FieldMetadata
The metadata for a given
StructField. The contents are immutable.-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getEntries
- Returns:
- list of the key-value pairs in this
FieldMetadata
-
contains
- Parameters:
key- the key to check for- Returns:
- True if
thiscontains a mapping for the given key, False otherwise
-
get
- Parameters:
key- the key to check for- Returns:
- the value to which the specified key is mapped, or null if there is no mapping for the given key
-
toJson
-
toString
-
equals
-
hashCode
public int hashCode() -
builder
- Returns:
- a new
FieldMetadata.Builder
-
empty
- Returns:
- an empty
FieldMetadatainstance
-