Table of Contents

Class Time64Type

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

Constructors

Time64Type(TimeUnit)

public Time64Type(TimeUnit unit = TimeUnit.Nanosecond)

Parameters

unit TimeUnit

Properties

BitWidth

public override int BitWidth { get; }

Property Value

int

Default

public static Time64Type Default { get; }

Property Value

Time64Type

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