Freigeben über


ArrowStringDataFrameColumn.Clone Methode

Definition

Überlädt

Clone(Int64)
Clone(DataFrameColumn, Boolean, Int64)

Klonen sie, um eine Kopie zu erstellen, die die Reihenfolge der Werte potenziell ändert, indem mapIndices und ein Invert-Flag angegeben werden

Clone(Int64)

Quelle:
ArrowStringDataFrameColumn.cs
Quelle:
ArrowStringDataFrameColumn.cs
Quelle:
ArrowStringDataFrameColumn.cs
public Microsoft.Data.Analysis.ArrowStringDataFrameColumn Clone(long numberOfNullsToAppend = 0);
override this.Clone : int64 -> Microsoft.Data.Analysis.ArrowStringDataFrameColumn
Public Function Clone (Optional numberOfNullsToAppend As Long = 0) As ArrowStringDataFrameColumn

Parameter

numberOfNullsToAppend
Int64

Gibt zurück

Gilt für:

Clone(DataFrameColumn, Boolean, Int64)

Quelle:
ArrowStringDataFrameColumn.cs
Quelle:
ArrowStringDataFrameColumn.cs
Quelle:
ArrowStringDataFrameColumn.cs

Klonen sie, um eine Kopie zu erstellen, die die Reihenfolge der Werte potenziell ändert, indem mapIndices und ein Invert-Flag angegeben werden

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

Parameter

mapIndices
DataFrameColumn
invertMapIndices
Boolean
numberOfNullsToAppend
Int64

Gibt zurück

Eine neue DataFrameColumn

Gilt für: