Package org.apache.spark.sql.connector.expressions.filter
package org.apache.spark.sql.connector.expressions.filter
-
ClassesClassDescriptionA predicate that always evaluates to
false.A predicate that always evaluates totrue.A predicate that evaluates totrueiff bothleftandrightevaluate totrue.A predicate that evaluates totrueiffchildis evaluated tofalse.A predicate that evaluates totrueiff at least one ofleftorrightevaluates totrue.The general representation of predicate expressions, which contains the upper-cased expression name and all the children expressions.