public class DecimalTypeInfo extends AbstractPrimitiveTypeInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getPrecision()
获取精度
|
int |
getScale()
获取小数点后位数
|
String |
getTypeName() |
int |
hashCode() |
getOdpsType, toStringpublic String getTypeName()
getTypeName in interface TypeInfogetTypeName in class AbstractPrimitiveTypeInfopublic int getPrecision()
public int getScale()
public boolean equals(Object o)
equals in class AbstractPrimitiveTypeInfopublic int hashCode()
hashCode in class AbstractPrimitiveTypeInfoCopyright © 2024 Alibaba Cloud Computing. All rights reserved.