c

io.glutenproject.execution

HashAggregateExecTransformer

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

Linear Supertypes
HashAggregateExecBaseTransformer, UnaryTransformSupport, TransformSupport, GlutenPlan, LogLevelUtil, BaseAggregateExec, AliasAwareOutputPartitioning, AliasAwareOutputExpression, UnaryExecNode, UnaryLike[SparkPlan], SparkPlan, Serializable, Serializable, Logging, QueryPlan[SparkPlan], SQLConfHelper, TreeNode[SparkPlan], TreePatternBits, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. HashAggregateExecTransformer
  2. HashAggregateExecBaseTransformer
  3. UnaryTransformSupport
  4. TransformSupport
  5. GlutenPlan
  6. LogLevelUtil
  7. BaseAggregateExec
  8. AliasAwareOutputPartitioning
  9. AliasAwareOutputExpression
  10. UnaryExecNode
  11. UnaryLike
  12. SparkPlan
  13. Serializable
  14. Serializable
  15. Logging
  16. QueryPlan
  17. SQLConfHelper
  18. TreeNode
  19. TreePatternBits
  20. Product
  21. Equals
  22. AnyRef
  23. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new HashAggregateExecTransformer(requiredChildDistributionExpressions: Option[Seq[Expression]], groupingExpressions: Seq[NamedExpression], aggregateExpressions: Seq[AggregateExpression], aggregateAttributes: Seq[Attribute], initialInputBufferOffset: Int, resultExpressions: Seq[NamedExpression], child: SparkPlan)

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. def addFunctionNode(args: AnyRef, aggregateFunction: AggregateFunction, childrenNodeList: List[ExpressionNode], aggregateMode: AggregateMode, aggregateNodeList: List[AggregateFunctionNode]): Unit
    Attributes
    protected
    Definition Classes
    HashAggregateExecTransformer → HashAggregateExecBaseTransformer
  5. val aggregateAttributes: Seq[Attribute]
    Definition Classes
    HashAggregateExecTransformer → BaseAggregateExec
  6. val aggregateBufferAttributes: Seq[AttributeReference]
    Attributes
    protected
    Definition Classes
    BaseAggregateExec
  7. val aggregateExpressions: Seq[AggregateExpression]
    Definition Classes
    HashAggregateExecTransformer → BaseAggregateExec
  8. lazy val allAggregateResultAttributes: List[Attribute]
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  9. lazy val allAttributes: AttributeSeq
    Definition Classes
    HashAggregateExecBaseTransformer → QueryPlan
  10. def apply(number: Int): TreeNode[_]
    Definition Classes
    TreeNode
  11. def applyExtractStruct(context: SubstraitContext, aggRel: RelNode, operatorId: Long, validation: Boolean): RelNode

    Add a projection after aggregation to extract subfields from Struct.

    Add a projection after aggregation to extract subfields from Struct.

    context

    the Substrait context

    aggRel

    the aggregation rel

    operatorId

    the operator id

    returns

    a project rel

  12. def applyPostProjection(context: SubstraitContext, aggRel: RelNode, operatorId: Long, validation: Boolean): RelNode
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  13. def argString(maxFields: Int): String
    Definition Classes
    TreeNode
  14. def asCode: String
    Definition Classes
    TreeNode
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. final lazy val canonicalized: SparkPlan
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  17. def checkAggFuncModeSupport(aggFunc: AggregateFunction, mode: AggregateMode): Boolean
    Attributes
    protected
    Definition Classes
    HashAggregateExecTransformer → HashAggregateExecBaseTransformer
  18. def checkType(dataType: DataType): Boolean
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  19. val child: SparkPlan
    Definition Classes
    HashAggregateExecTransformer → UnaryLike
  20. final lazy val children: Seq[SparkPlan]
    Definition Classes
    UnaryLike
    Annotations
    @transient()
  21. def cleanupResources(): Unit
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    SparkPlan
  22. def clone(): SparkPlan
    Definition Classes
    TreeNode → AnyRef
  23. def collect[B](pf: PartialFunction[SparkPlan, B]): Seq[B]
    Definition Classes
    TreeNode
  24. def collectFirst[B](pf: PartialFunction[SparkPlan, B]): Option[B]
    Definition Classes
    TreeNode
  25. def collectLeaves(): Seq[SparkPlan]
    Definition Classes
    TreeNode
  26. def collectWithSubqueries[B](f: PartialFunction[SparkPlan, B]): Seq[B]
    Definition Classes
    QueryPlan
  27. final def columnarInputRDDs: Seq[RDD[ColumnarBatch]]
    Definition Classes
    UnaryTransformSupport → TransformSupport
  28. def conf: SQLConf
    Definition Classes
    SparkPlan → SQLConfHelper
  29. final def containsAllPatterns(patterns: TreePattern*): Boolean
    Definition Classes
    TreePatternBits
  30. final def containsAnyPattern(patterns: TreePattern*): Boolean
    Definition Classes
    TreePatternBits
  31. lazy val containsChild: Set[TreeNode[_]]
    Definition Classes
    TreeNode
  32. final def containsPattern(t: TreePattern): Boolean
    Definition Classes
    TreePatternBits
    Annotations
    @inline()
  33. def copyTagsFrom(other: SparkPlan): Unit
    Definition Classes
    TreeNode
  34. def doCanonicalize(): SparkPlan
    Attributes
    protected
    Definition Classes
    QueryPlan
  35. final def doExecute(): RDD[InternalRow]
    Definition Classes
    TransformSupport → SparkPlan
  36. def doExecuteBroadcast[T](): Broadcast[T]
    Attributes
    protected[org.apache.spark.sql]
    Definition Classes
    SparkPlan
  37. def doExecuteColumnar(): RDD[ColumnarBatch]
    Definition Classes
    HashAggregateExecBaseTransformer → SparkPlan
  38. def doNativeValidation(context: SubstraitContext, node: RelNode): ValidationResult
    Attributes
    protected
    Definition Classes
    GlutenPlan
  39. def doPrepare(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  40. def doTransform(context: SubstraitContext): TransformContext
    Definition Classes
    HashAggregateExecBaseTransformer → TransformSupport
  41. final def doValidate(): ValidationResult
    Definition Classes
    GlutenPlan
  42. def doValidateInternal(): ValidationResult
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer → GlutenPlan
  43. lazy val enableNativeValidation: Boolean
    Attributes
    protected
    Definition Classes
    GlutenPlan
  44. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  45. final def execute(): RDD[InternalRow]
    Definition Classes
    SparkPlan
  46. final def executeBroadcast[T](): Broadcast[T]
    Definition Classes
    SparkPlan
  47. def executeCollect(): Array[InternalRow]
    Definition Classes
    SparkPlan
  48. def executeCollectPublic(): Array[Row]
    Definition Classes
    SparkPlan
  49. final def executeColumnar(): RDD[ColumnarBatch]
    Definition Classes
    SparkPlan
  50. final def executeQuery[T](query: ⇒ T): T
    Attributes
    protected
    Definition Classes
    SparkPlan
  51. def executeTail(n: Int): Array[InternalRow]
    Definition Classes
    SparkPlan
  52. def executeTake(n: Int): Array[InternalRow]
    Definition Classes
    SparkPlan
  53. def executeToIterator(): Iterator[InternalRow]
    Definition Classes
    SparkPlan
  54. final def expressions: Seq[Expression]
    Definition Classes
    QueryPlan
  55. def fastEquals(other: TreeNode[_]): Boolean
    Definition Classes
    TreeNode
  56. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  57. def find(f: (SparkPlan) ⇒ Boolean): Option[SparkPlan]
    Definition Classes
    TreeNode
  58. def flatMap[A](f: (SparkPlan) ⇒ TraversableOnce[A]): Seq[A]
    Definition Classes
    TreeNode
  59. def foreach(f: (SparkPlan) ⇒ Unit): Unit
    Definition Classes
    TreeNode
  60. def foreachUp(f: (SparkPlan) ⇒ Unit): Unit
    Definition Classes
    TreeNode
  61. def formattedNodeName: String
    Attributes
    protected
    Definition Classes
    QueryPlan
  62. def generateTreeString(depth: Int, lastChildren: Seq[Boolean], append: (String) ⇒ Unit, verbose: Boolean, prefix: String, addSuffix: Boolean, maxFields: Int, printNodeId: Boolean, indent: Int): Unit
    Definition Classes
    TreeNode
  63. def getAdvancedExtension(validation: Boolean, originalInputAttributes: Seq[Attribute]): AdvancedExtensionNode
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  64. def getAggRel(context: SubstraitContext, operatorId: Long, aggParams: AggregationParams, input: RelNode = null, validation: Boolean = false): RelNode

    Create and return the Rel for the this aggregation.

    Create and return the Rel for the this aggregation.

    context

    the Substrait context

    operatorId

    the operator id

    aggParams

    the params for aggregation mainly used for metrics updating

    input

    tht input rel node

    validation

    whether this is for native validation

    returns

    the rel node for this aggregation

    Attributes
    protected
    Definition Classes
    HashAggregateExecTransformer → HashAggregateExecBaseTransformer
  65. def getAggRelAfterProject(context: SubstraitContext, selections: Seq[Int], filterSelections: Seq[Int], inputRel: RelNode, operatorId: Long): RelNode
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  66. def getAggRelWithPreProjection(context: SubstraitContext, originalInputAttributes: Seq[Attribute], operatorId: Long, input: RelNode, validation: Boolean): RelNode
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  67. def getAggRelWithoutPreProjection(context: SubstraitContext, originalInputAttributes: Seq[Attribute], operatorId: Long, input: RelNode, validation: Boolean): RelNode
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  68. def getAttrForAggregateExpr(exp: AggregateExpression, aggregateAttributeList: Seq[Attribute], aggregateAttr: ListBuffer[Attribute], index: Int): Int
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  69. def getAttrForAggregateExprs(aggregateExpressions: Seq[AggregateExpression], aggregateAttributeList: Seq[Attribute]): List[Attribute]
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  70. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  71. def getColumnarInputRDDs(plan: SparkPlan): Seq[RDD[ColumnarBatch]]
    Attributes
    protected
    Definition Classes
    TransformSupport
  72. def getDefaultTreePatternBits: BitSet
    Attributes
    protected
    Definition Classes
    TreeNode
  73. def getPartialAggOutTypes: List[TypeNode]

    Return the output types after partial aggregation through Velox.

  74. def getTagValue[T](tag: TreeNodeTag[T]): Option[T]
    Definition Classes
    TreeNode
  75. def glutenConf: GlutenConfig
    Attributes
    protected
    Definition Classes
    GlutenPlan
  76. val groupingExpressions: Seq[NamedExpression]
    Definition Classes
    HashAggregateExecTransformer → BaseAggregateExec
  77. def hasAlias: Boolean
    Attributes
    protected
    Definition Classes
    AliasAwareOutputExpression
  78. def hashCode(): Int
    Definition Classes
    TreeNode → AnyRef → Any
  79. val id: Int
    Definition Classes
    SparkPlan
  80. val initialInputBufferOffset: Int
  81. def initializeLogIfNecessary(isInterpreter: Boolean, silent: Boolean): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  82. def initializeLogIfNecessary(isInterpreter: Boolean): Unit
    Attributes
    protected
    Definition Classes
    Logging
  83. def innerChildren: Seq[QueryPlan[_]]
    Definition Classes
    QueryPlan → TreeNode
  84. def inputAttributes: Seq[Attribute]
    Attributes
    protected
    Definition Classes
    BaseAggregateExec
  85. def inputSet: AttributeSet
    Definition Classes
    QueryPlan
  86. def isCanonicalizedPlan: Boolean
    Attributes
    protected
    Definition Classes
    QueryPlan
  87. def isCapableForStreamingAggregation: Boolean
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  88. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  89. def isRuleIneffective(ruleId: RuleId): Boolean
    Attributes
    protected
    Definition Classes
    TreeNode
  90. def isStreaming: Boolean
    Definition Classes
    HashAggregateExecTransformer → BaseAggregateExec
  91. def isTraceEnabled(): Boolean
    Attributes
    protected
    Definition Classes
    Logging
  92. def jsonFields: List[JField]
    Attributes
    protected
    Definition Classes
    TreeNode
  93. final def legacyWithNewChildren(newChildren: Seq[SparkPlan]): SparkPlan
    Attributes
    protected
    Definition Classes
    TreeNode
  94. def log: Logger
    Attributes
    protected
    Definition Classes
    Logging
  95. def logDebug(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  96. def logDebug(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  97. def logError(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  98. def logError(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  99. def logInfo(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  100. def logInfo(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  101. def logName: String
    Attributes
    protected
    Definition Classes
    Logging
  102. def logOnLevel(level: String, msg: ⇒ String, e: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LogLevelUtil
  103. def logOnLevel(level: String, msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    LogLevelUtil
  104. def logTrace(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  105. def logTrace(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  106. def logWarning(msg: ⇒ String, throwable: Throwable): Unit
    Attributes
    protected
    Definition Classes
    Logging
  107. def logWarning(msg: ⇒ String): Unit
    Attributes
    protected
    Definition Classes
    Logging
  108. def logicalLink: Option[LogicalPlan]
    Definition Classes
    SparkPlan
  109. def longMetric(name: String): SQLMetric
    Definition Classes
    SparkPlan
  110. def makeCopy(newArgs: Array[AnyRef]): SparkPlan
    Definition Classes
    SparkPlan → TreeNode
  111. def map[A](f: (SparkPlan) ⇒ A): Seq[A]
    Definition Classes
    TreeNode
  112. final def mapChildren(f: (SparkPlan) ⇒ SparkPlan): SparkPlan
    Definition Classes
    UnaryLike
  113. def mapExpressions(f: (Expression) ⇒ Expression): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  114. def mapProductIterator[B](f: (Any) ⇒ B)(implicit arg0: ClassTag[B]): Array[B]
    Attributes
    protected
    Definition Classes
    TreeNode
  115. def markRuleAsIneffective(ruleId: RuleId): Unit
    Attributes
    protected
    Definition Classes
    TreeNode
  116. lazy val metrics: Map[String, SQLMetric]
    Definition Classes
    HashAggregateExecBaseTransformer → SparkPlan
    Annotations
    @transient()
  117. def metricsUpdater(): MetricsUpdater
    Definition Classes
    HashAggregateExecBaseTransformer → TransformSupport
  118. final def missingInput: AttributeSet
    Definition Classes
    QueryPlan
  119. def mixedPartialAndMerge: Boolean

    Whether this is a mixed aggregation of partial and partial-merge aggregation functions.

    Whether this is a mixed aggregation of partial and partial-merge aggregation functions.

    returns

    whether partial and partial-merge functions coexist.

  120. def modeToKeyWord(aggregateMode: AggregateMode): String
    Attributes
    protected
    Definition Classes
    HashAggregateExecTransformer → HashAggregateExecBaseTransformer
  121. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  122. def needsPostProjection(aggOutAttributes: List[Attribute]): Boolean
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  123. def needsPreProjection: Boolean
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer
  124. def nodeName: String
    Definition Classes
    TreeNode
  125. val nodePatterns: Seq[TreePattern]
    Attributes
    protected
    Definition Classes
    TreeNode
  126. def normalizeExpression(exp: Expression): Expression
    Attributes
    protected
    Definition Classes
    AliasAwareOutputExpression
  127. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  128. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  129. def numShufflePartitions: Option[Int]
    Definition Classes
    HashAggregateExecTransformer → BaseAggregateExec
  130. def numberedTreeString: String
    Definition Classes
    TreeNode
  131. val origin: Origin
    Definition Classes
    TreeNode
  132. def otherCopyArgs: Seq[AnyRef]
    Attributes
    protected
    Definition Classes
    TreeNode
  133. def output: Seq[Attribute]
    Definition Classes
    BaseAggregateExec → QueryPlan
  134. def outputExpressions: Seq[NamedExpression]
    Attributes
    protected
    Definition Classes
    HashAggregateExecBaseTransformer → BaseAggregateExec → AliasAwareOutputExpression
  135. def outputOrdering: Seq[SortOrder]
    Definition Classes
    SparkPlan
  136. final def outputPartitioning: Partitioning
    Definition Classes
    AliasAwareOutputPartitioning → SparkPlan
  137. lazy val outputSet: AttributeSet
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  138. def p(number: Int): SparkPlan
    Definition Classes
    TreeNode
  139. final def prepare(): Unit
    Definition Classes
    SparkPlan
  140. def prepareSubqueries(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  141. def prettyJson: String
    Definition Classes
    TreeNode
  142. def printSchema(): Unit
    Definition Classes
    QueryPlan
  143. def producedAttributes: AttributeSet
    Definition Classes
    BaseAggregateExec → QueryPlan
  144. lazy val references: AttributeSet
    Definition Classes
    QueryPlan
    Annotations
    @transient()
  145. def requiredChildDistribution: List[Distribution]
    Definition Classes
    BaseAggregateExec → SparkPlan
  146. val requiredChildDistributionExpressions: Option[Seq[Expression]]
    Definition Classes
    HashAggregateExecTransformer → BaseAggregateExec
  147. def requiredChildOrdering: Seq[Seq[SortOrder]]
    Definition Classes
    SparkPlan
  148. def resetMetrics(): Unit
    Definition Classes
    SparkPlan
  149. val resultExpressions: Seq[NamedExpression]
    Definition Classes
    HashAggregateExecTransformer → BaseAggregateExec
  150. def rewriteAttrs(attrMap: AttributeMap[Attribute]): SparkPlan
    Definition Classes
    QueryPlan
  151. final def sameResult(other: SparkPlan): Boolean
    Definition Classes
    QueryPlan
  152. lazy val schema: StructType
    Definition Classes
    QueryPlan
  153. def schemaString: String
    Definition Classes
    QueryPlan
  154. final def semanticHash(): Int
    Definition Classes
    QueryPlan
  155. final val session: SparkSession
    Definition Classes
    SparkPlan
  156. def setLogicalLink(logicalPlan: LogicalPlan): Unit
    Definition Classes
    SparkPlan
  157. def setTagValue[T](tag: TreeNodeTag[T], value: T): Unit
    Definition Classes
    TreeNode
  158. def simpleString(maxFields: Int): String
    Definition Classes
    HashAggregateExecBaseTransformer → QueryPlan → TreeNode
  159. def simpleStringWithNodeId(): String
    Definition Classes
    QueryPlan → TreeNode
  160. def sparkContext: SparkContext
    Attributes
    protected
    Definition Classes
    SparkPlan
  161. def statePrefix: String
    Attributes
    protected
    Definition Classes
    QueryPlan
  162. def stringArgs: Iterator[Any]
    Attributes
    protected
    Definition Classes
    TreeNode
  163. def subqueries: Seq[SparkPlan]
    Definition Classes
    QueryPlan
  164. def subqueriesAll: Seq[SparkPlan]
    Definition Classes
    QueryPlan
  165. final lazy val supportsColumnar: Boolean
    Definition Classes
    TransformSupport → SparkPlan
  166. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  167. def toJSON: String
    Definition Classes
    TreeNode
  168. def toString(): String
    Definition Classes
    TreeNode → AnyRef → Any
  169. def transform(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  170. def transformAllExpressions(rule: PartialFunction[Expression, Expression]): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  171. def transformAllExpressionsWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[Expression, Expression]): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  172. def transformDown(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  173. def transformDownWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  174. def transformDownWithSubqueries(f: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    QueryPlan
  175. def transformDownWithSubqueriesAndPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(f: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    QueryPlan
  176. def transformExpressions(rule: PartialFunction[Expression, Expression]): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  177. def transformExpressionsDown(rule: PartialFunction[Expression, Expression]): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  178. def transformExpressionsDownWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[Expression, Expression]): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  179. def transformExpressionsUp(rule: PartialFunction[Expression, Expression]): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  180. def transformExpressionsUpWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[Expression, Expression]): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  181. def transformExpressionsWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[Expression, Expression]): HashAggregateExecTransformer.this.type
    Definition Classes
    QueryPlan
  182. def transformUp(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  183. def transformUpWithBeforeAndAfterRuleOnChildren(cond: (SparkPlan) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[(SparkPlan, SparkPlan), SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  184. def transformUpWithNewOutput(rule: PartialFunction[SparkPlan, (SparkPlan, Seq[(Attribute, Attribute)])], skipCond: (SparkPlan) ⇒ Boolean, canGetOutput: (SparkPlan) ⇒ Boolean): SparkPlan
    Definition Classes
    QueryPlan
  185. def transformUpWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  186. def transformUpWithSubqueries(f: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    QueryPlan
  187. def transformWithPruning(cond: (TreePatternBits) ⇒ Boolean, ruleId: RuleId)(rule: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  188. def transformWithSubqueries(f: PartialFunction[SparkPlan, SparkPlan]): SparkPlan
    Definition Classes
    QueryPlan
  189. lazy val treePatternBits: BitSet
    Definition Classes
    QueryPlan → TreeNode → TreePatternBits
  190. def treeString(append: (String) ⇒ Unit, verbose: Boolean, addSuffix: Boolean, maxFields: Int, printOperatorId: Boolean): Unit
    Definition Classes
    TreeNode
  191. final def treeString(verbose: Boolean, addSuffix: Boolean, maxFields: Int, printOperatorId: Boolean): String
    Definition Classes
    TreeNode
  192. final def treeString: String
    Definition Classes
    TreeNode
  193. def unsetTagValue[T](tag: TreeNodeTag[T]): Unit
    Definition Classes
    TreeNode
  194. def updateOuterReferencesInSubquery(plan: SparkPlan, attrMap: AttributeMap[Attribute]): SparkPlan
    Attributes
    protected
    Definition Classes
    QueryPlan
  195. def vectorTypes: Option[Seq[String]]
    Definition Classes
    SparkPlan
  196. def verboseString(maxFields: Int): String
    Definition Classes
    HashAggregateExecBaseTransformer → QueryPlan → TreeNode
  197. def verboseStringWithOperatorId(): String
    Definition Classes
    BaseAggregateExec → UnaryExecNode → QueryPlan
  198. def verboseStringWithSuffix(maxFields: Int): String
    Definition Classes
    TreeNode
  199. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  200. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  201. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  202. def waitForSubqueries(): Unit
    Attributes
    protected
    Definition Classes
    SparkPlan
  203. def withNewChildInternal(newChild: SparkPlan): HashAggregateExecTransformer
    Attributes
    protected
    Definition Classes
    HashAggregateExecTransformer → UnaryLike
  204. final def withNewChildren(newChildren: Seq[SparkPlan]): SparkPlan
    Definition Classes
    TreeNode
  205. final def withNewChildrenInternal(newChildren: IndexedSeq[SparkPlan]): SparkPlan
    Definition Classes
    UnaryLike

Inherited from HashAggregateExecBaseTransformer

Inherited from UnaryTransformSupport

Inherited from TransformSupport

Inherited from GlutenPlan

Inherited from LogLevelUtil

Inherited from BaseAggregateExec

Inherited from AliasAwareOutputPartitioning

Inherited from AliasAwareOutputExpression

Inherited from UnaryExecNode

Inherited from UnaryLike[SparkPlan]

Inherited from SparkPlan

Inherited from Serializable

Inherited from Serializable

Inherited from Logging

Inherited from QueryPlan[SparkPlan]

Inherited from SQLConfHelper

Inherited from TreeNode[SparkPlan]

Inherited from TreePatternBits

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped