Table of Contents

Interface IArrowType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public interface IArrowType
Extension Methods

Properties

IsFixedWidth

bool IsFixedWidth { get; }

Property Value

bool

Name

string Name { get; }

Property Value

string

TypeId

ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

Methods

Accept(IArrowTypeVisitor)

void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor