Module org.elasticsearch.compute
Package org.elasticsearch.compute.expression
package org.elasticsearch.compute.expression
Expression evaluation infrastructure. Most actual expressions are defined in
ESQL, not the compute engine. Here you'll mostly find constants.
Also see places like EvalOperator
and FilterOperator for how
these are used at runtime.
-
ClassDescription
ExpressionEvaluators returning constants and theirfactories.A Factory for creating ExpressionEvaluators.ExpressionEvaluatorthat loads from thePagedirectly.