No need assert supported, as this check has already been done
No need assert supported, as this check has already been done
A special namespace for commands that can be used to debug query execution.
A special namespace for commands that can be used to debug query execution.
Returns the result as a hive compatible sequence of strings.
Returns the result as a hive compatible sequence of strings. For native commands, the execution is simply passed back to Hive.
See [SPARK-18339] Walk the optimized logical plan and replace CurrentBatchTimestamp with the desired literal
See [SPARK-18339] Walk the optimized logical plan and replace CurrentBatchTimestamp with the desired literal
A sequence of rules that will be applied in order to the physical plan before execution.
A sequence of rules that will be applied in order to the physical plan before execution.
Prepares a planned SparkPlan for execution by inserting shuffle operations and internal row format conversions as needed.
Prepares a planned SparkPlan for execution by inserting shuffle operations and internal row format conversions as needed.
Locates save/restore pairs surrounding aggregation.
Internal version of the RDD.
Internal version of the RDD. Avoids copies and has no schema
A variant of QueryExecution that allows the execution of the given LogicalPlan plan incrementally. Possibly preserving state in between each execution.