Partilhar via


ArrowStringDataFrameColumn.GetReadOnlyDataBuffers Método

Definição

Retorna uma enumeração de buffers imutáveis que representam os valores subjacentes no formato do Apache Arrow

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

Retornos

Uma enumeração cujos elementos são os buffers de ReadOnlyMemory<T> dados brutos para os valores de cadeia de caracteres UTF8.

Atributos

Comentários

null os valores são codificados nos buffers retornados por GetReadOnlyNullBitmapBuffers no formato Apache Arrow

Aplica-se a