Table of Contents

Class Time32Type

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

Constructors

Time32Type(TimeUnit)

public Time32Type(TimeUnit unit = TimeUnit.Millisecond)

Parameters

unit TimeUnit

Properties

BitWidth

public override int BitWidth { get; }

Property Value

int

Default

public static Time32Type Default { get; }

Property Value

Time32Type

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