ArrowStringDataFrameColumn.CloneImplementation 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.
Overloads
CloneImplementation(Int64) | |
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)
System.Object.CloneImplementation(System.Int64)
protected override Microsoft.Data.Analysis.DataFrameColumn CloneImplementation(long numberOfNullsToAppend);
override this.CloneImplementation : int64 -> Microsoft.Data.Analysis.DataFrameColumn
Protected Overrides Function CloneImplementation (numberOfNullsToAppend As Long) As DataFrameColumn
Parameters
- numberOfNullsToAppend
- Int64
Returns
Applies to
CloneImplementation(DataFrameColumn, Boolean, Int64)
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 = false, long numberOfNullsToAppend = 0);
override this.CloneImplementation : Microsoft.Data.Analysis.DataFrameColumn * bool * int64 -> Microsoft.Data.Analysis.DataFrameColumn
Protected Overrides Function CloneImplementation (mapIndices As DataFrameColumn, Optional invertMapIndices As Boolean = false, Optional numberOfNullsToAppend As Long = 0) As DataFrameColumn
Parameters
- mapIndices
- DataFrameColumn
- invertMapIndices
- Boolean
- numberOfNullsToAppend
- Int64
Returns
A new DataFrameColumn