Table of Contents

Class ArrowType

Namespace
Apache.Arrow.Types
Assembly
Apache.Arrow.dll
public abstract class ArrowType : IArrowType
Inheritance
ArrowType
Implements
Derived
Inherited Members
Extension Methods

Properties

IsFixedWidth

public virtual bool IsFixedWidth { get; }

Property Value

bool

Name

public abstract string Name { get; }

Property Value

string

TypeId

public abstract ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

Methods

Accept(IArrowTypeVisitor)

public abstract void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor