BasePredicate Expressions¶
BasePredicate
is an abstraction of predicate expressions that can be evaluated to a Boolean
value.
BasePredicate
is created using Predicate.create utility.
Contract¶
Evaluating¶
eval(
r: InternalRow): Boolean
Initializing¶
initialize(
partitionIndex: Int): Unit
Implementations¶
InterpretedPredicate