Table of Contents

Class UInt8Array

Namespace
Apache.Arrow
Assembly
Apache.Arrow.dll
public class UInt8Array : PrimitiveArray<byte>, IArrowArray, IDisposable, IReadOnlyList<byte?>, IReadOnlyCollection<byte?>, ICollection<byte?>, IEnumerable<byte?>, IEnumerable
Inheritance
UInt8Array
Implements
Inherited Members

Constructors

UInt8Array(ArrayData)

public UInt8Array(ArrayData data)

Parameters

data ArrayData

UInt8Array(ArrowBuffer, ArrowBuffer, int, int, int)

public UInt8Array(ArrowBuffer valueBuffer, ArrowBuffer nullBitmapBuffer, int length, int nullCount, int offset)

Parameters

valueBuffer ArrowBuffer
nullBitmapBuffer ArrowBuffer
length int
nullCount int
offset int

Methods

Accept(IArrowArrayVisitor)

public override void Accept(IArrowArrayVisitor visitor)

Parameters

visitor IArrowArrayVisitor