Packages

p

io.glutenproject

execution

package execution

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class FilterExecTransformer(condition: Expression, child: SparkPlan) extends FilterExecTransformerBase with Product with Serializable
  2. 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
  3. 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
  4. case class RowToVeloxColumnarExec(child: SparkPlan) extends RowToColumnarExecBase with Product with Serializable
  5. 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
  6. case class VeloxColumnarToRowExec(child: SparkPlan) extends ColumnarToRowExecBase with Product with Serializable

Value Members

  1. object RowToVeloxColumnarExec extends Serializable
  2. object VeloxAggregateFunctionsBuilder

    An aggregation function builder specifically used by Velox backend.

  3. object VeloxColumnarToRowExec extends Serializable

Ungrouped