PrimitiveDataFrameColumn<T>.GetReadOnlyDataBuffers Méthode

Définition

Retourne une énumérable de mémoires tampons immuables représentant les valeurs sous-jacentes

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

Retours

IEnumerableReadOnlyMemory<T>

Attributs

Remarques

null les valeurs sont encodées dans les mémoires tampons retournées par GetReadOnlyNullBitmapBuffers au format Apache Arrow

S’applique à