public static class Types.DecimalType extends Type.PrimitiveType
Type.NestedType, Type.PrimitiveType, Type.TypeID
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static Types.DecimalType |
of(int precision,
int scale) |
int |
precision() |
int |
scale() |
java.lang.String |
toString() |
Type.TypeID |
typeId() |
asPrimitiveType, isPrimitiveType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
asListType, asMapType, asNestedType, asStructType, isListType, isMapType, isNestedType, isStructType
public static Types.DecimalType of(int precision, int scale)
public int scale()
public int precision()
public Type.TypeID typeId()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object