다음을 통해 공유


PrimitiveDataFrameColumn<T>.CloneImplementation 메서드

정의

오버로드

CloneImplementation(Int64)
CloneImplementation(DataFrameColumn, Boolean, Int64)

mapIndices 및 반전 플래그를 제공하여 잠재적으로 값 순서를 변경할 수 있는 복사본을 생성하도록 열을 복제합니다.

CloneImplementation(Int64)

Source:
PrimitiveDataFrameColumn.cs
Source:
PrimitiveDataFrameColumn.cs
Source:
PrimitiveDataFrameColumn.cs
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

매개 변수

numberOfNullsToAppend
Int64

반환

적용 대상

CloneImplementation(DataFrameColumn, Boolean, Int64)

Source:
PrimitiveDataFrameColumn.cs
Source:
PrimitiveDataFrameColumn.cs
Source:
PrimitiveDataFrameColumn.cs

mapIndices 및 반전 플래그를 제공하여 잠재적으로 값 순서를 변경할 수 있는 복사본을 생성하도록 열을 복제합니다.

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

매개 변수

mapIndices
DataFrameColumn
invertMapIndices
Boolean
numberOfNullsToAppend
Int64

반환

DataFrameColumn입니다.

적용 대상