| Package | Description |
|---|---|
| org.datavec.dataframe.api | |
| org.datavec.dataframe.sorting |
| Modifier and Type | Method and Description |
|---|---|
static Sort |
Table.getSort(String... columnNames)
Returns an object that can be used to sort this table in the order specified for by the given column names
|
| Modifier and Type | Method and Description |
|---|---|
it.unimi.dsi.fastutil.ints.IntComparator |
Table.getComparator(Sort key)
Returns a comparator that can be used to sort the records in this table according to the given sort key
|
Table |
Table.sortOn(Sort key) |
| Modifier and Type | Method and Description |
|---|---|
Sort |
Sort.next(String columnName,
Sort.Order order) |
static Sort |
Sort.on(String columnName,
Sort.Order order) |
Copyright © 2017. All rights reserved.