Class

com.github.ldaniels528.qwery.ops.NamedExpression

NamedAggregation

Related Doc: package NamedExpression

Permalink

case class NamedAggregation(name: String, aggregate: Expression with Aggregation) extends NamedExpression with Aggregation with Product with Serializable

Represents a named alias for an aggregate field or expression

Linear Supertypes
Serializable, Serializable, Product, Equals, Aggregation, NamedExpression, Expression, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NamedAggregation
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Aggregation
  7. NamedExpression
  8. Expression
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NamedAggregation(name: String, aggregate: Expression with Aggregation)

    Permalink

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. val aggregate: Expression with Aggregation

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def compare(that: Expression, scope: Scope): Int

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

    Permalink
    Definition Classes
    AnyRef
  9. def evaluate(scope: Scope): Option[Any]

    Permalink
    Definition Classes
    NamedAggregationExpression
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def getAsBoolean(scope: Scope): Option[Boolean]

    Permalink
    Definition Classes
    Expression
  12. def getAsByte(scope: Scope): Option[Byte]

    Permalink
    Definition Classes
    Expression
  13. def getAsDate(scope: Scope): Option[Date]

    Permalink
    Definition Classes
    Expression
  14. def getAsDouble(scope: Scope): Option[Double]

    Permalink
    Definition Classes
    Expression
  15. def getAsFloat(scope: Scope): Option[Float]

    Permalink
    Definition Classes
    Expression
  16. def getAsInt(scope: Scope): Option[Int]

    Permalink
    Definition Classes
    Expression
  17. def getAsLong(scope: Scope): Option[Long]

    Permalink
    Definition Classes
    Expression
  18. def getAsShort(scope: Scope): Option[Short]

    Permalink
    Definition Classes
    Expression
  19. def getAsString(scope: Scope): Option[String]

    Permalink
    Definition Classes
    Expression
  20. def getAsUUID(scope: Scope): Option[UUID]

    Permalink
    Definition Classes
    Expression
  21. final def getClass(): Class[_]

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

    Permalink
    Definition Classes
    Any
  23. val name: String

    Permalink
    Definition Classes
    NamedAggregationNamedExpression
  24. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. def update(scope: Scope): Unit

    Permalink
    Definition Classes
    NamedAggregationAggregation
  29. final def wait(): Unit

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

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

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

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Aggregation

Inherited from NamedExpression

Inherited from Expression

Inherited from AnyRef

Inherited from Any

Ungrouped