DataFrameColumn.ToArrowArray(Int64, Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
protected internal virtual Apache.Arrow.Array ToArrowArray (long startIndex, int numberOfRows);
abstract member ToArrowArray : int64 * int -> Apache.Arrow.Array
override this.ToArrowArray : int64 * int -> Apache.Arrow.Array
Protected Friend Overridable Function ToArrowArray (startIndex As Long, numberOfRows As Integer) As Array
Paramètres
- startIndex
- Int64
- numberOfRows
- Int32
Retours
Apache.Arrow.Array