| Package | Description |
|---|---|
| org.cylondata.cylon |
| Modifier and Type | Method and Description |
|---|---|
<I,O> Column<O> |
Table.mapColumn(int colIndex,
Mapper<I,O> mapper)
Maps the values of a column to another value
|
| Modifier and Type | Method and Description |
|---|---|
static Table |
Table.fromColumns(List<Column> columns)
Create a
Table by combining a list of columns |
Copyright © 2020. All rights reserved.