ArrowStringDataFrameColumn.GetValues(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.
Returns length
number of values starting from startIndex
.
protected override System.Collections.Generic.IReadOnlyList<object> GetValues(long startIndex, int length);
override this.GetValues : int64 * int -> System.Collections.Generic.IReadOnlyList<obj>
Protected Overrides Function GetValues (startIndex As Long, length As Integer) As IReadOnlyList(Of Object)
Parameters
- startIndex
- Int64
The first index to return values from.
- length
- Int32
The number of values to return.
Returns
A read only list of values