public class MapType extends DataType
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Verifies if a DataType equals to this one.
|
DataType |
getKeyType()
Retrieves the data type of this MapType's key.
|
DataType |
getValueType()
Retrieves the data type of this MapType's value.
|
int |
hashCode()
Calculates the hash code of this Map Type Object.
|
String |
toString()
Generates a String value to represent this map type.
|
public DataType getKeyType()
public DataType getValueType()
public String toString()
public boolean equals(Object other)
© 2023 Snowflake Inc. All Rights Reserved