Trait/Object

com.krux.hyperion.expression

DateTimeFunctions

Related Docs: object DateTimeFunctions | package expression

Permalink

trait DateTimeFunctions extends AnyRef

This implements the AWS DataPipeline Date and Time Functions

ref: http://docs.aws.amazon.com/datapipeline/latest/DeveloperGuide/dp-pipeline-reference-functions-datetime.html

Source
DateTimeFunctions.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DateTimeFunctions
  2. AnyRef
  3. 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. def day(myDateTime: DateTimeExp): NumericExp

    Permalink
  7. def dayOfYear(myDateTime: DateTimeExp): NumericExp

    Permalink
  8. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def firstOfMonth(myDateTime: DateTimeExp): DateTimeExp

    Permalink
  12. def format(myDateTime: DateTimeExp, myFormat: String): StringExp

    Permalink
  13. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    AnyRef → Any
  15. def hour(myDateTime: DateTimeExp): NumericExp

    Permalink
  16. def inTimeZone(myDateTime: DateTimeExp, zone: String): DateTimeExp

    Permalink
  17. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  18. def makeDate(year: NumericExp, month: NumericExp, day: NumericExp): DateTimeExp

    Permalink
  19. def makeDateTime(year: NumericExp, month: NumericExp, day: NumericExp, hour: NumericExp, minute: NumericExp): DateTimeExp

    Permalink
  20. def midnight(myDateTime: DateTimeExp): DateTimeExp

    Permalink
  21. def minusDays(myDateTime: DateTimeExp, daysToSub: NumericExp): DateTimeExp

    Permalink
  22. def minusHours(myDateTime: DateTimeExp, daysToSub: NumericExp): DateTimeExp

    Permalink
  23. def minusMinutes(myDateTime: DateTimeExp, daysToSub: NumericExp): DateTimeExp

    Permalink
  24. def minusMonths(myDateTime: DateTimeExp, daysToSub: NumericExp): DateTimeExp

    Permalink
  25. def minusWeeks(myDateTime: DateTimeExp, daysToSub: NumericExp): DateTimeExp

    Permalink
  26. def minusYears(myDateTime: DateTimeExp, daysToSub: NumericExp): DateTimeExp

    Permalink
  27. def minute(myDateTime: DateTimeExp): NumericExp

    Permalink
  28. def month(myDateTime: DateTimeExp): NumericExp

    Permalink
  29. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  32. def plusDays(myDateTime: DateTimeExp, daysToAdd: NumericExp): DateTimeExp

    Permalink
  33. def plusHours(myDateTime: DateTimeExp, hoursToAdd: NumericExp): DateTimeExp

    Permalink
  34. def plusMinutes(myDateTime: DateTimeExp, minutesToAdd: NumericExp): DateTimeExp

    Permalink
  35. def plusMonths(myDateTime: DateTimeExp, monthsToAdd: NumericExp): DateTimeExp

    Permalink
  36. def plusWeeks(myDateTime: DateTimeExp, weeksToAdd: NumericExp): DateTimeExp

    Permalink
  37. def plusYears(myDateTime: DateTimeExp, yearsToAdd: NumericExp): DateTimeExp

    Permalink
  38. def sunday(myDateTime: DateTimeExp): DateTimeExp

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. def year(myDateTime: DateTimeExp): NumericExp

    Permalink
  45. def yesterday(myDateTime: DateTimeExp): DateTimeExp

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped