case classNullPropagation(conf: SQLConf) extends Rule[LogicalPlan] with Product with Serializable
Replaces Expressions that can be statically evaluated with
equivalent Literal values. This rule is more specific with
Null value propagation from bottom to top of the expression tree.
Linear Supertypes
Serializable, Serializable, Product, Equals, Rule[LogicalPlan], Logging, AnyRef, Any
Replaces Expressions that can be statically evaluated with equivalent Literal values. This rule is more specific with Null value propagation from bottom to top of the expression tree.