Packages

c

com.nvidia.spark.rapids.window

GpuUnboundedToUnboundedAggStages

case class GpuUnboundedToUnboundedAggStages(inputTypes: Seq[DataType], boundPartitionSpec: Seq[GpuExpression], boundRideAlong: Seq[GpuExpression], boundAggregations: Seq[GpuExpression], boundFinalProject: Seq[GpuExpression]) extends Serializable with Product

Holds the bound references for various aggregation stages

boundRideAlong

used for a project that pulls out columns that are passing through unchanged.

boundAggregations

aggregations to be done. NOTE THIS IS WIP

boundFinalProject

the final project to get the output in the right order

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GpuUnboundedToUnboundedAggStages
  2. Product
  3. Equals
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new GpuUnboundedToUnboundedAggStages(inputTypes: Seq[DataType], boundPartitionSpec: Seq[GpuExpression], boundRideAlong: Seq[GpuExpression], boundAggregations: Seq[GpuExpression], boundFinalProject: Seq[GpuExpression])

    boundRideAlong

    used for a project that pulls out columns that are passing through unchanged.

    boundAggregations

    aggregations to be done. NOTE THIS IS WIP

    boundFinalProject

    the final project to get the output in the right order

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 aggInputOrdinals: Seq[Int]
  5. val aggInputProjections: Seq[Expression]
  6. val aggResultTypes: Seq[DataType]
  7. val aggregateFunctions: Seq[GpuAggregateFunction]
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. val boundAggregations: Seq[GpuExpression]
  10. val boundFinalProject: Seq[GpuExpression]
  11. val boundPartitionSpec: Seq[GpuExpression]
  12. val boundRideAlong: Seq[GpuExpression]
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  14. val cudfMergeAggregates: Seq[CudfAggregate]
  15. val cudfUpdateAggregates: Seq[CudfAggregate]
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. val groupColumnOrdinals: Seq[Int]
  20. val groupingColumnTypes: Seq[DataType]
  21. val inputTypes: Seq[DataType]
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  25. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  26. val rideAlongColumnTypes: Seq[DataType]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Product

Inherited from Equals

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped