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
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GpuUnboundedToUnboundedAggStages
- Product
- Equals
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val aggInputOrdinals: Seq[Int]
- val aggInputProjections: Seq[Expression]
- val aggResultTypes: Seq[DataType]
- val aggregateFunctions: Seq[GpuAggregateFunction]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val boundAggregations: Seq[GpuExpression]
- val boundFinalProject: Seq[GpuExpression]
- val boundPartitionSpec: Seq[GpuExpression]
- val boundRideAlong: Seq[GpuExpression]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- val cudfMergeAggregates: Seq[CudfAggregate]
- val cudfUpdateAggregates: Seq[CudfAggregate]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val groupColumnOrdinals: Seq[Int]
- val groupingColumnTypes: Seq[DataType]
- val inputTypes: Seq[DataType]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val rideAlongColumnTypes: Seq[DataType]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()