Package Hierarchies:
Class Hierarchy
- java.lang.Object
- org.elasticsearch.xpack.esql.core.tree.Node<T> (implements org.elasticsearch.common.io.stream.NamedWriteable)
- org.elasticsearch.xpack.esql.core.expression.Expression (implements org.elasticsearch.xpack.esql.core.capabilities.Resolvable)
- org.elasticsearch.xpack.esql.core.expression.function.Function
- org.elasticsearch.xpack.esql.core.expression.function.scalar.ScalarFunction
- org.elasticsearch.xpack.esql.core.expression.function.scalar.BinaryScalarFunction
- org.elasticsearch.xpack.esql.core.expression.predicate.BinaryPredicate<T,U,R,F>
- org.elasticsearch.xpack.esql.core.expression.predicate.BinaryOperator<T,U,R,F>
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.ArithmeticOperation
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.EsqlArithmeticOperation (implements org.elasticsearch.xpack.esql.evaluator.mapper.EvaluatorMapper)
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.DateTimeArithmeticOperation
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.Add (implements org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.BinaryComparisonInversible)
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.Sub (implements org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.BinaryComparisonInversible)
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.Div (implements org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.BinaryComparisonInversible)
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.Mod
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.Mul (implements org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.BinaryComparisonInversible)
- org.elasticsearch.xpack.esql.expression.function.scalar.EsqlScalarFunction (implements org.elasticsearch.xpack.esql.evaluator.mapper.EvaluatorMapper)
- org.elasticsearch.xpack.esql.expression.function.scalar.UnaryScalarFunction
- org.elasticsearch.xpack.esql.expression.predicate.operator.arithmetic.Neg