Package org.elasticsearch.xpack.esql.plan.logical.join
package org.elasticsearch.xpack.esql.plan.logical.join
-
ClassDescriptionTuple holding the subplan to execute and the original plan node for identity matching.An anti join used to implement
WHERE field NOT IN (subquery).Specialized type of join where the source of the left and right plans are the same.Configuration of a join operation.Utility class defining the concrete types of joins supported by ESQL.Lookup join - specialized LEFT (OUTER) JOIN between the main left side and a lookup index (index_mode = lookup) on the right.A semi join implementsWHERE field IN (subquery).SyntheticLogicalPlanused by the planner that the child plan is referred elsewhere.