Partilhar via


PrimitiveDataFrameColumn<T>.CloneImplementation Método

Definição

Clonar coluna para produzir uma cópia potencialmente alterando a ordem dos valores fornecendo mapIndices e um sinalizador invertido

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

Parâmetros

mapIndices
DataFrameColumn
invertMapIndices
Boolean
numberOfNullsToAppend
Int64

Retornos

Um novo DataFrameColumn

Aplica-se a