object BinnedTime extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BinnedTime
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type BinnedTimeToDate = (BinnedTime) ⇒ ZonedDateTime
  2. type DateToBin = (ZonedDateTime) ⇒ Short
  3. type DateToBinnedTime = (ZonedDateTime) ⇒ BinnedTime
  4. type TimeToBin = (Long) ⇒ Short
  5. type TimeToBinnedTime = (Long) ⇒ BinnedTime

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DaysMaxDate: ZonedDateTime
  5. val Epoch: ZonedDateTime
  6. val MonthsMaxDate: ZonedDateTime
  7. val WeeksMaxDate: ZonedDateTime
  8. val YearsMaxDate: ZonedDateTime
  9. val ZMinDate: ZonedDateTime
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def binnedTimeToDate(period: TimePeriod): BinnedTimeToDate

    Gets a date back from a binned time

    Gets a date back from a binned time

    period

    interval type

  12. def boundsToIndexableDates(period: TimePeriod): ((Option[ZonedDateTime], Option[ZonedDateTime])) ⇒ (ZonedDateTime, ZonedDateTime)

    Converts values extracted from a filter into valid indexable bounds

    Converts values extracted from a filter into valid indexable bounds

    period

    time period

  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  14. def dateToBin(period: TimePeriod): DateToBin

    Gets period index (e.g.

    Gets period index (e.g. weeks since the epoch) and offset into that interval (e.g. seconds in week)

    period

    interval type

  15. def dateToBinnedTime(period: TimePeriod): DateToBinnedTime

    Gets period index (e.g.

    Gets period index (e.g. weeks since the epoch) and offset into that interval (e.g. seconds in week)

    period

    interval type

  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def maxDate(period: TimePeriod): ZonedDateTime

    Max indexable date (exclusive) for a given time period

    Max indexable date (exclusive) for a given time period

    period

    interval type

  22. def maxOffset(period: TimePeriod): Long

    Gets the max offset value for a given time period

    Gets the max offset value for a given time period

    period

    interval type

  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def timeToBin(period: TimePeriod): TimeToBin

    Gets period index (e.g.

    Gets period index (e.g. weeks since the epoch)

    period

    interval type

  28. def timeToBinnedTime(period: TimePeriod): TimeToBinnedTime

    Gets period index (e.g.

    Gets period index (e.g. weeks since the epoch) and offset into that interval (e.g. seconds in week)

    period

    interval type

  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped