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.
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.
Internal version of the RDD.
Internal version of the RDD. Avoids copies and has no schema
The primary workflow for executing relational queries using Spark. Designed to allow easy access to the intermediate phases of query execution for developers.
While this is not a public class, we should avoid changing the function names for the sake of changing them, because a lot of developers use the feature for debugging.