public abstract class DataType
extends java.lang.Object
| Constructor and Description |
|---|
DataType() |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
equals(java.lang.Object obj) |
boolean |
equivalent(DataType dataType)
Are the data types same? The metadata or column names could be different.
|
abstract int |
hashCode() |
abstract java.lang.String |
toJson()
Convert the data type to Delta protocol specified serialization format.
|
abstract java.lang.String |
toString() |
public abstract java.lang.String toJson()
public boolean equivalent(DataType dataType)
dataType - public abstract int hashCode()
hashCode in class java.lang.Objectpublic abstract boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic abstract java.lang.String toString()
toString in class java.lang.Object