다음을 통해 공유


PrimitiveDataFrameColumn<T>.CloneImplementation 메서드

정의

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입니다.

적용 대상