Udostępnij za pośrednictwem


PrimitiveDataFrameColumn<T>.GetReadOnlyNullBitMapBuffers Metoda

Definicja

Zwraca wyliczenie niezmiennych ReadOnlyMemory<T> buforów reprezentujących null wartości w formacie Apache Arrow

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

Zwraca

IenumerableReadOnlyMemory<T>

Atrybuty

Uwagi

Każdy ReadOnlyMemory<T> koduje wartości odpowiadającego mu bufora null danych

Dotyczy