ArrowStringDataFrameColumn.GetReadOnlyDataBuffers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an enumeration of immutable buffers representing the underlying values in the Apache Arrow format
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.ArrowStringDataFrameColumn+<GetReadOnlyDataBuffers>d__11))]
public System.Collections.Generic.IEnumerable<ReadOnlyMemory<byte>> GetReadOnlyDataBuffers ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.ArrowStringDataFrameColumn+<GetReadOnlyDataBuffers>d__11))>]
member this.GetReadOnlyDataBuffers : unit -> seq<ReadOnlyMemory<byte>>
Public Iterator Function GetReadOnlyDataBuffers () As IEnumerable(Of ReadOnlyMemory(Of Byte))
Returns
An enumeration of ReadOnlyMemory<T> whose elements are the raw data buffers for the UTF8 string values.
- Attributes
Remarks
null
values are encoded in the buffers returned by GetReadOnlyNullBitmapBuffers in the Apache Arrow format