DecimalType 类

定义

表示十进制类型。

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

构造函数

DecimalType(Int32, Int32)

初始化 DecimalType 实例。

属性

Json

此数据类型的压缩 JSON 表示形式。

(继承自 DataType)
SimpleString

返回 DecimalType 的简单字符串版本。

TypeName

规范化类型名称。

(继承自 DataType)

方法

Equals(Object)

通过检查此类型的字符串版本,检查给定对象是否与当前对象相同。

(继承自 DataType)
GetHashCode()

返回当前 对象的哈希代码。

(继承自 DataType)

适用于