package execution
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class FilterExecTransformer(condition: Expression, child: SparkPlan) extends FilterExecTransformerBase with Product with Serializable
- case class GlutenBroadcastHashJoinExecTransformer(leftKeys: Seq[Expression], rightKeys: Seq[Expression], joinType: JoinType, buildSide: BuildSide, condition: Option[Expression], left: SparkPlan, right: SparkPlan, isNullAwareAntiJoin: Boolean) extends BroadcastHashJoinExecTransformer with Product with Serializable
- case class HashAggregateExecTransformer(requiredChildDistributionExpressions: Option[Seq[Expression]], groupingExpressions: Seq[NamedExpression], aggregateExpressions: Seq[AggregateExpression], aggregateAttributes: Seq[Attribute], initialInputBufferOffset: Int, resultExpressions: Seq[NamedExpression], child: SparkPlan) extends HashAggregateExecBaseTransformer with Product with Serializable
- case class RowToVeloxColumnarExec(child: SparkPlan) extends RowToColumnarExecBase with Product with Serializable
- case class ShuffledHashJoinExecTransformer(leftKeys: Seq[Expression], rightKeys: Seq[Expression], joinType: JoinType, buildSide: BuildSide, condition: Option[Expression], left: SparkPlan, right: SparkPlan, isSkewJoin: Boolean) extends ShuffledHashJoinExecTransformerBase with Product with Serializable
- case class VeloxColumnarToRowExec(child: SparkPlan) extends ColumnarToRowExecBase with Product with Serializable
Value Members
- object RowToVeloxColumnarExec extends Serializable
-
object
VeloxAggregateFunctionsBuilder
An aggregation function builder specifically used by Velox backend.
- object VeloxColumnarToRowExec extends Serializable