ArrowStringDataFrameColumn.GetReadOnlyOffsetsBuffers 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 ReadOnlyMemory<T> representing offsets into its corresponding Data buffer. The Apache Arrow format specifies how the offset buffer encodes the length of each value in the Data buffer
[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.ArrowStringDataFrameColumn+<GetReadOnlyOffsetsBuffers>d__13))]
public System.Collections.Generic.IEnumerable<ReadOnlyMemory<int>> GetReadOnlyOffsetsBuffers ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.ArrowStringDataFrameColumn+<GetReadOnlyOffsetsBuffers>d__13))>]
member this.GetReadOnlyOffsetsBuffers : unit -> seq<ReadOnlyMemory<int>>
Public Iterator Function GetReadOnlyOffsetsBuffers () As IEnumerable(Of ReadOnlyMemory(Of Integer))
Returns
An enumeration of ReadOnlyMemory<T> objects.
- Attributes