Object/Class

com.twitter.scalding

DateRange

Related Docs: class DateRange | package scalding

Permalink

object DateRange extends Serializable

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def exclusiveUpper(include: RichDate, exclude: RichDate): DateRange

    Permalink

    DateRanges are inclusive.

    DateRanges are inclusive. Use this to create a DateRange that excludes the last millisecond from the second argument.

  9. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. def parse(fromArgs: Seq[String])(implicit tz: TimeZone, dp: DateParser): DateRange

    Permalink

    Pass one or two args (from a scalding.Args .list) to parse into a DateRange

  17. def parse(iso8601start: String, iso8601inclusiveUpper: String)(implicit tz: TimeZone, dp: DateParser): DateRange

    Permalink

    We take the upper bound of the second parameter, so we take the latest time that could be construed as matching the string passed, e.g.

    We take the upper bound of the second parameter, so we take the latest time that could be construed as matching the string passed, e.g. ("2011-01-02T04", "2011-01-02T05") includes two full hours (all of 4 and all of 5)

  18. def parse(truncatediso8601: String)(implicit tz: TimeZone, dp: DateParser): DateRange

    Permalink

    Parse this string into a range.

    Parse this string into a range. 2009-10-01 is interpetted as the whole day 2009-10-01T12 is interpetted as the whole hour 2009-10-01T12:00 is interpetted as a single minute 2009-10-01T12:00:02 is interpretted as a single second

    This is called parse to avoid a collision with implicit conversions from String to RichDate

  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  20. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  21. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped