PrimitiveDataFrameColumn<T>.GetReadOnlyNullBitMapBuffers メソッド

定義

Apache Arrow 形式の値を表す不変 ReadOnlyMemory<T> バッファーの列挙可能な値を null 返します。

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<>+<GetReadOnlyNullBitMapBuffers>d__64))]
public System.Collections.Generic.IEnumerable<ReadOnlyMemory<byte>> GetReadOnlyNullBitMapBuffers ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<>+<GetReadOnlyNullBitMapBuffers>d__64))>]
member this.GetReadOnlyNullBitMapBuffers : unit -> seq<ReadOnlyMemory<byte>>
Public Iterator Function GetReadOnlyNullBitMapBuffers () As IEnumerable(Of ReadOnlyMemory(Of Byte))

戻り値

IEnumerableReadOnlyMemory<T>

属性

注釈

それぞれに ReadOnlyMemory<T> 対応するデータ バッファーの null 値がエンコードされます

適用対象