| Constructor and Description |
|---|
ArrayType(DataType elementType,
boolean containsNull) |
ArrayType(StructField elementField) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsNull() |
boolean |
equals(Object o) |
boolean |
equivalent(DataType dataType)
Are the data types same? The metadata or column names could be different.
|
StructField |
getElementField() |
DataType |
getElementType() |
int |
hashCode() |
String |
toString() |
public ArrayType(DataType elementType, boolean containsNull)
public ArrayType(StructField elementField)
public StructField getElementField()
public DataType getElementType()
public boolean containsNull()
public boolean equivalent(DataType dataType)
DataTypeequivalent in class DataType