共用方式為


DataFrame.ToArrowRecordBatches 方法

定義

IEnumerable<T>傳回大部分沒有複製數據

[System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.DataFrame+<ToArrowRecordBatches>d__2))]
public System.Collections.Generic.IEnumerable<Apache.Arrow.RecordBatch> ToArrowRecordBatches ();
[<System.Runtime.CompilerServices.IteratorStateMachine(typeof(Microsoft.Data.Analysis.DataFrame+<ToArrowRecordBatches>d__2))>]
member this.ToArrowRecordBatches : unit -> seq<Apache.Arrow.RecordBatch>
Public Iterator Function ToArrowRecordBatches () As IEnumerable(Of RecordBatch)

傳回

IEnumerable<Apache.Arrow.RecordBatch>
屬性

適用於