object BinnedTime extends Serializable
- Alphabetic
- By Inheritance
- BinnedTime
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- type BinnedTimeToDate = (BinnedTime) => ZonedDateTime
- type DateToBin = (ZonedDateTime) => Short
- type DateToBinnedTime = (ZonedDateTime) => BinnedTime
- type TimeToBin = (Long) => Short
- type TimeToBinnedTime = (Long) => BinnedTime
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DaysMaxDate: ZonedDateTime
- val Epoch: ZonedDateTime
- val MonthsMaxDate: ZonedDateTime
- val WeeksMaxDate: ZonedDateTime
- val YearsMaxDate: ZonedDateTime
- val ZMinDate: ZonedDateTime
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def binnedTimeToDate(period: TimePeriod): BinnedTimeToDate
Gets a date back from a binned time
Gets a date back from a binned time
- period
interval type
- 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
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- 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
- 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
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeToBin(period: TimePeriod): TimeToBin
Gets period index (e.g.
Gets period index (e.g. weeks since the epoch)
- period
interval type
- 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
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)