TimestampType 类

定义

表示时间戳类型。 它表示以微秒精度表示的时间瞬间。 有效范围为 [0001-01-01T00:00:00.000000Z, 9999-12-31T23:59:59.59.999999Z] ,其中左/右绑定是公历的日期和时间(UTC+00:00)。

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

构造函数

TimestampType()

表示时间戳类型。 它表示以微秒精度表示的时间瞬间。 有效范围为 [0001-01-01T00:00:00.000000Z, 9999-12-31T23:59:59.59.999999Z] ,其中左/右绑定是公历的日期和时间(UTC+00:00)。

属性

Json

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

(继承自 DataType)
SimpleString

当前数据类型的简单字符串版本。

(继承自 DataType)
TypeName

规范化类型名称。

(继承自 DataType)

方法

Equals(Object)

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

(继承自 DataType)
GetHashCode()

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

(继承自 DataType)

适用于