Class Bool8Array
Extension array for 1-byte boolean values, backed by an Int8Array.
public class Bool8Array : ExtensionArray, IArrowArray, IDisposable, IReadOnlyList<bool?>, IReadOnlyCollection<bool?>, IEnumerable<bool?>, IEnumerable
- Inheritance
-
Bool8Array
- Implements
- Inherited Members
Constructors
Bool8Array(Bool8Type, IArrowArray)
public Bool8Array(Bool8Type bool8Type, IArrowArray storage)
Parameters
bool8TypeBool8TypestorageIArrowArray
Bool8Array(IArrowArray)
public Bool8Array(IArrowArray storage)
Parameters
storageIArrowArray
Properties
Count
public int Count { get; }
Property Value
this[int]
public bool? this[int index] { get; }
Parameters
indexint
Property Value
- bool?
StorageArray
public Int8Array StorageArray { get; }
Property Value
Methods
GetEnumerator()
public IEnumerator<bool?> GetEnumerator()
Returns
GetValue(int)
public bool? GetValue(int index)
Parameters
indexint
Returns
- bool?