public class DecimalType extends DataType
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_PRECISION |
static int |
MAX_SCALE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other)
Verifies if a DataType equals to this one.
|
int |
getPrecision()
Retrieves the precision of this decimal number.
|
int |
getScale()
Retrieves the scale of this decimal number.
|
int |
hashCode()
Calculates the hash code of this Decimal Type Object.
|
String |
toString()
Generates a String value to represent this DecimalType.
|
public static final int MAX_PRECISION
public static final int MAX_SCALE
public int getPrecision()
public int getScale()
public String toString()
public boolean equals(Object other)
© 2023 Snowflake Inc. All Rights Reserved