Package org.apache.spark.sql.connector.expressions.filter
package org.apache.spark.sql.connector.expressions.filter
-
ClassDescriptionA predicate that always evaluates to
false
.A predicate that always evaluates totrue
.A predicate that evaluates totrue
iff bothleft
andright
evaluate totrue
.A predicate that evaluates totrue
iffchild
is evaluated tofalse
.A predicate that evaluates totrue
iff at least one ofleft
orright
evaluates totrue
.The general representation of predicate expressions, which contains the upper-cased expression name and all the children expressions.