Package | Description |
---|---|
tech.tablesaw.api | |
tech.tablesaw.index | |
tech.tablesaw.mapping | |
tech.tablesaw.table |
Modifier and Type | Method and Description |
---|---|
TimeColumn |
TimeColumn.copy() |
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.with(TimeColumn timeColumn) |
Constructor and Description |
---|
IntIndex(TimeColumn column) |
TimeIndex(TimeColumn column) |
Modifier and Type | Method and Description |
---|---|
default DateTimeColumn |
DateMapUtils.atTime(TimeColumn timeColumn)
Returns a DateTime column where each value consists of the dates from this column combined with the corresponding
times from the other column
|
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 |
---|---|
TimeColumn |
Relation.timeColumn(int columnIndex) |
TimeColumn |
TemporaryView.timeColumn(int columnIndex) |
TimeColumn |
Relation.timeColumn(String columnName) |
TimeColumn |
TemporaryView.timeColumn(String columnName) |
Copyright © 2017. All rights reserved.