object GpuUnboundedToUnboundedAggWindowIterator
An iterator that can do unbounded to unbounded window aggregations as group by aggregations followed by an expand/join.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GpuUnboundedToUnboundedAggWindowIterator
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def apply(input: Iterator[ColumnarBatch], boundStages: GpuUnboundedToUnboundedAggStages, numOutputBatches: GpuMetric, numOutputRows: GpuMetric, opTime: GpuMetric, targetSizeBytes: Long): Iterator[ColumnarBatch]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
breakUpAggregations(gpuPartitionSpec: Seq[Expression], windowOps: Seq[NamedExpression], childOutput: Seq[Attribute]): GpuUnboundedToUnboundedAggStages
Break up the window operations into the various needed stages and bind them.
Break up the window operations into the various needed stages and bind them.
- gpuPartitionSpec
the partition spec for the GPU
- windowOps
the window operations (along with the pass-through columns)
- childOutput
what the output of the operation feeding this looks like
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def computeFinalProject(rideAlongOutput: Seq[Attribute], aggsToRepeatOutput: Seq[Attribute], windowOps: Seq[NamedExpression]): Seq[GpuExpression]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
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()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
- def repeatOps(aggregationsOutput: Seq[Attribute]): Seq[Attribute]
- def rideAlongProjection(windowOps: Seq[NamedExpression], childOutput: Seq[Attribute]): (Seq[Attribute], Seq[GpuExpression])
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tmpAggregationOps(windowOps: Seq[NamedExpression], childOutput: Seq[Attribute]): (Seq[Attribute], Seq[GpuExpression])
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()