Class EqualsDenseVectorEvaluator.Factory
java.lang.Object
org.elasticsearch.xpack.esql.expression.predicate.operator.comparison.EqualsDenseVectorEvaluator.Factory
- All Implemented Interfaces:
ExpressionEvaluator.Factory
- Enclosing class:
EqualsDenseVectorEvaluator
public static class EqualsDenseVectorEvaluator.Factory
extends Object
implements ExpressionEvaluator.Factory
-
Constructor Summary
ConstructorsConstructorDescriptionFactory(Source source, ExpressionEvaluator.Factory lhs, ExpressionEvaluator.Factory rhs) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.compute.expression.ExpressionEvaluator.Factory
eagerEvalSafeInLazy
-
Constructor Details
-
Factory
-
-
Method Details
-
get
- Specified by:
getin interfaceExpressionEvaluator.Factory
-
toString
-