PrimitiveDataFrameColumn<T>.GetReadOnlyDataBuffers メソッド

定義

基になる値を表す不変メモリ バッファーの列挙可能な値を返します。

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

戻り値

IEnumerableReadOnlyMemory<T>

属性

注釈

null 値は、GetReadOnlyNullBitmapBuffers によって返されるバッファーで Apache Arrow 形式でエンコードされます

適用対象