Table of Contents

Class TimestampType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public sealed class TimestampType : TimeBasedType, IArrowType
Inheritance
TimestampType
Implements
Inherited Members
Extension Methods

Constructors

TimestampType(TimeUnit, string)

public TimestampType(TimeUnit unit = TimeUnit.Millisecond, string timezone = null)

Parameters

unit TimeUnit
timezone string

TimestampType(TimeUnit, TimeZoneInfo)

public TimestampType(TimeUnit unit = TimeUnit.Millisecond, TimeZoneInfo timezone = null)

Parameters

unit TimeUnit
timezone TimeZoneInfo

Fields

Default

public static readonly TimestampType Default

Field Value

TimestampType

Properties

BitWidth

public override int BitWidth { get; }

Property Value

int

IsTimeZoneAware

public bool IsTimeZoneAware { get; }

Property Value

bool

Name

public override string Name { get; }

Property Value

string

Timezone

public string Timezone { get; }

Property Value

string

TypeId

public override ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor