| Package | Description |
|---|---|
| org.datavec.dataframe.api | |
| org.datavec.dataframe.mapping | |
| org.datavec.dataframe.store | |
| org.datavec.dataframe.table |
| Modifier and Type | Method and Description |
|---|---|
TimeColumn |
TimeColumn.copy() |
static TimeColumn |
TimeColumn.create(String name) |
static TimeColumn |
TimeColumn.create(String fileName,
it.unimi.dsi.fastutil.ints.IntArrayList times) |
TimeColumn |
TimeColumn.emptyCopy() |
TimeColumn |
TimeColumn.emptyCopy(int rowSize) |
TimeColumn |
TimeColumn.selectIf(IntPredicate predicate)
This version operates on predicates that treat the given IntPredicate as operating on a packed local time
This is much more efficient that using a LocalTimePredicate, but requires that the developer understand the
semantics of packedLocalTimes
|
TimeColumn |
TimeColumn.selectIf(LocalTimePredicate predicate) |
TimeColumn |
DateTimeColumn.time()
Returns a TimeColumn containing the time portion of each dateTime in this DateTimeColumn
|
TimeColumn |
TimeColumn.unique() |
| Modifier and Type | Method and Description |
|---|---|
DateTimeColumn |
DateColumn.atTime(TimeColumn c)
Returns a DateTime column where each value consists of the dates from this column combined with the corresponding
times from the other column
|
DateTimeColumn |
DateColumn.with(TimeColumn timeColumn) |
| Modifier and Type | Method and Description |
|---|---|
default LongColumn |
TimeMapUtils.difference(TimeColumn column2,
ChronoUnit unit) |
default LongColumn |
TimeMapUtils.differenceInHours(TimeColumn column2) |
default LongColumn |
TimeMapUtils.differenceInMilliseconds(TimeColumn column2) |
default LongColumn |
TimeMapUtils.differenceInMinutes(TimeColumn column2) |
default LongColumn |
TimeMapUtils.differenceInSeconds(TimeColumn column2) |
| Modifier and Type | Method and Description |
|---|---|
static TimeColumn |
StorageManager.readLocalTimeColumn(String fileName,
ColumnMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
static void |
StorageManager.writeColumn(String fileName,
TimeColumn column) |
| Modifier and Type | Method and Description |
|---|---|
TimeColumn |
TemporaryView.timeColumn(int columnIndex) |
default TimeColumn |
Relation.timeColumn(int columnIndex) |
TimeColumn |
TemporaryView.timeColumn(String columnName) |
default TimeColumn |
Relation.timeColumn(String columnName) |
Copyright © 2017. All rights reserved.