Method UnsafeMap
| Improve this Doc View SourceUnsafeMap(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.