DecimalType

case class DecimalType(precision: DataType, scale: DataType) extends DataType
Companion:
object
trait Serializable
trait Product
trait Equals
class DataType
class Object
trait Matchable
class Any

Value members

Inherited methods

def baseTypeName: String
Inherited from:
DataType
def bind(typeArgMap: Map[String, DataType]): DataType
Inherited from:
DataType
def isBound: Boolean
Inherited from:
DataType
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes
DataType -> Any
Inherited from:
DataType

Inherited fields

val typeName: String
Inherited from:
DataType
Inherited from:
DataType