case classEnsureRequirements(conf: SQLConf) extends Rule[SparkPlan] with Product with Serializable
Ensures that the Partitioning
of input data meets the
Distribution requirements for
each operator by inserting ShuffleExchange Operators where required. Also ensure that the
input partition ordering requirements are met.
Linear Supertypes
Serializable, Serializable, Product, Equals, Rule[SparkPlan], internal.Logging, AnyRef, Any
Ensures that the Partitioning of input data meets the Distribution requirements for each operator by inserting ShuffleExchange Operators where required. Also ensure that the input partition ordering requirements are met.