public class StringColumnConverter extends Object
| Constructor and Description |
|---|
StringColumnConverter() |
| Modifier and Type | Method and Description |
|---|---|
<V extends Comparable<V>,C extends DataFrameColumn<V,C>> |
convert(StringColumn column,
Class<C> colType)
Converts a StringColumn to a other column type by parsing all values
|
public <V extends Comparable<V>,C extends DataFrameColumn<V,C>> C convert(StringColumn column, Class<C> colType) throws DataFrameException
column - original columncolType - target column typeDataFrameExceptionCopyright © 2017. All rights reserved.