Class UInt8Array
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
dataArrayData
UInt8Array(ArrowBuffer, ArrowBuffer, int, int, int)
public UInt8Array(ArrowBuffer valueBuffer, ArrowBuffer nullBitmapBuffer, int length, int nullCount, int offset)
Parameters
valueBufferArrowBuffernullBitmapBufferArrowBufferlengthintnullCountintoffsetint
Methods
Accept(IArrowArrayVisitor)
public override void Accept(IArrowArrayVisitor visitor)
Parameters
visitorIArrowArrayVisitor