Packages

case class Aggregate(targetExprs: List[ScalarTarget], groupExprs: List[ScalExpr] = Nil, predOpt: Option[ScalExpr] = None) extends ProjectBase with Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Aggregate
  2. Serializable
  3. Product
  4. Equals
  5. ProjectBase
  6. RegularRelOp
  7. RelOp
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Aggregate(targetExprs: List[ScalarTarget], groupExprs: List[ScalExpr] = Nil, predOpt: Option[ScalExpr] = None)

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. val arity: Int

    Arity of the operator (that is, number of inputs)

    Arity of the operator (that is, number of inputs)

    Definition Classes
    ProjectBaseRelOp
  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]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  9. val groupExprs: List[ScalExpr]
  10. def isComplexGroupBy: Boolean
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. def isLocEvaluable(loc: Location): Boolean

    Is this operator evaluable at the given location?

    Is this operator evaluable at the given location?

    loc

    Location

    Definition Classes
    AggregateRelOp
  13. def isStreamEvaluable(inputs: List[RelExpr]): Boolean

    Is this operator evaluable over the input stream?

    Is this operator evaluable over the input stream?

    inputs

    Input expressions

    Definition Classes
    AggregateRelOp
  14. def locationIdOpt(inputs: List[RelExpr]): Option[LocationId]

    The location where this operator can be evaluated

    The location where this operator can be evaluated

    inputs

    Input expressions

    returns

    Location where this operator can be evaluated (if any)

    Definition Classes
    AggregateRelOp
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. val predOpt: Option[ScalExpr]
  19. def productElementNames: Iterator[String]
    Definition Classes
    Product
  20. def requiresSort(inputs: List[RelExpr]): Boolean
  21. def resultOrder(inputs: List[RelExpr]): List[SortExpr]

    The sort order of the result of this operator

    The sort order of the result of this operator

    inputs

    Input expressions

    returns

    Sort order of the result of this operator (if any)

    Definition Classes
    ProjectBaseRelOp
  22. def starColumns(inputs: List[RelExpr]): List[AnnotColRef]

    The columns in the result of "select *" over this operator

    The columns in the result of "select *" over this operator

    inputs

    Input expressions

    returns

    Columns in the result of "select *" over this operator

    Definition Classes
    ProjectBaseRelOp
  23. def streamPartitionExprs(inputs: List[RelExpr]): List[ScalExpr]
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. def tableColRefs(inputs: List[RelExpr]): List[ColRef]

    The column names in the result of this operator

    The column names in the result of this operator

    inputs

    Input expressions

    returns

    Columns names in the result of this operator

    Definition Classes
    ProjectBaseRelOp
  26. def tableNames(inputs: List[RelExpr]): List[String]

    The table names in the scope of the result of this operator

    The table names in the scope of the result of this operator

    inputs

    Input expressions

    returns

    Table names in the scope of the result of this operator

    Definition Classes
    ProjectBaseRelOp
  27. val targetExprs: List[ScalarTarget]
    Definition Classes
    AggregateProjectBase
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  30. 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
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ProjectBase

Inherited from RegularRelOp

Inherited from RelOp

Inherited from AnyRef

Inherited from Any

Ungrouped