Uses of Interface
tech.tablesaw.columns.temporal.TemporalColumn
-
Packages that use TemporalColumn Package Description tech.tablesaw.api tech.tablesaw.columns.datetimes tech.tablesaw.columns.instant tech.tablesaw.columns.temporal tech.tablesaw.index -
-
Uses of TemporalColumn in tech.tablesaw.api
Classes in tech.tablesaw.api that implement TemporalColumn Modifier and Type Class Description classDateTimeColumnA column that contains long-integer encoded (packed) local date-time valuesclassInstantColumnA column that contains long-integer encoded (packed) instant values. -
Uses of TemporalColumn in tech.tablesaw.columns.datetimes
Subinterfaces of TemporalColumn in tech.tablesaw.columns.datetimes Modifier and Type Interface Description interfaceDateTimeMapFunctions -
Uses of TemporalColumn in tech.tablesaw.columns.instant
Subinterfaces of TemporalColumn in tech.tablesaw.columns.instant Modifier and Type Interface Description interfaceInstantMapFunctions -
Uses of TemporalColumn in tech.tablesaw.columns.temporal
Subinterfaces of TemporalColumn in tech.tablesaw.columns.temporal Modifier and Type Interface Description interfaceTemporalMapFunctions<T extends Temporal>Methods in tech.tablesaw.columns.temporal that return TemporalColumn Modifier and Type Method Description TemporalColumn<T>TemporalColumn. appendInternal(long value)Returns this column with the argument appended at the bottomTemporalColumn<T>TemporalMapFunctions. emptyCopy()Methods in tech.tablesaw.columns.temporal with parameters of type TemporalColumn Modifier and Type Method Description default LongColumnTemporalMapFunctions. difference(TemporalColumn<T> column2, ChronoUnit unit)default LongColumnTemporalMapFunctions. differenceInDays(TemporalColumn<T> column2)default LongColumnTemporalMapFunctions. differenceInHours(TemporalColumn<T> column2)default LongColumnTemporalMapFunctions. differenceInMilliseconds(TemporalColumn<T> column2)default LongColumnTemporalMapFunctions. differenceInMinutes(TemporalColumn<T> column2)default LongColumnTemporalMapFunctions. differenceInSeconds(TemporalColumn<T> column2)default LongColumnTemporalMapFunctions. differenceInYears(TemporalColumn<T> column2) -
Uses of TemporalColumn in tech.tablesaw.index
Constructors in tech.tablesaw.index with parameters of type TemporalColumn Constructor Description LongIndex(TemporalColumn<?> column)Constructs an index for the given column
-