TimestampType Class

Definition

Represents a timestamp type. It represents a time instant in microsecond precision. Valid range is [0001-01-01T00:00:00.000000Z, 9999-12-31T23:59:59.999999Z] where the left/right-bound is a date and time of the proleptic Gregorian calendar in UTC+00:00.

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

Constructors

TimestampType()

Properties

Json

The compact JSON representation of this data type.

(Inherited from DataType)
SimpleString

Simple string version of the current data type.

(Inherited from DataType)
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