Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 572 Bytes

spark-sql-SparkPlan-SortAggregateExec.adoc

File metadata and controls

14 lines (9 loc) · 572 Bytes

SortAggregateExec Aggregate Physical Operator for Sort-Based Aggregation

Caution
FIXME

Executing Physical Operator (Generating RDD[InternalRow]) — doExecute Method

doExecute(): RDD[InternalRow]
Note
doExecute is part of SparkPlan Contract to generate the runtime representation of a structured query as a distributed computation over internal binary rows on Apache Spark (i.e. RDD[InternalRow]).

doExecute…​FIXME