다음을 통해 공유


PrimitiveDataFrameColumn<T>.GetReadOnlyNullBitMapBuffers 메서드

정의

Apache 화살표 형식의 값을 나타내는 null 변경할 수 없는 버퍼의 열거 가능 ReadOnlyMemory<T> 값을 반환합니다.

[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__89))]
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>>
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.PrimitiveDataFrameColumn<>+<GetReadOnlyNullBitMapBuffers>d__89))>]
member this.GetReadOnlyNullBitMapBuffers : unit -> seq<ReadOnlyMemory<byte>>
Public Iterator Function GetReadOnlyNullBitMapBuffers () As IEnumerable(Of ReadOnlyMemory(Of Byte))

반환

IEnumerableReadOnlyMemory<T>

특성

설명

ReadOnlyMemory<T> 값은 null 해당 데이터 버퍼의 값을 인코딩합니다.

적용 대상