Compartir a través de


PrimitiveDataFrameColumn<T>.GetReadOnlyDataBuffers Método

Definición

Devuelve una enumerable de búferes de memoria inmutables que representan los valores subyacentes.

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

Devoluciones

IEnumerableReadOnlyMemory<T>

Atributos

Comentarios

null Los valores se codifican en los búferes devueltos por GetReadOnlyNullBitmapBuffers en el formato de flecha de Apache

Se aplica a