PrimitiveDataFrameColumn<T>.CloneImplementation Method

Definition

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

protected override Microsoft.Data.Analysis.DataFrameColumn CloneImplementation (Microsoft.Data.Analysis.DataFrameColumn mapIndices, bool invertMapIndices, long numberOfNullsToAppend);
override this.CloneImplementation : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.DataFrameColumn
Protected Overrides Function CloneImplementation (mapIndices As DataFrameColumn, invertMapIndices As Boolean, numberOfNullsToAppend As Long) As DataFrameColumn

Parameters

mapIndices
DataFrameColumn
invertMapIndices
Boolean
numberOfNullsToAppend
Int64

Returns

A new DataFrameColumn

Applies to