PrimitiveDataFrameColumn<T>.GetReadOnlyDataBuffers Method

Definition

Returns an enumerable of immutable memory buffers representing the underlying values

[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))

Returns

IEnumerableReadOnlyMemory<T>

Attributes

Remarks

null values are encoded in the buffers returned by GetReadOnlyNullBitmapBuffers in the Apache Arrow format

Applies to