Show / Hide Table of Contents

Method UnsafeMap

| Improve this Doc View Source

UnsafeMap(Column, Column)

Maps between two columns unsafely.

Declaration
public static ColumnMapping UnsafeMap(Column source, Column target)
Parameters
Type Name Description
Column source

The source column.

Column target

The target column.

Returns
Type Description
ColumnMapping

The mapping between these two columns.

Remarks

You must ensure type safety of the columns, otherwise an exception may be thrown when using returned ColumnMapping.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest