Table of Contents

Class DictionaryArray

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll
public class DictionaryArray : Array, IArrowArray, IDisposable
Inheritance
DictionaryArray
Implements
Inherited Members

Constructors

DictionaryArray(ArrayData)

public DictionaryArray(ArrayData data)

Parameters

data ArrayData

DictionaryArray(DictionaryType, IArrowArray, IArrowArray)

public DictionaryArray(DictionaryType dataType, IArrowArray indicesArray, IArrowArray dictionary)

Parameters

dataType DictionaryType
indicesArray IArrowArray
dictionary IArrowArray

Properties

Dictionary

public IArrowArray Dictionary { get; }

Property Value

IArrowArray

Indices

public IArrowArray Indices { get; }

Property Value

IArrowArray

IndicesBuffer

public ArrowBuffer IndicesBuffer { get; }

Property Value

ArrowBuffer

Methods

Accept(IArrowArrayVisitor)

public override void Accept(IArrowArrayVisitor visitor)

Parameters

visitor IArrowArrayVisitor