Interface TemporalColumn<T extends Temporal>

Type Parameters:
T -
All Superinterfaces:
Column<T>, Comparator<T>, Iterable<T>
All Known Subinterfaces:
DateTimeMapFunctions, InstantMapFunctions, TemporalMapFunctions<T>
All Known Implementing Classes:
DateTimeColumn, InstantColumn

public interface TemporalColumn<T extends Temporal> extends Column<T>
An interface for columns of temporal values backed by longs, e.g. DateTimeColumn and InstantColumn
  • Method Details

    • get

      T get(int r)
      Returns a value of the Object type stored in the column (e.g. a LocalDateTime) at the given row
      Specified by:
      get in interface Column<T extends Temporal>
    • getLongInternal

      long getLongInternal(int r)
      Returns the internal (long-encoded) value stored in the column at the given row
    • appendInternal

      TemporalColumn<T> appendInternal(long value)
      Returns this column with the argument appended at the bottom