Package org.elasticsearch.xpack.esql.core.expression.predicate
package org.elasticsearch.xpack.esql.core.expression.predicate
-
ClassDescriptionBinaryOperator<T,
U, R, F extends PredicateBiFunction<T, U, R>> Operator is a specialized binary predicate where both sides have the compatible types (it's up to the analyzer to do any conversion if needed).BinaryPredicate<T,U, R, F extends PredicateBiFunction<T, U, R>> Binary operator.Negatable<T extends Expression>PredicateBiFunction<T,U, R>