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

@Evolving public final class And extends Predicate
A predicate that evaluates to true iff both left and right evaluate to true.
Since:
3.3.0
See Also: