public class ArrayType extends DataType
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Verifies if a DataType equals to this one.
|
DataType |
getElementType()
Retrieves the type of this array's element.
|
int |
hashCode()
Calculates the hash code of this Array Type Object.
|
String |
toString()
Generates a String value to represent this array type.
|
public DataType getElementType()
public String toString()
public boolean equals(Object other)
© 2023 Snowflake Inc. All Rights Reserved