ArrowStringDataFrameColumn.ToArrowArray(Int64, Int32) 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.
System.Object.ToArrowArray(System.Int64,System.Int32)
protected internal override Apache.Arrow.Array ToArrowArray (long startIndex, int numberOfRows);
override this.ToArrowArray : int64 * int -> Apache.Arrow.Array
Protected Friend Overrides Function ToArrowArray (startIndex As Long, numberOfRows As Integer) As Array
Parameters
- startIndex
- Int64
- numberOfRows
- Int32
Returns
Apache.Arrow.Array