com.krux.hyperion.expression

DayOfYear

case class DayOfYear(myDateTime: DateTimeExp) extends FunctionExpression with IntExp with Product with Serializable

Gets the day of the year of the DateTime value as an integer. Example: #{dayOfYear(myDateTime)}

Source
FunctionExpression.scala
Linear Supertypes
Serializable, Serializable, Product, Equals, IntExp, TypedExpression, Expression, FunctionExpression, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DayOfYear
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. IntExp
  7. TypedExpression
  8. Expression
  9. FunctionExpression
  10. AnyRef
  11. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DayOfYear(myDateTime: DateTimeExp)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def *(e: DoubleExp): DoubleExp

    Definition Classes
    IntExp
  5. def *(e: IntExp): IntExp

    Definition Classes
    IntExp
  6. def +(e: DoubleExp): DoubleExp

    Definition Classes
    IntExp
  7. def +(e: IntExp): IntExp

    Definition Classes
    IntExp
  8. def -(e: DoubleExp): DoubleExp

    Definition Classes
    IntExp
  9. def -(e: IntExp): IntExp

    Definition Classes
    IntExp
  10. def /(e: DoubleExp): DoubleExp

    Definition Classes
    IntExp
  11. def /(e: IntExp): IntExp

    Definition Classes
    IntExp
  12. final def ==(arg0: AnyRef): Boolean

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

    Definition Classes
    Any
  14. def ^(e: DoubleExp): DoubleExp

    Definition Classes
    IntExp
  15. def ^(e: IntExp): DoubleExp

    Definition Classes
    IntExp
    Note

    for ^ case, it always returns DoubleExp regardless of the type of the paramenter

  16. def args: Seq[DateTimeExp]

    Definition Classes
    DayOfYearFunctionExpression
  17. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  18. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def content: String

    Definition Classes
    FunctionExpression
  20. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. def finalize(): Unit

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

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

    Definition Classes
    Any
  24. val myDateTime: DateTimeExp

  25. def name: String

    Definition Classes
    DayOfYearFunctionExpression
  26. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  29. def serialize: String

    Definition Classes
    Expression
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def toString(): String

    Definition Classes
    Expression → AnyRef → Any
  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from IntExp

Inherited from TypedExpression

Inherited from Expression

Inherited from FunctionExpression

Inherited from AnyRef

Inherited from Any

Ungrouped