Table of Contents

Class Date32Type

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

Fields

Default

public static readonly Date32Type Default

Field Value

Date32Type

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

Unit

public override DateUnit Unit { get; }

Property Value

DateUnit

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor