Table of Contents

Class UInt32Array

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

Constructors

UInt32Array(ArrayData)

public UInt32Array(ArrayData data)

Parameters

data ArrayData

UInt32Array(ArrowBuffer, ArrowBuffer, int, int, int)

public UInt32Array(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