Package io.delta.kernel.types
Class ArrayType
Object
io.delta.kernel.types.DataType
io.delta.kernel.types.ArrayType
Represent
array data type- Since:
- 3.0.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanequivalent(DataType dataType) Are the data types same? The metadata or column names could be different.inthashCode()toJson()Convert the data type to Delta protocol specified serialization format.toString()
-
Constructor Details
-
ArrayType
-
-
Method Details
-
getElementType
-
containsNull
public boolean containsNull() -
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
-