ArrowStringDataFrameColumn.GetReadOnlyNullBitMapBuffers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumeration of immutable ReadOnlyMemory<T> buffers representing null
values in the Apache Arrow format
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.ArrowStringDataFrameColumn+<GetReadOnlyNullBitMapBuffers>d__12))]
public System.Collections.Generic.IEnumerable<ReadOnlyMemory<byte>> GetReadOnlyNullBitMapBuffers ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.ArrowStringDataFrameColumn+<GetReadOnlyNullBitMapBuffers>d__12))>]
member this.GetReadOnlyNullBitMapBuffers : unit -> seq<ReadOnlyMemory<byte>>
Public Iterator Function GetReadOnlyNullBitMapBuffers () As IEnumerable(Of ReadOnlyMemory(Of Byte))
Returns
An enumeration of ReadOnlyMemory<T> objects whose elements encode the null bit maps for the column's values
- Attributes
Remarks
Each ReadOnlyMemory<T> encodes the indices of null
values in its corresponding Data buffer