Partilhar via


PrimitiveDataFrameColumn<T>.GetReadOnlyDataBuffers Método

Definição

Retorna uma enumerável de buffers de memória imutáveis que representam os valores subjacentes

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

Retornos

IEnumerableReadOnlyMemory<T>

Atributos

Comentários

null os valores são codificados nos buffers retornados por GetReadOnlyNullBitmapBuffers no formato Apache Arrow

Aplica-se a