DecimalType Class

Definition

Represents a decimal type.

public sealed class DecimalType : Microsoft.Spark.Sql.Types.FractionalType
type DecimalType = class
    inherit FractionalType
Public NotInheritable Class DecimalType
Inherits FractionalType
Inheritance

Constructors

DecimalType(Int32, Int32)

Initializes the DecimalType instance.

Properties

Json

The compact JSON representation of this data type.

(Inherited from DataType)
SimpleString

Returns simple string version of DecimalType.

TypeName

Normalized type name.

(Inherited from DataType)

Methods

Equals(Object)

Checks if the given object is same as the current object by checking the string version of this type.

(Inherited from DataType)
GetHashCode()

Returns the hash code of the current object.

(Inherited from DataType)

Applies to