case classOptimizeSortAndFilePlans(session: SnappySession) extends Rule[SparkPlan] with Product with Serializable
Rule to replace Spark's SortExec plans with an optimized SnappySortExec (in SMJ for now).
Also sets the "spark.task.cpus" property implicitly for file scans/writes.
Linear Supertypes
Serializable, Serializable, Product, Equals, Rule[SparkPlan], internal.Logging, AnyRef, Any
Rule to replace Spark's SortExec plans with an optimized SnappySortExec (in SMJ for now). Also sets the "spark.task.cpus" property implicitly for file scans/writes.