Table of Contents

Class Int8Array

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

Constructors

Int8Array(ArrayData)

public Int8Array(ArrayData data)

Parameters

data ArrayData

Int8Array(ArrowBuffer, ArrowBuffer, int, int, int)

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