Packages

c

org.yupana.api.query

ExtractMonthExpr

final case class ExtractMonthExpr(expr: Expression[Time]) extends UnaryOperationExpr[Time, Int] with Product with Serializable

Linear Supertypes
Product, Equals, UnaryOperationExpr[Time, Int], Expression[Int], Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExtractMonthExpr
  2. Product
  3. Equals
  4. UnaryOperationExpr
  5. Expression
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExtractMonthExpr(expr: Expression[Time])

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. def as(name: String): QueryField
    Definition Classes
    Expression
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  7. val dataType: Aux[Int]
  8. def encode: String
    Definition Classes
    UnaryOperationExprExpression
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(obj: Any): Boolean
    Definition Classes
    Expression → AnyRef → Any
  11. val expr: Expression[Time]
  12. def flatten: Set[Expression[_]]
    Definition Classes
    Expression
  13. def fold[O](z: O)(f: (O, Expression[_]) => O): O
    Definition Classes
    UnaryOperationExprExpression
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  15. def hashCode(): Int
    Definition Classes
    Expression → AnyRef → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. val isNullable: Boolean
    Definition Classes
    UnaryOperationExprExpression
  18. val kind: ExprKind
    Definition Classes
    UnaryOperationExprExpression
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  22. def operand: Expression[Time]
    Definition Classes
    UnaryOperationExpr
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def toString(): String
    Definition Classes
    UnaryOperationExprExpression → AnyRef → Any
  26. def transform(f: Transform): Expression[Int]
    Definition Classes
    UnaryOperationExprExpression
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

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

    (Since version 9)

Inherited from Product

Inherited from Equals

Inherited from UnaryOperationExpr[Time, Int]

Inherited from Expression[Int]

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped