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>
특성

적용 대상