@FunctionalInterface public interface ColumnTransform<I extends DataFrameColumn,R extends DataFrameColumn>
| Modifier and Type | Method and Description |
|---|---|
R |
transform(I source)
Transforms an input column into a new column
|
Copyright © 2020. All rights reserved.