Package io.delta.kernel.types
Class MapType
Object
io.delta.kernel.types.DataType
io.delta.kernel.types.MapType
Data type representing a
map type.- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanequivalent(DataType dataType) Are the data types same? The metadata or column names could be different.inthashCode()booleantoJson()Convert the data type to Delta protocol specified serialization format.toString()
-
Constructor Details
-
MapType
-
-
Method Details
-
getKeyType
-
getValueType
-
isValueContainsNull
public boolean isValueContainsNull() -
equivalent
Description copied from class:DataTypeAre the data types same? The metadata or column names could be different.- Overrides:
equivalentin classDataType- Returns:
-
equals
-
hashCode
public int hashCode() -
toJson
Description copied from class:DataTypeConvert the data type to Delta protocol specified serialization format. -
toString
-