Compartir a través de


PrimitiveDataFrameColumn<T>.GetReadOnlyNullBitMapBuffers Método

Definición

Devuelve una enumerable de búferes inmutables ReadOnlyMemory<T> que representan null valores en el formato de flecha de Apache.

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<>+<GetReadOnlyNullBitMapBuffers>d__64))]
public System.Collections.Generic.IEnumerable<ReadOnlyMemory<byte>> GetReadOnlyNullBitMapBuffers ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<>+<GetReadOnlyNullBitMapBuffers>d__64))>]
member this.GetReadOnlyNullBitMapBuffers : unit -> seq<ReadOnlyMemory<byte>>
Public Iterator Function GetReadOnlyNullBitMapBuffers () As IEnumerable(Of ReadOnlyMemory(Of Byte))

Devoluciones

IEnumerableReadOnlyMemory<T>

Atributos

Comentarios

Cada ReadOnlyMemory<T> una codifica los null valores de su búfer de datos correspondiente.

Se aplica a