Object
org.apache.spark.sql.internal.connector.ExpressionWithToString
All Implemented Interfaces:
Serializable, Expression, scala.Serializable

@Evolving public final class Or extends Predicate
A predicate that evaluates to true iff at least one of left or right evaluates to true.
Since:
3.3.0
See Also: