Table of Contents

Class DictionaryType

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

Constructors

DictionaryType(IArrowType, IArrowType, bool)

public DictionaryType(IArrowType indexType, IArrowType valueType, bool ordered)

Parameters

indexType IArrowType
valueType IArrowType
ordered bool

Fields

Default

[Obsolete]
public static readonly DictionaryType Default

Field Value

DictionaryType

Properties

BitWidth

public override int BitWidth { get; }

Property Value

int

IndexType

public IArrowType IndexType { get; }

Property Value

IArrowType

Name

public override string Name { get; }

Property Value

string

Ordered

public bool Ordered { get; }

Property Value

bool

TypeId

public override ArrowTypeId TypeId { get; }

Property Value

ArrowTypeId

ValueType

public IArrowType ValueType { get; }

Property Value

IArrowType

Methods

Accept(IArrowTypeVisitor)

public override void Accept(IArrowTypeVisitor visitor)

Parameters

visitor IArrowTypeVisitor