ArrowStringDataFrameColumn.Clone(DataFrameColumn, Boolean, Int64) Method

Definition

Clone column to produce a copy potentially changing the order of values by supplying mapIndices and an invert flag

public override Microsoft.Data.Analysis.DataFrameColumn Clone (Microsoft.Data.Analysis.DataFrameColumn mapIndices = default, bool invertMapIndices = false, long numberOfNullsToAppend = 0);
override this.Clone : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.DataFrameColumn
Public Overrides Function Clone (Optional mapIndices As DataFrameColumn = Nothing, Optional invertMapIndices As Boolean = false, Optional numberOfNullsToAppend As Long = 0) As DataFrameColumn

Parameters

mapIndices
DataFrameColumn
invertMapIndices
Boolean
numberOfNullsToAppend
Int64

Returns

A new DataFrameColumn

Applies to