PrimitiveDataFrameColumn<T>.GetReadOnlyDataBuffers 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 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