Class Int16Array
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
ArrowBuffernullBitmapBuffer
ArrowBufferlength
intnullCount
intoffset
int
Methods
Accept(IArrowArrayVisitor)
public override void Accept(IArrowArrayVisitor visitor)
Parameters
visitor
IArrowArrayVisitor