Table of Contents

Class DurationType

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

Fields

Microsecond

public static readonly DurationType Microsecond

Field Value

DurationType

Millisecond

public static readonly DurationType Millisecond

Field Value

DurationType

Nanosecond

public static readonly DurationType Nanosecond

Field Value

DurationType

Second

public static readonly DurationType Second

Field Value

DurationType

Properties

BitWidth

public override int BitWidth { get; }

Property Value

int

Name

public override string Name { 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

FromTimeUnit(TimeUnit)

public static DurationType FromTimeUnit(TimeUnit unit)

Parameters

unit TimeUnit

Returns

DurationType