Class Date64Type
public sealed class Date64Type : DateType, IArrowType
- Inheritance
-
Date64Type
- Implements
- Inherited Members
- Extension Methods
Fields
Default
public static readonly Date64Type Default
Field Value
Properties
BitWidth
public override int BitWidth { get; }
Property Value
Name
public override string Name { get; }
Property Value
TypeId
public override ArrowTypeId TypeId { get; }
Property Value
Unit
public override DateUnit Unit { get; }
Property Value
Methods
Accept(IArrowTypeVisitor)
public override void Accept(IArrowTypeVisitor visitor)
Parameters
visitor
IArrowTypeVisitor