Table of Contents

Class Int16Array

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

Constructors

Int16Array(ArrayData)

public Int16Array(ArrayData data)

Parameters

data ArrayData

Int16Array(ArrowBuffer, ArrowBuffer, int, int, int)

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