Share via


DataFrameColumn.CloneImplementation Method

Definition

Overloads

CloneImplementation(DataFrameColumn, Boolean, Int64)

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

CloneImplementation(Int64)

CloneImplementation(DataFrameColumn, Boolean, Int64)

Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs

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

protected abstract Microsoft.Data.Analysis.DataFrameColumn CloneImplementation(Microsoft.Data.Analysis.DataFrameColumn mapIndices, bool invertMapIndices, long numberOfNullsToAppend);
protected virtual Microsoft.Data.Analysis.DataFrameColumn CloneImplementation(Microsoft.Data.Analysis.DataFrameColumn mapIndices, bool invertMapIndices, long numberOfNullsToAppend);
abstract member CloneImplementation : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.DataFrameColumn
abstract member CloneImplementation : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.DataFrameColumn
override this.CloneImplementation : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.DataFrameColumn
Protected MustOverride Function CloneImplementation (mapIndices As DataFrameColumn, invertMapIndices As Boolean, numberOfNullsToAppend As Long) As DataFrameColumn
Protected Overridable 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

CloneImplementation(Int64)

Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
Source:
DataFrameColumn.cs
protected abstract Microsoft.Data.Analysis.DataFrameColumn CloneImplementation(long numberOfNullsToAppend = 0);
abstract member CloneImplementation : int64 -> Microsoft.Data.Analysis.DataFrameColumn
Protected MustOverride Function CloneImplementation (Optional numberOfNullsToAppend As Long = 0) As DataFrameColumn

Parameters

numberOfNullsToAppend
Int64

Returns

Applies to